nav .brand-logo img {
    height: 40px;
    margin: 8px;
}

.button-collapse {
    color: #26a69a;
}

.parallax-container .section {
    width: 100%;
}

#index-banner {
    min-height: 830px;
    line-height: 0;
    height: auto;
    color: rgba(255, 255, 255, .9);
}

.container-welcome {
    background: rgba(128,128,128,0.75);
    border-radius: 2px;
    width: 500px;
    margin-top: 10rem;
}

.icon-block {
    padding: 0 15px;
}

.icon-block .material-icons {
    font-size: inherit;
}

footer.page-footer {
    margin: 0;
}

.text-justify {
    text-align: justify;
}

.partner-logo-container img {
    margin: 45px;
    width: 50%;
}

@media only screen and (max-width: 992px) {

    .parallax-container .section {
        position: absolute;
        top: 40%;
    }

    #index-banner .section {
        top: 10%;
    }

    .partner-logo-container img {
        width: 65%;
    }

}

@media only screen and (max-width: 600px) {
    #index-banner .section {
        top: 0;
    }

    h1 {
        font-size: 3.0rem !important;
    }

    nav .brand-logo img {
        height: 35px;
        margin: 10px;
    }

    .container-welcome {
        width: 340px;
    }

    #index-banner {
        min-height: 485px;
    }
}