/* Color classes - easy edit: keep the names, edit the color values */
.color-darkblue {
    color: #474d5d;
}
.color-blue {
    color: #1474a3;
}
.color-cyan {
    color: #00bdbd;
}
.color-red {
    color: #ff675f;
}
.color-orange {
    color: #ffc600;
}
.color-purple {
    color: #6ba0e9;
}
.color-darkpurple {
    color: #474d5d;
}
.color-gray {
    color: #d4d4d4;
}
.color-lightgray {
    color: #e8eaef;
}
.bg-darkblue {
    background-color: #474d5d;
}
.bg-blue {
    background-color: #1474a3;
}
.bg-cyan {
    background-color: #00bdbd;
}
.bg-red {
    background-color: #ff675f;
}
.bg-orange {
    background-color: #ffc600;
}
.bg-purple {
    background-color: #6ba0e9;
}
.bg-darkpurple {
    background-color: #474d5d;
}
.bg-gray {
    background-color: #d4d4d4;
}
.bg-lightgray {
    background-color: #e8eaef;
}
.bg-darkblue-hover:hover {
    background-color: #474d5d;
}
.bg-blue-hover:hover {
    background-color: #1474a3;
}
.bg-cyan-hover:hover {
    background-color: #00bdbd;
}
.bg-red-hover:hover {
    background-color: #ff675f;
}
.bg-orange-hover:hover {
    background-color: #fb9151;
}
.bg-purple-hover:hover {
    background-color: #6ba0e9;
}
.bg-darkpurple-hover:hover {
    background-color: #474d5d;
}
.bg-gray-hover:hover {
    background-color: #d4d4d4;
}
.bg-lightgray-hover:hover {
    background-color: #e8eaef;
}

/* Common styles */
body {
    background: #035680;
    padding-top: 60px;
}
.container {
    max-width: 970px !important;

}
h1 {
    display: block;
    height: 92px;
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 40px;
    line-height: 92px;
    text-transform: uppercase;
    text-align: center;
    margin: 60px 0;
    color: #ffc600;
	background:url('../images/divider.png')center center no-repeat;
}
h2 {
    display: block;
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 20px;
    line-height: 1.6;
    margin-top: -12px;
    margin-bottom: 21px;
}
h3 {
    display: block;
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 13px;
    line-height: 1.6;
    margin-top: -8px;
    margin-bottom: 25px;
}
h4 {
    display: block;
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 10px;
    line-height: 1.6;
    margin-top: -5px;
    text-transform: uppercase;
    color: #ff675f;
    border-bottom: #cfd3de 1px solid;
    padding-bottom: 16px;
    margin-bottom: 20px;
}
p.lead {
    font-family: 'Open Sans';
    font-weight: 300;
    font-size: 13px;
    line-height: 1.6;
    text-align: center;
    color: #fff;
    margin: -12px 0 51px 0;
}
p.lead1 {
    font-family: 'Open Sans';
    font-weight: 300;
    font-size: 1.2em;
    line-height: 1.6;
    text-align: left;
    color: #fff;
    margin: -12px 0 51px 0;
}
p.light {
    font-family: 'Open Sans';
    font-weight: 300;
    font-size: 10px;
    line-height: 1.6;
    color: #444;
    margin: -5px 0 46px 0;
}
.button, .button:hover, .button:focus, .button:active {
    display: inline-block;
    height: 40px;
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 14px;
    line-height: 36px;
    text-transform: uppercase;
    text-decoration: none !important;
    color: #fff;
    padding: 0 15px;
    background: #fb9151;
    border: #fb9151 2px solid;
}
.button.active {
    color: #fb9151;
    background: transparent;
}
.button-large, .button-large:hover, .button-large:focus, .button-large:active {
    height: 51px;
    font-size: 24px;
    font-weight: 300;
    line-height: 48px;
}
.button-twitter, .button-twitter:hover, .button-twitter:focus, .button-twitter:active {
    background: #00bff3;
    border-color: #00bff3;
}

