:root {
    --sfondosito : rgb(17,17,17);
    --testodorato : rgb(169,127,59);
  }
body{
    display: flex;
    flex-direction: column;
    background-color: var(--sfondosito);
    font-family: "Katibeh", serif;
    font-weight: 400;
    font-style: normal;
}
img{
    height: 80%;
}
svg{
    height: 6vh;
    width: 6vw;
    fill: var(--testodorato);
}
#contenitoremenu{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
#contenitoremenu a{
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--testodorato);
    font-size: 15px;
    text-decoration: none;
}

.divfotoetesto{
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 50%;
    height: 5%;
    margin-top: 10%;
    margin-bottom: 10%;
    
}
.divfotoetesto img{
    height: 100%;
    border-radius: 50px;
}

.divfotoetesto p{
    font-size: 35px;
    color: white;
    font-family: "Noto Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
}
#presentazionekindhouse{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 0;
}
#presentazionekindhouse p{
    color: var(--testodorato);
    font-size: 30px;
    width: 80%;
    text-align: center;
    
    
}
#prenotazione{
    font-size: 40px;
    color: var(--testodorato);
    text-align: center;
}
#divcontenitorefoto{
    display: flex;
    flex-direction: column;
    width: 90vw;
    
}
#bodypaginafoto{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height: 300vh;
}
.freccegalleria{
    display: flex;
    flex-direction: row;
}
.freccia_sinistra{
    position: absolute;
    top: 50%;
    z-index: 5;
}


.galleriacontainer{
    width: 150%;
    height: 200%;
    margin-right: 5%;
}
.galleria{
    background-image: url(soggiorno.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
}
#freccegalleria{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-grow: 1;
}

#frecciasinistra{
    height: 5vh;
}
#frecciadestra{
    height: 5vh;
}
.sezionefotoetesto{
    
    display: flex;
    flex-direction: row;
    align-items: center;
}
.sezionefotoetesto p{
    font-size: 2rem;
    color: white;
}
#contenitorelogo{
    display: flex;
    align-items: center;
    flex-direction: column;
    color: var(--testodorato);
}
#contenitorelogo img{
    height: 50vh;
}
#contenitorelogo h1{
    font-size: 16rem;
    margin: 0;
    padding: 0;
}
#contenitorelogo h2{
    font-size: 6rem;
    margin: 0;
    margin-top: -4vh;
    padding: 0;
}