@media screen and (min-width: 320px) {

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}

ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}

h1 {
    font-family: 'Abril Fatface', cursive;
    font-size: 2em;
    line-height: 1em;
    font-weight: 600;
}

h2,
address {
    font-family: 'Abril Fatface', cursive;
    font-size: 1.4em;
    font-weight: 600;
}

p {
    font-family: 'Montserrat', sans-serif;
    font-size: 1em;
    line-height: 1.7em;
    font-weight: 300;
}

p.small {
    font-size: .8em;
    line-height: 1.5em;
    padding: 8px 0px 8px 0px;
}

.section {
	text-align: center;
}

.intro {
    padding: 0px 0px 0px 0px;
}


.fp-viewing-firstPage .logo {
        display: block;
        width: 150px;
        height: 150px;
        background: transparent url('../img/lievito-logo-150.png') no-repeat center center;
        position: absolute;
        top: 30px;
        left: 50%;
        transform: translate(-50%, 0%);
        z-index: 999;
        text-indent: -9999px;
        opacity: 1;
        -webkit-transition: all 1ms ease-in-out;
        -moz-transition: all 1ms ease-in-out;
        -ms-transition: all 1ms ease-in-out;
        -o-transition: all 1ms ease-in-out;
        transition: all 1ms ease-in-out;
    }
    
    .fp-viewing-secondPage .logo,
    .fp-viewing-3rdPage .logo,
    .fp-viewing-4thPage .logo,
    .fp-viewing-5thPage .logo {
        width: 150px;
        height: 150px;
        background: transparent url('../img/lievito-logo-150.png') no-repeat center center;
        position: absolute;
        top: 30px;
        left: 30px;
        transform: none;
        text-indent: -9999px;
        -webkit-transition: all 666ms ease-in-out;
        -moz-transition: all 666ms ease-in-out;
        -ms-transition: all 666ms ease-in-out;
        -o-transition: all 666ms ease-in-out;
        transition: all 666ms ease-in-out;
        z-index: 999;
    }

    .chevron-up {
        display: none;
        position: absolute;
        top: 1%;
        left: 50%;
        transform: translate(-50%, -10%);
        z-index: 999;
        text-decoration: none;
        -webkit-transition: all 1ms ease-in-out;
        -moz-transition: all 1ms ease-in-out;
        -ms-transition: all 1ms ease-in-out;
        -o-transition: all 1ms ease-in-out;
        transition: all 1ms ease-in-out;
        color: #969696;
        font-size: 2rem;
        opacity: .5;
    }

    .chevron-up:hover {
        opacity: 1;
    }

    .chevron-down {
        display: block;
        position: absolute;
        bottom: 1%;
        left: 50%;
        transform: translate(-50%, -10%);
        z-index: 999;
        text-decoration: none;
        -webkit-transition: all 1ms ease-in-out;
        -moz-transition: all 1ms ease-in-out;
        -ms-transition: all 1ms ease-in-out;
        -o-transition: all 1ms ease-in-out;
        transition: all 1ms ease-in-out;
        color: #ff8f00;
        font-size: 3em;
        opacity: 1;
    }

    .chevron-down:hover {
        opacity: .5;
    }

