﻿ /* Style for our header texts
    * --------------------------------------- */
    h1 {font-size: 5em;font-family: arial,helvetica;
        color: #fff;
        margin: 0;
        padding: 0;
    }

    .intro p {
        color: #fff;
    }

    /* Centered texts in each section
    * --------------------------------------- */
    .section {
        text-align: center;
    }

    /* Fixed header and footer.
    * --------------------------------------- */
    #header, #footer {
        position: fixed;
        height: 50px;
        display: block;
        width: 100%;
        /*background: #333;*/
        z-index: 9;
        text-align: center;
        color: #f2f2f2;
        padding: 20px 0 0 0;
    }

    #header {
        top: 0px;
    }

    #footer {
        bottom: 0px;
    }


/* Bottom menu
* --------------------------------------- */
#infoMenu {
    bottom: 80px;
}

#infoMenu li a {
    color: #fff;
    z-index: 999;
}

@media( max-width: 768px ) {
    #footer {
        display: none;
    }
}