/* 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: #0c3143;
    font-family: 'Lato', 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 19px;
    line-height: 32px;
    color:rgb(87, 86, 86);
}

.page-footer {
    background-color: #0c3143;
}

    .page-footer a {
        color: white;
        text-decoration: none;
    }

    .page-footer a:hover {
        text-decoration:underline; 
    }

h1 {
    font-size: 4rem;
}

h2 {
    font-size: 3rem;
}

h3 {
    font-size: 2rem;
}

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

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

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

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

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

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

    .card-content {
        min-height:300px;
    }
}

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

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

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

footer.page-footer {
    margin: 0;
}
