.bg-sfondo {
    background-color: black;
}

.pos-modale {
    height: 100%;
}

.size-fig {
    height: 150px;
}

.home_img {
    text-align: center;;
}

.pos-icona-home {
    padding-top : 20px;
    padding-left: 10px;
    width: 100%;
}

.container-margin {
    padding-top: 20px;
    margin-left: 0px;
    margin-right: 0px;
}

.container-dimensions {
    width: 100%;
    height: 100%;
}

.negozi-home-dimensions {
    height: 20%;
    align-content: center;
    text-align: right;
    margin-right: 30px;
}

.about-dimensions{
    margin-left: 30px;
    height: 15%;
}

.immagine-sfondo-scritte {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
}

.about-tendina {
    margin-right: 150px;
}

.testo-negozi-home {
    font-size: 120px;
    font-weight: bold;
    color: white;
}

.testo-about-home {
    font-size: 60px;
    font-weight: bold;
}

.footer_cont {
    font-size: 20px;
    color: white;
    text-align: center;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    position:fixed;
    bottom:0;
    left:0;
    width:100%;
}

.foot{
    margin-right: auto ;
    margin-left: auto;
}

.header-position {
    display: inline-block;
}

.testo-header {
    font-size: 30px;
    font-weight: bold;
}

.sfondo-about {
    background-repeat: no-repeat;
    background-size: cover;
}

.sfondo-opacity  {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #565656;
    opacity: 0.5;
    z-index: -1;
}

.sfondo-caorle {
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #9fd5d0;
}

.sfondo-jesolo {
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #ddbec3;
}

.sfondo-sandona{
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #b1b7dc;
}

.testo-about {
    color: white;
    text-align: justify;
    margin-top: 10%;
    font-size: 25px;
}

.testo-about p {
    font-weight: 100;
}

h2 {
    margin-bottom: 40px;
    text-align: center;
    font-size: 40px;
}

a {
    color:white;
}

.link-princ:visited {
    color: white;
}

.link-princ:active {
    color: white;
}

.link-princ:hover {
    color: white;
    text-decoration: none
}

.testo-tendina:visited {
    color: white;
}

.testo-tendina:active {
    color: white;
}

.testo-tendina:hover {
    color: white;
    text-decoration: none;
}

.tendina {
    text-align: center;
}

.neg-indirizzo {
    text-align: left;
    color: #FFFFF0;
    font-size: 40px;
    font-weight: 400;
}

.neg-recapiti {
    font-weight: 600;
    font-size: 30px;
}

.neg-orari {
    font-weight: 600;
    font-size: 30px;
    color: black;
}

.social {
    padding-right :5px;
    color: black;
}

.social:hover {
    text-decoration : none;
}

.updates {
    font-weight: 700;
    font-size: 30px;
    color: black;
    text-align: right;
}

.negozi-immagini {
    border: 3px solid #FFFFF0;
    height: 200px;
    background-size: cover;
    width: 200px;
}

.colore-contatti {
    color: black;
}.colore-contatti:hover {	color: white;	text-decoration: none;}

@media (max-width: 900px) {
    .testo-negozi-home {
      font-size: 80px;
    }
    .testo-about-home {
        font-size: 40px;
    }
    .size-fig {
        height: 150px;
    }
    .testo-about {
        margin-top: 10%;
        font-size: 20px;
    }
    h2 {
        margin-bottom: 30px;
        font-size: 23px;
    }
    .peripad {
        box-sizing: unset;
    }
    .neg-indirizzo {
        font-size: 30px;
    }
    .neg-recapiti {
        font-size: 20px;
    }
    .neg-orari {
        font-size: 20px;
    }
    .negozi-immagini {
        height: 150px;
        width: 150px;
    }
    .about-tendina {
        margin-right: 0px;
    }
}

@media (max-width: 576px) {
    .testo-negozi-home {
      font-size: 40px;
      text-align:  center;
    }
    .testo-about-home {
        font-size: 20px;
        text-align:  center;
    }
    .size-fig {
        height: 100px;
    }
    .negozi-home-dimensions {
        margin: 0px;
        height: 13%;
    }
    .about-dimensions{
        margin: 0px;
    }
    .testo-about {
        margin-top: 10%;
        font-size: 15px;
    }
    h2 {
        margin-bottom: 30px;
        font-size: 40px;
    }
    .updates {
        font-size: 19px;
        text-align: center;
    }
    .neg-indirizzo {
        font-size: 20px;
    }
    .neg-recapiti {
        font-size: 15px;
    }
    .neg-orari {
        font-size: 15px;
    }
    .about-tendina {
        margin-right: 0px;
    }
    .pos-icona-home{
        margin-bottom: 50px;
    }
    .negozi-immagini {
        height: 100px;
        width: 100px;
        margin: 0px;
    }
    .col {
        padding: 0px;
    }
}

