/*!
 * 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.
 */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);

body,
html {
    width: 100%;
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    letter-spacing:0px;
    font-size:16px;
    transform: translate3d(0,0,0);
-webkit-transform: translate3d(0,0,0);
}

h1,
h2,
h3,
h4,
h5,
h6 {
   letter-spacing:1px;
   line-height:1.4em;
   margin-top:10px;
}

.topnav {
    font-size: 14px; 
}

.btn-default {
	background: rgba(100,100,100,0.7);
	border: none;
	color:#ffffff;
	font-size:20px;
	padding:8px 30px;
}

.lead {
    font-size: 24px;
    font-weight: 300;
}

.lead_big {
    font-size: 26px;
    font-weight: 300;
    padding-bottom:10px;
}

.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/intro-bg.jpg) no-repeat center center;
    background-size: cover;
    border-bottom: solid 40px #ee6633;
}

.intro-message {
    position: relative;
}

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

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

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

.container {
	padding: 0 25px;
	
}

.panel-left {
	padding:50px 0px;
}

.panel-right {
	position:absolute;
	bottom:0;right:0;
}

.monitors {
	padding-top:10px;
	padding-left:0;
	padding-right:20px;
}

.padding-wrap {
	padding:50px 0;
}

.icon, .what-we-do {
	visibility:hidden;
}

@media(max-width:992px) {
	.panel-left {
		padding:30px 15px;
	}

	.panel-right {
		position:relative;
	}

}


@media(max-width:767px) {
  

    .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%;
    }
    
    .padding-wrap {
		padding:30px 0;
	}
    
    .monitors {
    	padding-top:10px;
		padding-left:15px;
		padding-right:15px;
	}
    
    .intro-header {
	 	border-bottom: solid 20px #ee6633!important;
	}
    
}


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

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

.content-section-b {
    padding: 0;
}

.content-section-c {
    padding: 10px 0;
    background-color: #ee6633;
    color: #ffffff;
}

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

.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 3px solid #ee6633;
    padding-bottom:10px;
}

.banner {
    padding: 50px 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) {
    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 {
    padding: 50px 0;
    background-color: #f8f8f8;
}

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