@charset "utf-8";
header {
    height: 800px;
    margin: 0 auto;
    max-width: 1280px;
    background-image: url(../img/sfondo-header.jpg);
    background-position: center top;
    background-attachment: fixed;
    background-size: 1280px 800px;
    background-repeat: no-repeat;
}
.titolo-header  {
    position: absolute;
    top: 384px;
    right: 53%;
    color: #F1CD23;
    text-align: right;
    font-style: italic;
    font-family: Playfair display;
    letter-spacing: -1px;
    font-size: 3.9vw;
}
.titolo-header span  {
    display: block;
    color: #FFFFFF;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 900;
}
.generale {
    font-family: Montserrat;
}
footer {
    background-image: url(../img/footer.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.testo-marrone {
    color: #977D00;
    font-family: Paryflair Display;
    font-size: 2vw;
    letter-spacing: -1px;
}
.extra-small {
    font-size: 14px;
}
.mt-6 {
    margin-top: 200px;
}
footer a {
    color: #FFFFFF;
    text-shadow: 0px 0px 1px #000000;
}
footer a:hover {
    color: #000000;
    text-decoration: none;
}
.sfondo-main {
    background-image: url(../img/sfondo-main.jpg);
    background-color: #FFFFFF;
    background-size: cover;
    background-repeat: no-repeat;
}
.giotto {
    padding-top: 14%;
    font-size: 24px;
    text-align: right;
    line-height: 24px;

}
.box-ragazze {
    height: 400px;
    padding-top: 113px;
    background-image: url(../img/ragazze.jpg);
    color: #FFFFFF;
    font-weight: 900;
    font-size: 60px;
    letter-spacing: -2px;
    text-shadow: 1px 3px 3px #2F271C;
}

.playflair {
    display: block;
    font-size: 28px;
    font-family: Paryflair Display;
}
.brown {
    color: #977D00;
}
.bianco-tr {
    border: 1px solid #FFFFFF;
    background-image: -webkit-linear-gradient(270deg,rgba(255,254,254,0.00) 0%,rgba(255,255,255,1.00) 46.94%);
    background-image: -moz-linear-gradient(270deg,rgba(255,254,254,0.00) 0%,rgba(255,255,255,1.00) 46.94%);
    background-image: -o-linear-gradient(270deg,rgba(255,254,254,0.00) 0%,rgba(255,255,255,1.00) 46.94%);
    background-image: linear-gradient(180deg,rgba(255,254,254,0.00) 0%,rgba(255,255,255,1.00) 46.94%);
}
.banner {
    text-align: center;
    background-image: url(../img/sfondo-header.jpg);
    background-repeat: no-repeat;
    background-size: auto 390vw;
    color: #FFFFFF;
    padding-bottom: 100px;
    padding-top: 100px;
    outline-offset: -90px;
    outline: solid 3px #ffc107;
}
main {
    background-color: #FFFFFF;
}
