html,
body {
    background-color: whitesmoke;
    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;
}

.header-mask {
    z-index: 97;
    position: fixed;
    text-align: left;
    height: 50px;
    width: 100%;
}

.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: 24px;
    font-weight: bold;
    margin-top: 25px;
    display: block !important;
}

.dropdown-menu {
    font-size: 16px
}

.dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: lightsteelblue;
}

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

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

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

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

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

}

.carousel-caption p {
    text-align: right;
    margin-top: -4%;
    padding-right: 3%;
}

#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: white;
    font-family: verdana;
    font-weight: bold;
    display: inline-block;
    text-decoration: none;
    padding: 0%;
    font-size: 1.5vw;
}

#ctabutton a:hover {
    color: antiquewhite;
}

.disclaimer {
    text-align: center;
    font-size: 17px;
    background-color: transparent;
    width: 35%;
    margin-top: -23vw;
    margin-left: 64%;
    padding-top: 0.5%;
    padding-bottom: 0.5%;
    border-radius: 10px;
    float: left;
    padding: 5px;
    color: whitesmoke;
}

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

.bio p {
    text-align: left;
}


/*social media bar */
.social {
    list-style-type: none;
    position: fixed;
    top: 25%;
    right: 0%;
    padding: .5% .25%;
    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: 2%;
    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%;
}

#startbutton {
    align-items: center;
    text-align: center;
    float: left;
    margin-left: 35%;
    margin-top: -8%;
    background-color: red;
    width: 30%;
    border-radius: 10px;
    box-shadow: 0px 10px 0px 0px darkslategray;
}

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

#startbutton a:hover {
    color: antiquewhite;
}
.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: 4%;
    color: whitesmoke;
    font-size: 1.65vw;
    border-radius: 10px;
    text-align: left;
    width: 90%;
}

.faqclickMe {
    display: inline-block;
    background-color: dimgray;
    padding: 1%;
    margin-top: 4%;
    color: whitesmoke;
    font-size: 1.65vw;
    border-radius: 10px;
    text-align: left;
    width: 90%;
}
#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: 0vw;
    padding-top: 1vw;
}

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

.mission {
    width: 40vw;
}

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

a:focus, a:hover {
    color: lightblue;
    text-decoration: underline;
}

@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: 80%;
        font-size: 4vw;
        background-color: rgba(255, 255, 255, 0.6);
        text-align: right;

    }

    .carousel-caption p {
        text-align: right;
        margin-top: -4%;
        padding-right: 3%;
    }

    #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;
        overflow: hidden;
        font-size: 18px;
    }

    .dropdown-menu {
        margin: 0;
        font-size: 14px;
    }

    .dropdown-menu li {
        background-color: white;
        color: black;
    }

    #topmargin {
        margin-top: 150px;
    }
}

@media (max-width: 750px) {
    .index-banner {
        margin-top: 35%;
    }

    .carousel-caption {
        bottom: 100;
        width: 85%;
        text-align: right;
        background-color: rgba(255, 255, 255, 0.6);
    }

    .carousel-caption p {
        text-align: right;
        margin-top: -4%;
        padding-right: 3%;
    }

    .clickMe {
        font-size: 3vw;
    }

    .social li {
        left: 8%;
        right: 0;
    }

    .dropdown-toggle {
        margin-top: 1px;
        overflow: hidden;
        font-size: 20px;
        background-color: rgb(14, 14, 14);
    }

    .dropdown-menu {
        margin: 0;
        font-size: 16px;
        background-color: black;
    }

    .navbar-inverse .navbar-nav>li>a:hover {
        color: #fff;
        background-color: black;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #333;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
        background-color: lightsteelblue;
        color: #333;
    }
    #topmargin {
        margin-top: 100px;
    }
}