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;
}
p, li{
	font-weight:400;
	line-height:150%;
	font-size:14px;
}
p, li{
	font-weight:400;
	line-height:150%;
	font-size:14px;
}
.lead, .points {
	font-size: 17px;
	font-weight: 400;
}

.intro-header {
	padding-top: 120px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
	padding-bottom:75px;
	color: #fff;
	background: url(../img/new-banner-bg.jpg) no-repeat center 40% /*#90d1f3*/;
	background-size: cover;
	text-align: center;
}
.overlay{
	background:rgba(0,0,0,0.3);
	padding:15px 15px 20px;
}
.intro-message {
	position: relative;
	padding-top: 20%;
	padding-bottom: 20%;
}

.intro-header  h1 {
	margin: 0 0 20px;
	font-size: 4.5em;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}

.intro-divider {
	/*width: 400px;*/
	border-top: 1px solid rgba(255,255,255,0.5);
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.intro-message > h3 {
	/*text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);*/
}

@media (max-width: 767px) {
	.intro-message {
		padding-bottom: 15%;
	}

	.intro-header 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%;
	}
	.intro-header {
		padding-top: 100px;
		padding-bottom:50px
	}
}
.navbar-default{
	background:#fff;
	min-height:80px;
}
.navbar-brand{
	padding:15px 15px 5px;
	position:static
}
.navbar-btn{
	margin:24px 0 8px;
}
.network-name {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 2px;
}

.content-section-a {
	background-color: #f8f8f8;
	padding: 50px 0;
}

.content-section-b {
	border-top: 1px solid #e7e7e7;
/*	border-bottom: 1px solid #e7e7e7;*/
	padding: 50px 0;
}

.front .intro-header .container{
	padding-top:80px;
	padding-bottom:30px;
}
.intro-header .container{
	padding-bottom:30px;
	padding-top:30px;
}
.section-heading {
	margin-bottom: 30px;
}

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

.banner {
	padding: 80px 0 40px;
	color: #fff;
/*	background: url(../img/new-intro-bg.jpg) no-repeat center center;
	background-size: cover;*/
	background:#00609F;
}

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

.banner ul {
	margin-bottom: 0;
}

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

@media (max-width: 1199px) {
	ul.banner-social-buttons {
		float: left;
		margin-top: 15px;
	}	
	.intro-header h1 {
		font-size: 3em;
	}
	#register {
		margin:40px 0 0;
	}
}

@media (max-width: 767px) {
	.banner h2 {
		font-size: 2.5em;
	}

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

	ul.banner-social-buttons > li:last-child {
		margin-bottom: 0;
	}	
	.intro-header .container{
		padding-top:40px;
		padding-bottom:0;
	}
	
}

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

p.copyright {
	margin: 15px 0 0;
}
/* neubreed */
.visible-xs img, .points{
	margin-bottom:25px;
}
.spacer{
	padding:25px 0;
}
.spacer.top{
	padding-top:120px;
}
.btn-primary {
  color: #ffffff;
  background-color: #00609F;
  border-color: #00609F;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #0084bb;
  border-color: #0084bb;
}
.btn-default, .label-default{
	background-color:#fff;
	border-color:#ccc;
	color:#0084bb;
}
.btn-default:hover, 
.btn-default:focus, 
.btn-default:active, 
.btn-default.active, 
.open .dropdown-toggle.btn-default, 
.label-danger:hover,
.label-danger:focus,
.label-danger:active{
	color:#0084bb;
	background-color:#ebebeb;
	border-color:#adadad;
}
.footer .btn-default{
	color:#333;
}
.footer .btn-default:hover, 
.footer .btn-default:focus, 
.footer .btn-default:active, 
.footer .btn-default.active,{
	color:#000;
}
/*.btn-danger, .label-danger{
	background-color:#790101;
	border-color:#790101;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.label-danger:hover,
.label-danger:focus,
.label-danger:active{
	background-color: #ac2925;
	border-color:#ac2925
}*/

