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

p {
    line-height: 2rem;
}

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

.parallax-container {
    min-height: 380px;
    line-height: 0;
    color: rgba(255,255,255,.9);
    height: 700px;
}

@media screen and (min-width: 900px) {
    .parallax-container {
        height: auto;
    } 
}

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

@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;
}

.small-caps {
    font-variant: small-caps;
}

li {
    margin-bottom: 0.8rem;
}

footer.page-footer {
    margin: 0;
}

.bordered {
    border: solid 1px;
    border-radius: 5px;
    margin: 10px;
    padding: 10px !important;
    background-color: rgba(0, 0, 0, 0.1);
}

.link {
    font-weight: bold;
    text-decoration: none;
    border-bottom: dashed 1px purple;
}