@media screen and (max-width: 767px) {
    #home-h1 {
        font-size: 30px;
        font-family: 'Rubik Mono One', sans-serif;
    }

    #home-h2 {
        font-family: 'Rubik Mono One', sans-serif;
        font-size: 20px;
    }

    #home-h3 {
        font-family: 'Rubik Mono One', sans-serif;
        font-size: 20px;
    }

    .parallax-window {
        height: 100vh;
        background: transparent;
    }

    #home-parallax-main-div {
        position: relative;
    }

    #home-banner-caption {
        position: absolute;
        bottom: 50px;
        left: 50px;
    }

    #outer-container-site-index.container {
        width: 100%;
        padding: 0 0;
    }

    #donate-home1 {
        background: #ff9432;
        padding: 10px;
        text-align: center;
        margin-bottom: 20px;
    }

    #donate-home1 h4 {
        color: #ffffff;
        font-weight: bold;
    }

    #donate-home1 p {
        font-size: 15px;
        color: #ffffff;
    }

    #contactform-verifycode {
        margin-top: 15px;
    }

    #contact-info-box {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    #contact-info-box > div {
        height: 100%;
        min-height: 310px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 20px;
        color: #ffffff;
    }
}