#helpRow{
    position: absolute;
}

.landing .landing_text_container{
    justify-content: end;
    text-align: right;
}

.landing .landing_text{
    margin-top: 15vh;
}

.landing .landing_text h1{
    font-size: calc(2rem + 1.75vw);
}

#scholarshipPrograms{
    max-width: 1400px;
    margin: 0 auto 10vh;
}

.compass_underlay{
    position: absolute;
    top: 20%;
    right: 0;
    background-image: url(../img/logo_compass.png);
    opacity: .05;
    height: 100%;
    z-index: 0;
    width: 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

footer{
    min-height: 30vh;
    background-color: #FFF;
    color: var(--silvernail-blue);
    border-top: 1px solid var(--silvernail-grey);
}

#mailingList{
    border: 2px solid var(--silvernail-blue);
    background-color: var(--silvernail-grey);
    height: 40px;
    width: 100%;
    font-size: 1rem;
}

.social_media{
    text-align: right;
    font-size: 3rem;
    /*margin-top: 20px;*/
}


@media (max-width: 1200px){
    #navDonate{
        display: none;
    } 
}


@media screen and (max-width:991px) {
    #helpRow{
        position: unset;
    }

    #helpRow > div {
        padding: 3rem;
    }

    #nominatedRow{
        height: 70% !important;
    }

    .landing .landing_text_container{
        justify-content: center;
        text-align: center;
    }

    .landing .landing_text{
        margin-top: 0;
    }

    .compass_underlay {
        top: 0;
        left: 0;
        right: unset;
        background-image: url(../img/logo_compass.png);
        width: 100%;
        background-size: 200%;
        background-position: center;
    }

    .social_media{
        text-align: center;
    }
}

@media (max-height: 800px){
    .landing .landing_text h1{
        font-size: 2.75rem;
    }
}