body * {
    font-family: 'Playfair Display', serif;
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100px;
}

#sidebar-image {
    height: 859px;
    width: 416px;
}

@media screen and (max-width: 762px) {
    #sidebar-image {
        display: none;
    }
}

h1 {
    color: #D20D44;
    font-weight: bold;
    margin-bottom: 30px;
}

h1:first-of-type {
    margin-top: 1%
}

@media screen and (max-width: 1770px) {
    h1:first-of-type {
        margin-top: 3%
    }
}

@media screen and (max-width: 1500px) {
    h1:first-of-type {
        margin-top: 5%
    }
}

@media screen and (max-width: 1350px) {
    h1:first-of-type {
        margin-top: 10%
    }
}

@media screen and (max-width: 1000px) {
    h1:first-of-type {
        margin-top: 25%
    }
}


h3 {
    margin-top: 5%;
    color: #D20D44;
    font-weight: bold;
    margin-bottom: 20px;
}

h5 {
    color: #511C03;
}

.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    font: normal normal normal 15px/17px Open Sans;
    border: none;
    border-radius: 0;
    background-color: #D20D44 !important;
    height: 40px;
}

.small-title {
    font-size: 18px;
    font-weight: bold;
    color: #666666;
}

.body {
    margin-top: 150px
}

/* Nascondi l'asterisco di default */
span.asteriskField {
    display: none;
}

/* Aggiungi la tua personalizzazione */
label.requiredField:after {
    content: " (OBBLIGATORIO)";
    color: red;
}

.file-upload-error {
    color: red;
    font-weight: bold;
    background-color: #ffe6e6;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid darkred;
    border-radius: 5px;
}

