/*!
 * 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 {
	font-size:115%;
    width: 100%;
    height: 100%;
	font-family: 'Josefin Sans', sans-serif;
    font-weight: normal;

}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

a {
    color:#009900;
}

a:hover {
    color: #009900;
}

.mainTitle {
	font-size: 240%;
	color: #444;
	font-weight: normal;
}

.subTitle {
	font-size: 160%;
	color: #777;
	font-weight: 300;
	line-height: 22pt;
	margin-bottom:10px;
}


.topnav {
	border: none;
    font-size: 100%;
    color: #333;
  	background-color: #fff;
}

.grayBorder {
	border: none;
	height:10px;


}

a .navbar-header {
    color: #333;
}

.lead {
    font-size: 16px;
    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: #fff;
    background-size: cover;
}

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

.intro-message > h1 {
    color:#fff;
    margin: 0;
    margin-top:50px;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 4em;
    font-weight: bold;
    
}

.intro-divider {
    width: 400px;
    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);
}


/* family of phones images */

#familyImage2 {
	display:none;
}

#familyImage1, #familyImage2 {
	margin-left:auto;
	margin-right:auto;
}

@media(max-width:768px) {
    .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%;
    }

	#familyImage1 {
		display:none;
	}

	#familyImage2 {
		display:block;
	}
	
	.grayBorder {
		display: none;
	}

}

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

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

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

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

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



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

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

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

.banner h2 {
    margin: 0;
    text-shadow: 1px 1px 2px 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:768px) {
    .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: #333;
}

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


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

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

.banner-brain ul {
    margin-bottom: 0;
}


/* top nav */





/* allows for logo */



body {
    padding-top: 70px; /* Required padding for .navbar-fixed-top. Change if height of navigation changes. */
}

.navbar-fixed-top .nav {
    padding: 15px 0;
}

.navbar-fixed-top .navbar-brand {
    padding: 25px 15px;
}

@media(min-width:768px) {
    body {
        padding-top: 80px; /* Required padding for .navbar-fixed-top. Change if height of navigation changes. */
    }

    .navbar-fixed-top .navbar-brand {
        padding: 30px 0;
    }
}






.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
	color: #333;  /*Sets the text hover color on navbar*/
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active >   
 a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
	color: white; /*BACKGROUND color for active*/
	background-color: #030033;
}

  .navbar-inverse {
    background-color: #016290;
    border-color: #016290;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	color: #fff;
   	text-decoration: none;
  	background-color: #009900;  /*change color of links in drop down here*/
}

 .nav > li > a:hover,
 .nav > li > a:focus {
    text-decoration: none;
    background-color: silver; /*Change rollover cell color here*/
  }


.navbar-inverse .navbar-nav > li > a {
   color: #333; 
   font-size:90%;
}
    

    
/* testimonials */

.blurbs {
	width:400px;
	background-color:#eeeeee;
	padding:30px;
	border-radius:15px;
}

.blurbs h3 {
	font-size:1.8em;
	color:#000;
	line-height:1.4;
}

.blurbs h5 {
	font-weight:normal;
	color:#999;
	margin-bottom:5px;
}

.arrow4 {
	background-image:url(img/arrow.png);
	width:80%;
	background-repeat:no-repeat;
	background-position:20% 0px;
	height:18px;
}

.signup {
	color:#fff;
	background-color:#efefef;
	padding:20px;
	border-radius:5px;
	width:100%;
  	box-shadow: 11px 22px 24px #999;
}

.signup h2 {
	text-shadow: 1px 2px #333;
}

.signup p, label {
	font-weight: 300;
}

footer {
	font-weight: 400;
	background-color: #eee;

}

.itStaffing {
	background-color:#eee;
    padding-top:50px;
    padding-bottom:50px;
}

#congrats {
	font-weight: 300px;
}

input.ng-dirty {
  	border: 1px solid #cc0000;
}
input.ng-valid {
  	border: 2px solid #00ff33;
}

.error-container {
	font-weight: 300px;
	font-size: 12px;
	color: #ffcccc;
}

.featured-banner {
    height:800px;
    padding: 100px 0;
    color: #fff;
    background: url(../img/main.png) no-repeat center center;
    background-size: cover;
}

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

.featured-banner ul {
    margin-bottom: 0;
}

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

.btn {
    padding: 14px 24px;
    border: 0 none;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}
 
.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: 0 none;
}
 
.btn-primary {
    background: #009900;
    color: #ffffff;
}
 
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background: #33cc33;
}
 
.btn-primary:active, .btn-primary.active {
    background: #66cc66;
    box-shadow: none;
}

.table-apartments{
    font-size: 100%;
}

h1.blog_title{
    display: inline;
}

h2.blog_title{
    display: inline;
    font-size: 180%;
}

span.blog_date{
    font-size: 80%;
    color: #999;
    display:block;
    margin-bottom:10px;
}

div.blog_content{
    font-size: 100%;
}

div.blog_row{
    padding-top:10px;
    padding-bottom:10px;
}