
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;
}

.topnav {
    font-size: 21px; 
}

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

.intro-header {
    height: 100%;
    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-3.jpg) no-repeat center center;
    background-size: cover;
    max-height: 800px;
}

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

.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);
}

.feature-image {
    margin-top: 70px;
}

@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: 50px 0 60px;
    background-color: #f8f8f8;
}

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

.section-heading {
    margin-bottom: 15px;
        margin-top: 50px;
}

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

.banner {
    padding: 100px 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;
}




footer {
    padding: 20px 0;
    background-color: #4e8800;
}
footer li a{
    color:#fff;
}

p.copyright {
    margin: 15px 0 0;
    color:#fff;
}

.navbar-default {
    background-image:none;
    background-color: #3f6206;
    border-color: #4e8800;
        padding-bottom: 10px;
}

.navbar-default .navbar-brand {
    color: #fff;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
}

.btn-default {
    background-image:none;
    color: #fff;
    background-color: #f36f21;
    border-color: #dbdbdb;
    border-color: #ccc;
}

.btn-default:hover, .btn-default:focus {
    color: #fff;
    background-color: #3f6206;
    background-position: 0 -15px;
}

.contact-section {
    background-color: #3f6206;
    padding: 5em 5em;
    color: #fff;
}

.contact-section h3{
          line-height:1.25em;
      }

.contact-section a{
    color: #fff;
}

.contact-section a:hover{
    color: #f36f21;
}
.contact-form-header{
        margin-bottom: 50px;
}

.list-inline {
    margin-bottom: 15px;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #f36f21;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: #f36f21;
}

a:hover, a:focus {
    color: #3f6206;
    text-decoration: none;
}

.budget-list, .minutes-list{
       list-style:none;
       padding-left:0;

}

.budget-list a, .minutes-list a{
       color: #f36f21;
       line-height:2.5em;
           font-style: italic;

}
.text-cta{
    color: #3f6206;
    font-size: 30px;
}

.text-cta h2{
    font-size: 40px;
    font-style: italic;
    margin-bottom: 40px;
}

.content-section-c {
    padding-bottom: 20px;
        padding-top: 25px;
            background-color: #f8f8f8;
}

li.footer-menu-divider {
    color: #fff;
}

h2.section-heading-additional {
    margin-top: 50px;
}

@media(min-width:767px) {
    
    .contact-form-section{
    padding-right: 160px;
    }
}


    

@media(max-width:1199px) {
    ul.banner-social-buttons {
        float: left;
        margin-top: 15px;
    }
       .intro-header {
    
     max-height: 675px;
}
       
}

@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;
    }

    .feature-image{
        display:none;
    }

    .intro-header {
    
    max-height: 500px;
}
    .contact-section {
    padding: 5em 1em;
} 
}

@media(max-width:480px) {
    .intro-header {
     background: url(../img/intro-sm-3.jpg) no-repeat center center;
    max-height: 350px;
}

}
.landingVideocontainer{
    margin-bottom: 25px;
    }
