nav ul a,
nav .brand-logo {
    color: #444;
}


.sidenav-trigger {
    color: #26a69a;
}

.banner-text {
    position: absolute;
    top: 600px;
    text-align: center;
}

.image-container {
    position: relative;
    min-height: 900px;
    line-height: 0;
    height: auto;
    color: rgba(255, 255, 255, .9);
    overflow: hidden;
}

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

.image-container .image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.image-container .image img {
    position: absolute;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    left: 50%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);

}


.float {
    float: right;
    margin: 5px
}

.text-red {
    color: #9B444A
}


@media only screen and (min-width: 960px) {
    p.text {
        font-size: 25px;
    }

    p.quote p.text {
        font-style: italic;
    }

    div.text-section .section {
        padding-left: 100px;
    }

    .container {
        margin: 100px;
    }

}

@media only screen and (max-width: 992px) {
    .parallax-container .section {
        position: absolute;
        top: 40%;
    }

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

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

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

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

footer.page-footer {
    padding-top: 0;
    padding-bottom: 0;
}