/*--------CONTACTS----------*/

    .fp-viewing-firstPage .contacts {
        position: absolute;
        bottom: 0px;
        left: -200px;
        padding: 30px 30px 30px 30px;
        z-index: 999;
        background-color: #ffffff;
        border-radius: 0px 20px 0px 0px;
        -webkit-transition: all 666ms ease-in-out;
        -moz-transition: all 666ms ease-in-out;
        -ms-transition: all 666ms ease-in-out;
        -o-transition: all 666ms ease-in-out;
        transition: all 666ms ease-in-out;
    }

    .contacts {
        display: none;
        position: absolute;
        bottom: 0px;
        left: 0px;  
        padding: 30px 30px 30px 30px;
        z-index: 999;
        background-color: #ffffffc9;
        border-radius: 0px 20px 0px 0px;
        -webkit-transition: all 666ms ease-in-out;
        -moz-transition: all 666ms ease-in-out;
        -ms-transition: all 666ms ease-in-out;
        -o-transition: all 666ms ease-in-out;
        transition: all 666ms ease-in-out;
    }

    .contacts-mobile {
        display: block;
        position: absolute;
        bottom: 0px;
        left: 50%;
        transform: translate(-50%, 0%);
        padding: 30px 30px 30px 30px;
        z-index: 999;
        background-color: #ffffffc9;
        border-radius: 0px 20px 0px 0px;
        -webkit-transition: all 666ms ease-in-out;
        -moz-transition: all 666ms ease-in-out;
        -ms-transition: all 666ms ease-in-out;
        -o-transition: all 666ms ease-in-out;
        transition: all 666ms ease-in-out;
    }

    .contacts h3,
    .contacts-mobile h3 {
        font-family: 'Abril Fatface', cursive;
        font-size: 1.3rem;
        line-height: 1rem;
        font-weight: 600;
        padding-bottom: 15px;
        border-bottom: dotted 1px #23201f;
    }
    
    .contacts a,
    .contacts-mobile a {
        display: block;
        margin: 5px 0px 5px 0px;
        font-size: .8rem;
        font-family: 'Montserrat', sans-serif;
        text-decoration: none;
        color: #000000;
    }
    
    .contacts p,
    .contacts-mobile p {
        font-size: .8rem;
        line-height: 1rem;
    }
    
    .contacts .socials,
    .contacts-mobile .socials {
        list-style-type: none;
        margin: 0;
        padding: 0px 0px 0px 0px;
    }
    
    .contacts .socials li,
    .contacts-mobile .socials li {
        display: inline-block;
        padding-right: 10px;
        margin: 5px 0px 5px 0px;
    }
    
    .contacts .socials li a,
    .contacts-mobile .socials li a {
        font-size: 1.4rem;
        color: black;
        text-decoration: none;
    }

    .text {
        background:  rgba(255, 255, 255, 0.4);
        padding: 20px 30px 20px 30px;
    }






    #section0 {
        background: white url('../img/close-1.jpg') no-repeat top right;
        background-size: cover;
    }

    #section0 .fp-tableCell {
        vertical-align: bottom;
    }

    #section0 .chevron-down {
        display: block;
        position: relative;
    }

    #section0 .badge {
        text-align: center;
        background-color: #ffffff;
        color: #23201f;
        padding: 25px 30px 10px 30px;
        max-width: 100%;
        margin: auto;
        border-radius: 0px 0px 0px 0px;
    }

    #section0 .badge h1 {
        padding-bottom: 15px;
        border-bottom: dotted 1px #23201f;
    }

    










    #section1 {
        background: white url('../img/white-bg-1.jpg') no-repeat bottom right;
        background-size: contain;
    }

    #section1 .text {
        max-width: 50%;
        float: left;
        margin-left: 0px;
        text-align: left;
    }









    #section2 {
        background:  rgb(250, 245, 242) url('../img/white-bg-2.jpg') no-repeat bottom left;
        background-size: contain;
    }

    #section2 .text {
        max-width: 50%;
        float: right;
        margin-right: 0px;
        text-align: right;
    }








    #section3 {
        background:  rgb(250, 245, 242) url('../img/close-3.jpg') no-repeat bottom left;
        background-size: cover;
    }

    .testimonial {
        padding: 20px 20px 30px 20px;
    }

    .testimonial h2 {
        color: black;
        background: white;
        font-style: italic;
        margin-bottom: 0px;
        padding: 20px 20px 30px 20px;
        border-radius: 20px;
    }

    .testimonial .author {
        background-color: #000000;
        border-radius: 20px 20px 20px 20px;
        display: inline-block;
        color: white;
        padding: 9px 19px 9px 19px;
    }







    #section4 .fp-tableCell {
        vertical-align: top;
    }

    #section4 address {
        padding-top: 100px;
        padding-bottom: 20px;
    }

    #section4 p {
        display: none;
    }


}




@media screen and (min-width: 411px) {

    h1 {
        font-size: 3em;
    }
    

    
    p {
        font-size: 1.2em;
        line-height: 1.5em;
    }
    
    p.small {
        font-size: 1em;
        line-height: 1.5em;
    }

    #section1 .text,
    #section2 .text {
        max-width: 75%;
    }

}




@media screen and (min-width: 568px) and (orientation: landscape) {

    #section4 p {
        display: none;
    }

    .contacts-mobile {
        left: 75px;
    }

    h1 {
        font-size: 2em;
    }

    .fp-viewing-firstPage .logo {
        width: 150px;
        height: 150px;
        background: transparent url(../img/lievito-logo-150.png) no-repeat center center;
        top: 5px;
    }

}





@media screen and (min-width: 640px) and (orientation: landscape) {



    h1 {
        font-size: 2.3em;
    }

    .fp-viewing-firstPage .logo {
        width: 200px;
        height: 200px;
        background: transparent url(../img/lievito-logo-200.png) no-repeat center center;
        top: 5px;
    }

    address {
        font-size: 1.9em;
    }

}






