/* Core CSS */

body {
	background-color: #fff5e6 !important;
	font-family: "museo-sans-rounded", 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 300;
	color: #314074;
	font-size: 11pt;
}

strong {font-weight: 700;}

p { line-height: 1.8em; }

.clr { clear: both; height:1px; }
.tac {text-align: center;}
.tar {text-align: right;}

.posrel { position: relative; }

h2 {
	margin-top: 10px;
	font-family: "nueva-std-condensed", arial;
	font-size: 250%	;
}

h3 {
	margin: 0px;
	font-family: "nueva-std-condensed", arial;
	font-size: 200%	;
}

h4 {
	margin: 25px 0px 0px 0px;
	afont-family: "nueva-std-condensed", arial;
	font-variant: small-caps;
	font-size: 120%;
	font-weight: 700;
}

.navbg {
	background-color: none;
	background: url("/img/headerbg.jpg");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: cover;
}

.navcolor {
	background-color: #fff0d5;
}

.navbar {
	border: 0px;
	border-bottom: 1px solid #d69fc8;
	background-color: #314074;
	background: rgba(49, 64, 116, 0.15);
	color: #99247a;
	margin-bottom: 0px;
}

#head-logo {
	position: absolute;
	top: 5px;
	left: 12px;
	height: 45px;
}

#headtext-logo {
	position: absolute;
	top: 0px;
	left: 40px;
	height: 50px;
}

.navbar-nav li a {
	font-weight: 100;
	font-variant: small-caps;
	font-size: 1.2em;
	padding: 7px 15px;
	color: #99247a !important;
	line-height: 32px;
	margin-top: 3px;
}

.navbar-nav li.active a {
	font-weight: 700;
	background-color: transparent !important;
}

@media (min-width: 768px) {
    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    .navbar .navbar-collapse {
        text-align: center;
    }
}



#core-logo {
	z-index: 200;
	height: 140px;
}

#text-logo {
	margin-left: -15px;
	height: 100px;
}


section {
	padding: 40px 10px;
}

.photobg {
	background-color: none;
	background: url("/img/samplepurple.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.photobg2 {
	background-color: none;
	background: url("/img/sampleblue.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.mapbg {
	background-color: none;
	background: url("/img/mapbg.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.section-blue {
	background-color: #314074;
	color: #fff5e6;
}

.section-bluetrans {
	background-color: rgba(49,64,116,1);
	color: #fff5e6;
}

.section-bluetrans a, .section-bluetrans a:hover, .section-bluetrans a:visited {
	color: #d69fc8;
}


.section-bluephoto a, .section-bluephoto a:hover, .section-bluephoto a:visited {
	color: #d69fc8;
}

.section-bluephoto {
	/* background-color: #314074; */
	color: #fff5e6;
}

.section-map {
	/* background-color: #fff5e6; */
	color: #314074;
}

.section-purple {
	background-color: #99247a;
	color: #fff5e6;
}

.section-purplephoto {
	/* background-color: #99247a; */
	color: #fff5e6;
}

.section-tan {
	background-color: #fff5e6;
	color: #314074;
}


.mapzoomed {
	width: 300px;
	height: 400px;
	margin-left: 50px;
	background-color: none;
	background: url("/img/zoomedmap.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	border: 2px solid #99247a;
	box-shadow: 2px 2px 15px #555;
}

.mz_header {
	background-color: rgba(49,64,116,0.8);
	color: #fff5e6;
	padding: 10px 10px 15px 10px;
	line-height: 1.8em;
}

.mz_header a, .mz_header a:hover, .mz_header a:visited {
	color: #d69fc8;
}



.clientquote {
	font-size: 1.1em;
	text-align: center;
	margin: 0 5%;
}

.clientquote_quotes {
	font-size: 1.4em;
	font-family: "Times New Roman", serif;
	line-height: 1em;
}

.clientquote_separator {
	width: 120px;
	height: 1px;
	margin: 20px auto;
	border-top: 1px solid #ccc;
}

.clientquote_separator.blue {
	border-top-color: rgba(255,245,230,0.3);
}

.clientquote_separator.tan {
	border-top-color: rgba(49,64,116,0.3);
}

.clientattr_name {
	text-align: center; 
	text-transform: uppercase;
}

.clientattr_loc {
	text-align: center; 
	font-size: 70%;
	text-transform: uppercase;
	margin-top:5px;
}

#footer {
	border-top: 5px solid #99247a;
	background-color: #314074;
	color: #fff;
	padding: 20px 0px;
}

#footer a, #footer a:hover, #footer a:visited {
	color: #d69fc8;
}

.sitemap {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	line-height: 1.8em;
}

.footer_social img {
	margin-left: 5px;
}

.footer_right {
	text-align: right;
}

@media (max-width: 600px) {
	#core-logo {
		height: 80px;
	}

	#text-logo {
		height: 60px;
	}

	.mapzoomed {
		width: 90%;
		height: 400px;
		margin-left: auto;
		margin-right: auto;
		background-color: none;
		background: url("/img/zoomedmap.jpg");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		border: 2px solid #99247a;
		box-shadow: 2px 2px 15px #555;
	}
}

@media (max-width: 768px) {

	.footer_left {
		text-align: center;
		margin-bottom: 30px;
	}

	.footer_right {
		text-align: center;
	}

}
