
body, html {
	height: 100%;
	width: 100%;
}

body, h1, h2, h3, h4, h5, h6 {
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
}

a:hover {text-decoration: none;}

.lead {
	font-size: 18px;
	font-weight: 400;
}
.content-section-b-a h1, .content-section-b h1 {font-family: "HelveticaHVCN";font-size:25px;color: #d3d3d3; text-align:left;}
.row p {text-align:left;color:#fff!important;}
.intro-header {
	padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
	padding-bottom: 50px;
	color: #f8f8f8;
	background: url(../img/top-banner-image.jpg) no-repeat center center;
	background-size: cover;
	text-align: center;
}
.welcome {-webkit-border-top-left-radius: 10px;padding: 5px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;background-color: #ea8522;}
.welcome h1 {   font-family: 'HelveticaHVCN';font-size:37px; color:#fff;}
.intro-message {
	position: relative;
	padding-top:5%;
	padding-bottom: 20%;
}

.intro-message > h1 {
	color:#ea8522;
	margin: 0;
	font-size: 5em;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
  font-family: 'HelveticaBL';
}
.navbar {background-color:#b6a79a !important;padding-bottom: 20px}
.navbar-nav > li > a {
	color:#21272b!important;  font-family: 'HelveticaBDCN';font-size: 18px!important;
}
.navbar-nav > li > a:hover {
	color:#fff!important;
}
.intro-divider {
	width: 400px;
	border-top: 1px solid #f8f8f8;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);

}

.intro-message > h3 a{
	color: #1c1b1f;
	font-size: 72px;
	text-shadow: 2px 0px 1px rgba(0, 0, 0, 0.3);
	font-family: 'Acens';
}
.connect {
	  font-family: 'Allura';color:#000;font-size: 24px;
}
@media (max-width: 767px) {
	.intro-message {
		padding-bottom: 15%;
	}

	.intro-message > h1 {
		font-size: 3em;
	}

	ul.intro-social-buttons > li {
		display: block;
		margin-bottom: 20px;
		padding: 0;
	}

	ul.intro-social-buttons > li:last-child {
		margin-bottom: 0;
	}

	.intro-divider {
		width: 100%;
	}
}

.network-name {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 2px;
}
.col-centered {

	   float: none;
}
.contact input{font-family: georgia;color:#292827;font-size: 14px;font-style: italic;}
.paracontact{  font-family: 'HelveticaRoman';font-size: 14px;color:#fff;margin-bottom: 5px;}
.submits{float: right;background-color: #ea8522;font-family: georgia;color:#fff;font-style: italic;padding: 15px 40px; margin-top: 10px;}
.margin-top{margin-top: 30px;}
.margin-top10{margin-top: 10px;}
.content-section-a-b {
	background-color: #fff;
	padding: 50px 0 0 0;
}
.content-section-a-b h1 {text-align: center;}
.content-section-a {
	background-color: #2f2d34;
	padding: 50px 0 0 0;
}
.content-section-b-a {
	background-color: #37353c;
	padding: 50px 0;
}
.content-section-b-a p {color:#fff;font-size: 14px;text-align: left;}
.content-section-b {
	background-color: #b6a79a;
	padding: 50px 0;
}
.content-section-b p {color:#fff;font-size: 14px;}
.section-heading {
	margin-bottom: 30px;
}

.section-heading-spacer {
	border-top: 3px solid #e7e7e7;
	width: 200px;
	float: left;
}

.banner {
	padding: 100px 0;
	color: #f8f8f8;
	background: url(../img/banner-bg.jpg) no-repeat center center;
	background-size: cover;
}

.banner h2 {
	margin: 0;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
	font-size: 3em;
}

.banner ul {
	margin-bottom: 0;
}

.banner-social-buttons {
	float: right;
	margin-top: 0;
}

@media (max-width: 1199px) {
		.img-responsive2 {margin:0 auto!important;}
	ul.banner-social-buttons {
		float: left;
		margin-top: 15px;
	}	
}

@media (max-width: 767px) {

	.banner h2 {
		margin: 0;
		text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
		font-size: 3em;
	}

	ul.banner-social-buttons > li {
		display: block;
		margin-bottom: 20px;
		padding: 0;
	}

	ul.banner-social-buttons > li:last-child {
		margin-bottom: 0;
	}	
}

footer {
	background-color: #f8f8f8;
	padding: 50px 0;
}

p.copyright {
	margin: 15px 0 0;
		  font-family: 'HelveticaRoman';color:#544f4b;
}