#projects:before {background-image: url(/images/projects-bg.jpg) !important;}
#projects:before {background-size: auto !important;}#projects:before {background-repeat: repeat !important;}
#team:before {background-image: url(/images/pattern.png) !important;}
#team:before {background-size: auto !important;}
#team:before {background-repeat: repeat !important;}
#header .bottom-header .header-button-two:hover, a.button:hover {
	background-color: #072C60;
	border-radius: 10px;
}
#projects {
	width: 100%;
	padding: 50px 0 30px 0;
	text-align: center;
	position: relative;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
}

#projects .section-header {
	width: 100%;
	margin-bottom: 40px;
}

#projects .section-content {
	width: 100%;
}

#header { 
	background-image: url(/images/header-bg.jpg);
	background-attachment: fixed;
}
#header .bottom-header h1 {
	color: #1e56a0;
	text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}
#header .bottom-header {
	padding-top: 125px; 
}
#header .top-header {
    padding-top: 5px;
    padding-bottom: 5px;
	background-color: rgb(255,255,255,.12);
}
#header .top-header .header-navigation ul li a {
	font-size: 22px;
}
#header .bottom-header .header-button-two {
	font-size: 20px;
}
.front-page-section .section-header .section-description {
	color: #333;
}
.front-page-section .section-header h3 {
	color: #F46C1B;
	text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}
#contact-us {
	background-color: #292825;
}
#contact-us h3 {
	text-shadow: none;
}
h3 { font-size: 55px; }

#team .section-content .person .person-image img {
	border-radius: 10%;
}

@media only screen and (max-width : 480px) {
	#logoImgDiv { 
		padding-left: 5px;
	}
}

.btn-lg {
	font-size: 26px;
}
.btn-gold {
    color: #fff;
    background-color: #ffca00;
    border-color: #d4b800;
}
.btn-gold:hover {
    color: #fff;
    background-color: #072C60;
    border-color: #072C60;
}
.btn-gold.active a, .btn-gold.focus a, .btn-gold.visited a {
	color: #fff;
}