

body,
html {
    width: 100%;
    /*height: 100%;*/
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    /*font-weight: 700;*/
}

.navbar-brand {
    padding: 10px 15px;
}
.topnav {
    font-size: 14px;
}
.navbar-nav {
	/*margin: 15px 0 5px 0;*/
}
.navbar-default {
	background: #fff;
}
.navbar {
    min-height: 60px;
}
.lead {
    font-size: 16px;
    font-weight: 400;
	color: #5f5f5f;
}

.intro-header {
    padding-top: 150px; /* 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-bg4.jpg) no-repeat center center;
    background-size: cover;
}

.intro-message {
    position: relative;
    padding-top: 1%;
    padding-bottom: 10%;
}

.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 #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);
}

.lp-login-box {
	width: 500px;
	margin: 0 auto;
}
.lp-login-box h1{
  background:#3399cc;
  padding:20px 0;
  font-size:140%;
  font-weight:300;
  text-align:center;
  color:#fff;
}
.lp-login-box form{
  	background:#fff;
  	padding:4% 2%;
  	zoom: 1;
	filter: alpha(opacity=80);
	opacity: 0.8;
	position: relative;
}

.lp-login-box input[type="email"],input[type="password"]{
  	width:98%;
  	background:#f4f4f4;
  	margin-bottom: 5px;
  	border:1px solid #ccc;
  	padding:2% 6% 2% 2%;
  	font-family:'Open Sans',sans-serif;
  	font-size:95%;
  	color:#555;
}

.lp-login-box input[type="submit"]{
  width:98%;
  background:#be1e2d;
  border: 1px solid #ef091f;
  padding:2%;
  font-size: 20px;
  font-weight: bold;
  color:#fff;
  cursor:pointer;
  transition:background .3s;
  -webkit-transition:background .3s;
  margin-top: 5px;
}

.lp-login-box input[type="submit"]:hover{
  background:#a1121f;
}

.forgot-password-icon {
	position: absolute;
	right: 5%;
	top: 42%;
	color: #b4b4b4;
}
.forgot-password-icon:hover,
.navbar-default .nav > li > a:hover {
	color: #00aeef;
}

.lp-login-box input[type="submit"].signup {
	background: #00aeef;
	border: #05a3de 1px solid;
}
.lp-login-box input[type="submit"].signup:hover {
	background: #05a1db;
}
.modal-dialog {
	margin-top: 12%;
}
.signup-modal-title {
	color: #00aeef;
}
@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;
}

.content-section-a {
    padding: 80px 0;
    background-color: #f8f8f8;
}

.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: 250px;
    border-top: 3px solid #dedede;
}

.banner {
    padding: 100px 0;
    color: #f8f8f8;
    background: url(../Images/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;
    }
	
	.navbar-brand {
    padding: 6px 15px 6px 15px;
	}
	.navbar-toggle {
	margin-top: 19px;
	}

}

@media(max-width:480px) {
	.lp-login-box {
	width: 280px;
	margin: 0 auto;
	}
	.intro-header {
		padding-top: 75px;
	}
}

footer {
    padding: 30px 0;
    background-color: #f8f8f8;
}

p.copyright {
    margin: 15px 0 0;
}