/* Header & navigation styles */
header {
    z-index: 9999;
    display: block;
    width: 100%;
    height: 60px;
    position: fixed;
    left: 0;
    top: 0;
    background: #5a5b5e;
}
.navbar-header {
    width: 100%;
    height: 60px;
}
.logo {
    display: block;
    width: 126px;
    height: 38px;
    margin-top: 10px;
}
.navbar-toggle {
    width: 36px;
    height: 30px;
    padding: 0;
    margin: 13px 0 0 0;
    border: 0;
    border-radius: 0;
}
.container > .navbar-collapse {
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.navbar {
    border: 0;
    margin: 0;
}
.nav {
    margin: 0;
}
.navbar-nav > li > a, .navbar-nav > li > a:hover, .navbar-nav > li > a:focus, .navbar-nav > li > a:active, .navbar-nav > li > a:visited {
    position: relative;
    display: block;
    height: 35px;
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 33px;
    padding: 0;
    color: #fff;
    background: #5a5b5e;
    padding-top: 17px;
    outline: none !important;
}
.navbar-nav > li > a > .hover {
    height: 0;
    display: block;
    overflow: hidden;
    padding: 0 16px;
    color: #95baba;
    background: #95baba;
}
.navbar-nav > li.active > a, .navbar-nav > li > a:hover {
    padding-top: 0;
}
.navbar-nav > li.active > a > .hover, .navbar-nav > li > a:hover > .hover {
    height: 35px;
}
.navbar-nav > li > a > .text {
    display: block;
    height: 35px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 16px;
}


/* Section */
.section {
    padding-top: 60px;
}



/* Alternate sections */
.photog, .dart {

    color: #fff;
    background: #01b3b3;
    padding-top: 60px;
    padding-bottom: 80px;
    text-align: center;

		
}

.webd, .proj, .abt {

    color: #fff;
    background: #035680;
    padding-top: 60px;
	padding-bottom: 80px;
	text-align: center;		
}

/* Spotlight section */
.spotlight {
    text-align: center;
    color: #fff;
    padding-top: 60px;
	padding-bottom: 80px;
    background: #01b3b3;
}
.spotlight .features {
    border-top: #549abc 1px solid;
    padding-top: 50px;
}
.spotlight .feature, .spotlight .feature:hover {
    padding: 0;
    min-height: 110px;
    border: 0;
    text-align: left;
    background: transparent;
    cursor: auto;
}
.spotlight .feature .image {
    float: left;
    margin: 0 20px 0 0;
}
.spotlight .feature .title, .spotlight .feature .body {
    color: #fff;
}
.spotlight .feature .title {
    margin-top: 0;
    padding-top: 14px;
}


/* Features */
.features, .features li {
    list-style: none;
}
.features {
    padding: 0;
    margin: 0 0 40px 0;
}
.feature {
    display: block;
    width: 100%;
    min-height: 120px;
    text-align: center;
    margin-bottom: 20px;
    padding: 4px;
    border: #ddd 1px solid;
	background: #fff;
}
.feature:hover {
    background: #01b3b3;
    border-color: #01b3b3;
    cursor: pointer;
}
.feature .image {
    margin: 0 auto;
}
.feature .title {
    color: #444;
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 13px;
    line-height: 1.6;
    margin-top: 19px;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.feature .body {
    color: #777;
    font-family: 'Open Sans';
    font-size: 12px;
    line-height: 1.6;
    margin-top: -12px;
    margin-bottom: 17px;
}
.feature:hover .title, .feature:hover .body {
    color: #fff;
}

/* News articles or Projects */
.news article {
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    color: #fff;
    margin-bottom: 50px;

}
.news article a {
    color: #00bdbd;
}
.news article hr {
    width: 50px;
    border-color: #cfd3de;
    margin: 15px 0;
}
.news article .image, .news article .image:active, .news article .image:hover, .news article .image:focus, .news article .image:visited {
    display: block;
    position: relative;
    width: 100%;
    height: 300px;
    color: #fff;
    text-decoration: none;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 15px;
}
.news article .image .title {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    padding: 15px 20px;
    background: #000;
    background: rgba(0, 0, 0, 0.7);
}

/* Footer section */
footer {
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    padding: 60px 0;
}

