html,
body {
    background-color: whitesmoke;
    /*background-image: url(https://scontent.ford1-1.fna.fbcdn.net/hphotos-xtp1/t31.0-8/12829461_10153442631315777_6923973237197672207_o.jpg);*/
    background-size: cover;
    background-attachment: fixed;
    min-height: 110%;
    width: 100%;
    overflow-x: hidden;
    font-size: 18px;
}

#header {
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    z-index: 5;
    padding-left: 25%;
    display: none;
    text-align: center;
}

.header-logo {
    text-align: center;
    height: 150px;
    width: 150px;
    position: fixed;
    z-index: 99;
    margin: auto;
}

.navbar {
    padding-left: 5%;
    padding-right: 5%;
    margin-left: -2%;
    margin-top: 25px;
    width: 105%;
    z-index: 98;
    font-family: cambria;
    border: none;
    height: 100px;
}

.dropdown-toggle {
    font-size: 16px;
    font-weight: bold;
    margin-top: 25px;
    display: block !important;
}

.dropdown-toggle a:visited {
    background-color: blue;
}

.index-banner {
    background-color: dimgray;
    padding-bottom: 24vw;
    margin-top: 15%;
    margin-right: 10%;
    margin-left: 10%;
    border-radius: 5px;
    margin-bottom: 5%;
}

#carousel-example-generic {
    width: 50vw;
    float: left;
}

.carousel-inner img {
    width: 95%;
    border-radius: 5px;
}

.carousel-caption {
    background-color: rgba(255, 255, 255, 0.5);
    color: black;
    font-size: 3vw;
    font-weight: bold;
    font-family: verdana;
    height: 5vw;
    width: 77.5%;
    border-radius: 2px;
}

.carousel-caption p {
    padding-bottom: 1%;
}

#ctabutton {
    text-align: center;
    float: left;
    margin-left: 67%;
    margin-top: -7%;
    background-color: red;
    width: 30%;
    border-radius: 10px;
    box-shadow: 0px 10px 0px 0px darkslategray;
}

#ctabutton a {
    color: black;
    font-family: verdana;
    font-weight: bold;
    display: inline-block;
    text-decoration: none;
    padding: 0%;
    font-size: 1.5vw;
}

#ctabutton a:hover {
    color: dimgray;
}

.disclaimer {
    text-align: center;
    font-size: 16px;
    background-color: transparent;
    width: 30%;
    margin-top: -20vw;
    margin-left: 67%;
    margin-right: 3%;
    padding-top: 0.5%;
    padding-bottom: 0.5%;
    border-radius: 10px;
    float: left;
    padding: 5px;
    color: antiquewhite;
}

.bio img {
    width: 40%;
    padding: 5%;
}

.bio p {
    text-align: center;
}


/*social media bar */

.social {
    list-style-type: none;
    position: fixed;
    top: 25%;
    right: 0%;
    padding: .5% .25%;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 5px;
}

.social li {
    padding: 3%;
}

.social a {
    text-decoration: none;
    color: inherit;
}

.facebook {
    color: #3b5998;
}

.twitter {
    color: #55acee;
}

.youtube {
    color: #bb0000;
}

.insta {
    color: #e95950;
}

.wordpress {
    color: #21759b;
}

.socialBorder {
    color: rgba(255, 255, 255, 0.6);
}

.socialLogo {
    top: -2px;
}

.socialLogo:hover {
    background-color: white;
    border-radius: 5px;
}

.main {
    margin-right: 20%;
    margin-left: 20%;
    margin-top: 5%;
    text-align: center;
    color: black;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 5px;
    font-family: verdana;
    font-size: 100%;
    clear: both;
    padding: 5%;
}

.toggleInfo {
    width: 100%;
    text-align: center;
    /*position: relative;*/
    border-radius: 5px;
}

.toggleInfo p {
    display: none;
    background-color: rgba(255, 255, 255, 0.8);
    margin-bottom: 0;
    text-align: left;
}

b {
    font-size: 125%;
    color: blue;
}

.faqTitle {
    font-size: 200%;
    color: blue;
    font-weight: bold;
}

.toggleInfo img {
    width: 35%;
    border-radius: 8px;
    padding: -5%;
    margin: -5% 5%;
}

.imageNormal {
    width: 45%;
    padding: 3px;
    margin: auto;
}


/*.alignRight {
    font-weight: bold;
    border-radius: 0px 5px 5px 0px;
}

.alignLeft {
    border-radius: 5px 0px 0px 5px;
}*/

.clickMe {
    display: inline-block;
    background-color: dimgray;
    padding: 1%;
    margin: 7%;
    color: antiquewhite;
    font-size: 1.65vw;
    border-radius: 5px;
    text-align: left;
    width: 80%;
}

#topmargin {
    margin-top: 150px;
}

#footer {
    color: white;
    background-color: black;
    border-style: solid;
    border-color: white;
    border-left: none;
    border-right: none;
    font-size: 15px;
    text-align: center;
    width: 105%;
    bottom: 0;
    left: 0;
    margin-top: 10%;
    margin-left: -15px;
    padding-left: -5%;
    padding-right: 5%;
    clear: both;
}

#footer div {
    display: inline-block;
    padding: 1vw;
}

.left {
    float: left;
    margin-left: 1vw;
    padding-top: 1vw;
}

.right {
    float: right;
    margin-right: 1vw;
    padding-top: 1vw;
}

.mission {
    width: 40vw;
}

.surveySays {
    margin: 15%;
    text-align: center;
}

@media (max-width: 1024px) {
    #header {
        display: none;
        text-align: right;
    }
    .mission p {
        display: none;
    }
    .index-banner {
        padding-bottom: 5vw;
        margin-top: 25%;
    }
    #carousel-example-generic {
        margin-top: 100px;
        float: none;
        margin: auto;
        margin-top: 30%;
        width: 90%;
        padding-top: 1%;
    }
    .carousel-inner img {
        width: 100%;
    }
    .carousel-caption {
        width: 100%;
        font-size: 4vw;
    }
    .carousel-caption p {
        margin-top: -2%;
    }
    #ctabutton {
        width: auto;
        float: none;
        clear: both;
        margin: auto;
        margin-top: 5%;
    }
    #ctabutton a {
        font-size: 3vw;
    }
    .disclaimer {
        width: 65%;
        font-size: 3vw;
        float: none;
        clear: both;
        margin: auto;
        margin-top: 5%;
    }
    .main {
        margin-right: 10%;
        margin-left: 10%;
        margin-top: 5%;
    }
    .social {
        display: none;
        top: auto;
        bottom: 0%;
        width: 100%;
        text-align: center;
        height: 65px;
        padding: 0;
        z-index: 5;
    }
    .social li {
        position: relative;
        left: 30%;
        right: 30%;
        float: left;
        padding: 1%;
    }
    .header-logo {
        height: 100px;
        width: 100px;
    }
    .navbar {
        height: 50px;
    }
    .dropdown-toggle {
        margin-top: 1px;
        background-color: black;
        overflow: scroll;
    }
    .dropdown-menu {
        margin: 0;
    }
    .dropdown-menu li {
        background-color: white;
        color: black;
    }
    #topmargin {
        margin-top: 100px;
    }
}

@media (max-width: 750px) {
    .index-banner {
        margin-top: 35%;
    }
    .carousel-caption {
        bottom: 0;
        background-color: rgba(255, 255, 255, 0.2);
    }
    .clickMe {
        font-size: 3vw;
    }
    .social li {
        left: 8%;
        right: 0;
    }
}