

/* Settings In style.css :
    1. General
    2.Home/Countdown
    3.Newsletter
    4.Features
    5.Contact-Us
*/

/* ==============================================
1.GENERAL
=============================================== */

/* -----------------------------------------------------------------------
   2. HOME / Countdown styles
------------------------------------------------------------------------- */
body{
    background: url('../images/fondo2.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
    #fondling {
        background: url('../images/fondo4.jpg') no-repeat center center fixed;
        -webkit-background-size: auto auto;
        -moz-background-size: auto auto;
        -o-background-size: auto auto;
        background-size: cover;
    }
}
/*@media(min-width:560px) and (max-width: 1024px){
    .digit{
        font-size: 40px;
        height: 80px;
        line-height: 80px;
    }

    .large-header{
        width: 80%;
        height: 80%;
    }

    #home .large-header background-image {
        width: 20%;
        height: 20%;
    }
}*/