body {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #343434;
    background-color: #f4f4f4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Fjalla One', sans-serif;
}

/*
 * #main
*/
section#main.row {
    margin-bottom: 0;
}

#main>div.col.s12 {
    min-height: 500px;
}

#main>div.col.s12:nth-child(1) {
    background: url(../images/art-creative-apple-glass_l.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#main #plus {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

/*
 * #content
*/
#content {
    display: none;
}

#content footer.page-footer div.footer-copyright {
    padding: 5px;
    min-height: 56px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    opacity: 1;
}

#content footer.page-footer .container>.row .col.s12:nth-child(2) {
    text-align: right;
    opacity: 1;
}

#content footer.page-footer div.footer-copyright br {
    display: none;
    opacity: 1;
}

#content footer .footer-copyright p {
    margin: 0;
}

@media(min-width:601px) and (max-width:992px) {
    #main>div.col.s12:nth-child(1) {
        background: url(../images/art-creative-apple-glass_m.jpg) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
}


@media(min-width:601px) {

    #main>div:nth-child(2)>h1,
    #main>div:nth-child(2)>p {
        padding: 0 30px;
    }

    #main #plus {
        position: absolute;
        bottom: 20px;
        right: 20px;
        width: 100px;
        height: 100px;
    }

    #main #plus i {
        font-size: 40px;
        padding: 24px;
    }

    #content .section:nth-child(1)>article .col.s12:nth-child(1) {
        text-align: right;
    }

    #content footer.page-footer div.footer-copyright {
        min-height: 70px;
        opacity: 1;
    }
}


@media(min-width:801px) and (max-width:1245px) {
    #content footer.page-footer div.footer-copyright br {
        display: block;
        opacity: 1;
    }
}


@media(min-width:1440px) {

    #main>div:nth-child(2)>h1,
    #main>div:nth-child(2)>p {
        padding: 0 10%;
    }
}


@media(min-width:2000px) {

    #main>div:nth-child(2)>h1,
    #main>div:nth-child(2)>p {
        padding: 0 20%;
    }
}


@media(max-width:600px) {
    #main>div.col.s12 {
        min-height: 200px;
    }

    #main>div.col.s12:nth-child(1) {
        background: url(../images/art-creative-apple-glass_s.jpg) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    #content .section:nth-child(1)>article .col.s12:nth-child(1)>div.col.s12 img,
    #content footer.page-footer .container .row img {
        display: block;
        margin: 10px auto;
        width: 200px;
        opacity: 1;
    }

    #main>div.col.s12:nth-child(2) {
        padding-top: 20px;
    }

    #content footer.page-footer div.footer-copyright {
        min-height: 106px;
        opacity: 1;
    }
}