/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

body {
    background-color: #ffffff;
    font-family: 'EB Garmond', sans-serif;
    font-size: 16px;
    line-height: 27px;
    color:rgb(34, 34, 34);
}

.page-footer {
    background-color: #ffffff;
}

    .page-footer .footer-copyright {
        color: black;
    }

h1, h2, h3 {
    font-family: 'Domine', serif;
    color: #000;
}

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

    nav ul a:hover {
        background-color:transparent;
        color:#999;
    }


    a {
        color: #0b4bbf;
    }

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

.parallax-container {
    line-height: 0;
    height: 600px;
}

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

    p {
        max-width:520px;
        text-align:left;
        margin:0 auto;
        margin-bottom:20px;
    }

@media only screen and (max-width : 992px) {
    nav ul a, nav .brand-logo {
        font-size: 1.5rem;
        left: 25%;
    }

    h1 {
        font-size: 3.1rem;
    }

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

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

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

    nav ul a, nav .brand-logo {
        font-size:1.1rem;
        left:25%;
    }

    h1 {
        font-size: 2.1rem;
    }

    #index-banner .section {
        top: 0;
    }

    .brand-logo {
        margin-left: 20px;
    }
}

@media only screen and (max-width : 400px) {
    .brand-logo {
        margin-left: 30px;
    }
}


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

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

    footer.page-footer {
        margin: 0;
    }
