a {
    color: #FFF5E0;
}

a:hover {
    color: white;
}

body {
    background-color: #3C4692;
    display: flex;          
    flex-direction: column; 
    text-align: center;
    font-family: "Noto Sans", sans-serif;
    color: #DDDDDD;
    min-height: 100vh;
}


/* classes */

.abstract{
    font-size: smaller;
    margin-left: 19%;
    margin-right: 19%;
    text-align: left;
}

.button {
    padding-top: 1%;
}

.card {
    padding-bottom: 1%;
    color: #141E46;
}

.carousel {
    padding-top: auto;
    max-width: 800px;
    margin: auto;
    overflow: hidden;
    max-height: calc(100vh - 200px);
}

.carousel-caption {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    left: 0;
    bottom: 0;
}

.carousel-description {
    color: ivory
}

.carousel-inner img {
    max-width: 100%;
    height: auto;
    width: auto;
    /* IE8 */
    max-height: calc(100vh - 200px);
    margin: auto;
}

.info-icon {
            color: #2c3e50;
            font-size: 1.5rem;
}

.collapsible {
    top: 50%;
    padding-top: 1%;
    color: #141E46;
    overflow: auto;
    margin-bottom: 50px;
    height: 100vh;
}

.collapsibles {
    padding-top: 1%;
    padding-bottom: 1%;
}

.contact {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.content {
    height: 80vh;
    margin-bottom: 5%;
    position: relative;
    justify-content: center;
}

.email {
    color: #141E46;
    margin-top: -15vh;
    width: 50%;
}

.footer {
    background-color: #141E46;
    color: #FFF5E0;
    font-size: 10px;
    margin-top: auto;
    padding: 20px;
    text-align: center;
    width: 100%;
}

.heading {
    font-size: 3rem;
    color: black;
    font-weight: 400;
}

.links-on-page {
    color: #141E46;
}

.logo {
    height: 75px;
    width: 75px;
    margin-right: 4px;
}

.navbar {
    padding-left: 8;
}

.navbar-brand{
    vertical-align: middle;
}

.objectives {
    text-align: left;
}

.policy {
    color: white;
    margin-left: 1%;
    text-align: center;
}

.policy li{
    list-style-type: none;
}

.publications{
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.privacy-heading {
    margin-top: 1%;
    text-align: center;
}

.rationale {
    color: white;
    font-weight: 500;
    padding-top: 1%;
    padding-bottom: 2%;
}

.site-dev-img {
    height: 128px;
    width: 128px;
    color: #141E46;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
}

.svg-icon {
    text-align: center;
    height: 24px;
    width: 24px;
    fill: #FFF5E0 !important;
}

.terms-of-use {
    font-size: medium;
}

.thank-you {
    color: #141E46;
    justify-content: center;
}

.TOS {
    color: #FFFFFF;
}


/* ID */

#subject {
    padding-bottom: 1%;
}

