/*
 * Start Bootstrap - Landing Page (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 */

body,
html {
    width: 100%;
    height: 100%;
}

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

a {
    color: #777777;
    font-weight: bold;
}

.google-button {
    height: 100px;
}

.navbar-fixed-top {
    min-height: 60px;
}

.list-inline .intro-social-buttons {
    padding-left: 0%;
}

.list-inline .intro-footer {
    padding-left: 25%;
}

.footer-link {
    color: #777777;
}

.img-responsive-phone {
    margin: auto;
    max-height: 500px;
}

.img-responsive-top {
    margin: auto;
    margin-bottom: 5%;
    max-height: 5%;
}

.img-responsive {
    margin: auto;
    max-height: 500px;
    max-width: 250px;
}

.ol, ul {
    font-size: 16px;
}

.btn-group-lg>.btn, .btn-lg{
     border-radius: 2px;
}

.img-icon {
    position: absolute;
    margin-top: 8px;
    margin-bottom: 8px;
    top: 0px;
    height: 40px;
}

.donate {
    max-width: 250px;
}

a:focus, a:hover {
    color: #3E91B5;
}
.topnav {
    font-size: 14px;
    background-color: #007AC7;
    border-color: #0178BC;
    color: #0178BC;
}

.btn-default {
    width: 150px;
    margin: 5px;
}


.navbar-default .navbar-brand {
    color: #0178BC;
}

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

}
.lead {
    font-size: 16px;
    font-weight: 200;
}

.lead-right {
    font-size: 16px;
    font-weight: 200;
    text-align: right;
}

.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/Cover-01.png) no-repeat center center;
    background-size: cover;
}

.intro-message {
    position: relative;
    padding-top: 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 #F05F40;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

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

.href {
    color: red;
}

@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%;
    }
    .navbar {
        border-radius: 4px;
        min-height: 60px;
    }
}

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

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #3F3F3F;
    border-color: #3F3F3F; /*set the color you want here*/
}

.btn-info {
    color: #ffffff;
    border-color: #007AC7;
    background-color: #007AC7;
    width: 150px;
    margin: 5px;
}

.btn-default {
    color: #ffffff;
    background-color: #3F3F3F;
    border-color: #3F3F3F;
}

.btn-success {
    color: #3F3F3F;
    width: 150px;
    margin: 5px;
    background-color: #D3D3D3;
    border-color: #D3D3D3;

}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #007AC7;
    border-color: #007AC7; /*set the color you want here*/
}

.btn-danger {
    color: #014E7A;
    width: 150px;
    margin: 5px;
    background-color: #d9534f;
    border-color: #d43f3a;
}

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

.content-section-b {
    padding-top: 50px;
    background-color: #e9e9e9;
    color: #545454;
}


.content-section-c {
    padding: 50px 0;
    background-color: #007AC7;
    border-top: 1px solid #0178BC;
    border-bottom: 1px solid #0178BC;
}

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

.section-heading-2 {
    margin-bottom: 30px;
    color: #545454;
}

.section-heading-spacer {
    float: left;
    width: 200px;
    /*border-top: 3px solid #F05F40;*/
    border-top: 3px solid #5cb85c;
}

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

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

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #0178BC;
    margin: auto;
    padding: 30px;
    border: 1px solid #014E7A;
    width: 50%;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}