/*!
 * Start Bootstrap - Landing Page Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body,
html {
    width: 100%;
    height: 100%;
/*     background-color: #56C5FF; */
    background-color: #FFF;
}

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

.topnav {
    font-size: 14px; 
}

.navbar-default{
	background-color: #fff;
	border: none;
	text-align: center;
	color: #4284ff;
	font-weight: 100;
}

.nav>li>a {
	display: inline-block;
	text-transform: uppercase;
	color: #4284ff;
	font-weight: 100;
}

.navbar-default .navbar-nav>li>a {
	color: #4284ff;
	font-weight: 100;
}

.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
	margin-left: 20%;	
}

.navbar-default .navbar-nav>li>a.active, .active {
	font-weight: 600;
}

.bullet {
	display: block;
	margin: 15px 25px;
	float: left;
}

.lead {
    font-size: 18px;
    font-weight: 400;
}

.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;
    text-align: center;
    color: #f8f8f8;
    background: url(../img/homeBanner.jpg) no-repeat center center;
    background-size: cover;
}

.intro-message {
    position: relative;
    padding-top: 10%;
    padding-bottom: 5%;
}

.intro-message > h1 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 5em;
}

.intro-divider {
    width: 65%;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

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

.mainContent {
	margin-bottom: 100px;
}

.greyBg {
	background: #f8f8f8;
	padding: 20px 0;	
}

.whiteBg {
	background: #fff;
	padding: 20px 0;	
}

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

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

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

.green {
	color: #36CC36;
}

.red {
	color: #820000;
}

.orange {
	color: #ce6100;
}

.blue {
	color: #4284ff;
	font-weight: 100;
}

.infoCol {
	padding: 0 20px 0 30px;	
}

.section-heading {
    margin: 30px 0;
}

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

footer {
    padding: 25px 0;
    background-color: #f8f8f8;
	color: #4284ff;
	font-weight: 100;
    width: 100%;
    height: 100px;
    position: fixed;
    bottom: 0;
    left: 0;
}

footer ul li a:hover {
	text-decoration: none;
}

p.copyright {
    margin: 15px 0 0;
}

.pushl25 {
	padding-right: 25px;
}

.pushl10 {
	padding-right: 10px;
}

.pushd30 {
	margin-top: 30px;
}

.noTopMarg {
	margin-top: 0;	
}

.autoMargin {
	margin: auto;
}

.squeeze40 {
	padding: 0 40px;
}

.fullWidth {
	width: 100%;
}

@media(max-width:1199px) {

}

@media(max-width:767px) {

}
