/* Sticky footer styles
-------------------------------------------------- */

html {
    position: relative;
    height: 100%;
}

body {
    height: 100%;
    background-color: white;
    font-family: 'Gudea', sans-serif;
    color: #3AAA35;
}

a {
    text-decoration: underline;
    color: #3AAA35;
}


/* Custom page CSS
-------------------------------------------------- */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 276px) {
    #logo{
        background-image: url("../images/vitroeffe-verde-mobile.png");
        background-clip: content-box;
        background-size:contain;
        background-repeat: no-repeat;
        background-position: top center;
        height: 180% ;
    }

    .dati_aziendali {
        font-size: 15px;
    }

    .title {
        padding-bottom: 25px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {  }

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {  }

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    #logo{
        background-image: url("../images/vitroeffe-verde-desktop.png");
        background-clip: content-box;
        background-size:contain;
        background-repeat: no-repeat;
        background-position: center 165px;
        height: 90% ;
    }

    .dati_aziendali {
        font-size: 20px;
    }

    .title {
        padding-bottom: 0px;
    }
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {  }