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

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

p {
    line-height: 1.5rem;
}

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

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

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

nav {
    background: #fff !important;
}

a#logo-container {
    /*font-family: 'Satisfy', cursive;*/
    font-family: 'Pacifico', cursive;
    color: #00ACC1 !important;
    margin-left: 80px;
}

img#img-logo {
    position: absolute;
    top: 5px;
    margin-left: -80px;
}

.letter-default {
    font-family: "Roboto", sans-serif;
}

.letter1 {
    font-family: 'Pacifico', cursive;
}

.letter2 {
    /*font-family: 'Architects Daughter', cursive;
    font-family: 'Muli', sans-serif;*/
    font-family: 'Josefin Sans', sans-serif;
}

.button-collapse {
    color: #0D47A1;
    transform: scale(0.8);
}

.img-center-logo {
    max-width: 350px;
    width: 80%;
    text-align: center;
}

.card .card-image .card-title, .shadow-yac {
    text-shadow: 2px 2px 1px #20202C !important;
}

iframe {
    width: 100% !important;
    height: 431px !important;
    background: #000 !important;
    border: #000 !important;
}

.bk-black {
    background: #000 !important;
    border: #000 !important;
}

/*.index-banner {
        min-height: 450px !important;
    }*/

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

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

    .img-center-logo {
        max-width: 150px;
    }

    #index-banner {
        min-height: 450px !important;
    }

    a#logo-container {
        margin-left: 5px;
    }

        a#logo-container > img {
            display: none;
        }
}

@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 {
    margin: 0;
}

.collection-item > p > i {
    position: relative;
    margin-right: 5px;
    top: 7px;
}