@media screen and (min-width: 768px) {

    h1 {
        font-size: 3em;
    }
    
    h2 {
        font-size: 2.5em;
    }

    address {
        font-size: 2.5em;
    }
    
    p {
        font-size: 2.2em;
    }
    
    p.small {
        font-size: 1em;
        line-height: 1.5em;
    }

    #section1 .text,
    #section2 .text {
        max-width: 75%;
    }



    .contacts h3,
    .contacts-mobile h3 {
        font-size: 2rem;
        line-height: 2rem;
        padding-bottom: 30px;
    }
    
    .contacts a,
    .contacts-mobile a {
        margin: 5px 0px 5px 0px;
        font-size: 1.5rem;
    }
    
    .contacts p,
    .contacts-mobile p {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    
    .contacts .socials li a,
    .contacts-mobile .socials li a {
        font-size: 2rem;
    }

    .fp-viewing-firstPage .logo {
        width: 500px;
        height: 500px;
        background: transparent url('../img/lievito-logo-500.png') no-repeat center center;
        top: 30px;
    }

}





@media screen and (min-width: 812px) and (orientation: landscape) {

    .fp-viewing-firstPage .logo {
        width: 200px;
        height: 200px;
        background: transparent url('../img/lievito-logo-200.png') no-repeat center center;
        top: 10px;
    }

    h1 {
        font-size: 3em;
    }
    
    h2 {
        font-size: 1.7em;
    }

    address {
        font-size: 2.5em;
    }
    
    p {
        font-size: 1.5em;
    }
}





@media screen and (min-width: 823px) and (orientation: landscape) {

    
    
    p.small {
        font-size: 1em;
        line-height: 1.5em;
    }


    .contacts h3,
    .contacts-mobile h3 {
        font-size: 1.5rem;
        line-height: 2rem;
        padding-bottom: 30px;
    }
    
    .contacts a,
    .contacts-mobile a {
        margin: 5px 0px 5px 0px;
        font-size: 1rem;
    }
    
    .contacts p,
    .contacts-mobile p {
        font-size: 1rem;
        line-height: 2rem;
    }
    
    .contacts .socials li a,
    .contacts-mobile .socials li a {
        font-size: 1rem;
    }
    
}







@media screen and (min-width: 1024px) and (orientation: portrait) {

    

    h1 {
        font-family: 'Abril Fatface', cursive;
        font-size: 4em;
        font-weight: 600;
    }

    h2 {
        font-size: 3.5em;
        font-weight: 600;
    }
    
    address {
        font-size: 4.5em;
        font-weight: 600;
    }
    
    p {
        font-family: 'Montserrat', sans-serif;
        font-size: 2.5em;
        line-height: 1.7em;
        font-weight: 300;
    }
    
    p.small {
        font-size: 1.7em;
        line-height: 1.5em;
    }

    .chevron-down {
        font-size: 6.4em;
    }

    


}



@media screen and (min-width: 1024px) and (orientation: landscape) {

    

    h1 {
        font-family: 'Abril Fatface', cursive;
        font-size: 4em;
        font-weight: 600;
    }


    
    address {
        font-size: 2.5em;
        font-weight: 600;
    }
    

    
    p.small {
        font-size: 1.3em;
        line-height: 1.5em;
    }

    #section4 .fp-tableCell {
        vertical-align: middle;
    }


    .contacts-mobile {
        display: none;
    }

    .contacts {
        display: block;
    }



}






@media screen and (min-width: 1366px) {

    .fp-viewing-firstPage .logo {
        width: 500px;
        height: 500px;
        background: transparent url('../img/lievito-logo-500.png') no-repeat center center;
        top: 10px;
    }

    h1 {
        font-family: 'Abril Fatface', cursive;
        font-size: 4em;
        font-weight: 600;
    }

    h2 {
        font-size: 3.5em;
        font-weight: 600;
    }
    
    address {
        font-size: 4.5em;
        font-weight: 600;
    }
    
    p {
        font-family: 'Montserrat', sans-serif;
        font-size: 2.5em;
        line-height: 1.7em;
        font-weight: 300;
    }
    
    p.small {
        font-size: 1.7em;
        line-height: 1.5em;
    }

    .chevron-down {
        font-size: 6.4em;
    }

}







@media screen and (min-width: 1367px) {

    .fp-viewing-firstPage .logo {
        width: 500px;
        height: 500px;
        background: transparent url('../img/lievito-logo-500.png') no-repeat center center;
        top: 10px;
    }

    h1 {
        font-size: 4em;
    }

    h2 {
        font-size: 3em;
    }
    
    address {
        font-size: 3em;
    }
    
    p {
        font-size: 2.1em;
        line-height: 1.5em;
    }
    
    #section4 p {
        display: block;
        padding: 0px 200px 0px 200px;
    }

}