<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* .fh5co-cover.fh5co-cover-sm {
    height: auto !important;
} */

#fh5co-header .display-tc h1 {
    font-size: 90px;
}

@media screen and (max-width: 768px) {
    #fh5co-header .display-tc h1 {
        font-size: 60px;
    }
}

@media screen and (max-width: 480px) {
    #fh5co-header .display-tc h1 {
        font-size: 40px;
    }
}

#fh5co-header .display-tc h2 {
    margin-bottom: 0px;
    font-size: 50px;
    line-height: 1.5;
    font-family: "Sacramento", Arial, serif;
}

.dz-progress {
    background: green;
    height: 5px;
    width: 70%;
}

.dropzone .dz-remove {
    display: none !important;
}

#fh5co-gallery-list li {
    background-image: url(/images/loader.gif);
    background-size: 100px 100px;
    overflow: hidden;
    background-color: #dadada;
    max-height: 400px;
}

#fh5co-gallery-list li img {
    max-width: "100%";
    height: "auto";
    border-radius: 7px;
}

.maxWidth {
    width: 100%;
    height: auto;
}

.maxHeight {
    width: auto;
    height: 100%;
}

.center-div {
    display: flex;
    justify-content: center; /* Centra orizzontalmente */
    align-items: center; /* Centra verticalmente */
    height: 400px; /* Imposta un'altezza */
}

.d-none {
    display: none;
}

.couple-wrap {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.couple-half .groom {
    width: 300px;
    height: 300px;
    border-radius: 50%;
}

.couple-half .groom img {
    width: 300px;
    height: 300px;
}

.couple-half .groom {
    float: none;
    margin: 0 auto;
}

.couple-half {
    width: auto;
    float: none;
    text-align: center;
}

.fh5co-heading {
    margin-bottom: 1em;
}

#fh5co-couple {
    padding: 2em 0;
    clear: both;
}

.mt-2 {
    margin-top: 20px;
}

.mb-2 {
    margin-bottom: 20px;
}

.text-center {
    text-align: center;
}

.maxWidth {
    max-width: 100%;
}

#fh5co-gallery,
.fh5co-section {
    padding: 2em 0;
    clear: both;
}

.fh5co-heading h2 {
    color: #6f9588;
}

.fh5co-cover .display-tc h2 {
    color: #6f9588 !important;
}

#myDropzone .dz-button {
    background-color: #6f9588 !important; /* Override default styles */
    color: white;
    /* font-size: 18px; */

    margin-right: 4px;
    margin-bottom: 4px;
    font-family: "Work Sans", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding: 8px 20px;
}

.data {
    font-family: "Sacramento", Arial, serif;
    font-size: 30px;
    color: #6f9588;
}
</pre></body></html>