<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Add here all your CSS customizations */
* {
    font-family: 'Work Sans', sans-serif;
}

.my-flex-row {
    display: flex;
    flex-direction: row;
    width: 33.33%;
    margin-top: 50px;
}

.my-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    /* border: 5px solid #E87A00; */
}

.my-slider-title {
    font-family: 'Bebas Neue', cursive;
    font-size: 60px !important;
    line-height: 60px;
    letter-spacing: 0.4px;
}

.my-title-font {
    font-family: 'Bebas Neue', cursive;
    font-size: 50px;
    line-height: 60px;
    font-weight: 400;
    letter-spacing: 0.2px;
}

.my-title-size {
    font-size: 40px;
    line-height: 50px;
}

.my-font-42 {
    font-size: 42px;
    line-height: 44px;
}

.my-font-18 {
    font-size: 18px;
    line-height: 26px;
}

#header .header-btn-collapse-nav {
    background: #ffd700;
}

.my-divider {
    margin: 0 auto;
    width: 50%;
    background: #ffd700;
    height: 5px;
}

.active {
    color: #ffd700 !important;
}

.my-text-yellow {
    color: #ffd700 !important;
}

.fa-check {
    color: #E87A00 !important;
}

.fa-angle-right {
    color: #ffd700 !important;
}

.my-bg-gradient {
    background: transparent !important;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 25%) !important;

    position: relative;
    top: -140px;
    z-index: 999;
    padding-top: 200px;
}

.my-dark-bg {
    background-color: #000000 !important;
}

.my-yellow-bg {
    background-color: #ffd700 !important;
}

.my-light-bg {
     background-color: #f7f7f7 !important;
}

#my-yellow-bg {
    background-color: #ffd700 !important;
}

.my-bg-white {
    background-color: #FFFFFF !important;
}

.my-bg-img {
    background: url(/prosciutto-crudo-stagionato/img/prosciuttificio/sfondoContatti.jpg);
}

.my-banner-margin {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
}

.my-mb-zero {
    margin-bottom: 0 !important;
}

.my-mt-80 {
    margin-top: 80px;
}

.my-banner-text-margin {
    margin: 20px 0;
}

.my-intro-padding {
    padding: 0 30px;
}

.my-btn {
    background-color: #FFFFFF;
    /* border-color: #212529; */
}

.my-btn:hover {
    color: #ffd700;
}

.my-flexyble {
    flex: 1 0 auto;
}


/*  HEADER  */

#header .header-nav.header-nav-links nav &gt; ul li:hover &gt; a {
    color: #ffd700 !important;
}


/*   BANNER TITOLO   */

.my-title-position {
    position: relative;
    top: -40px;
}


/* Banner nome prosciutti */


.thumb-info-type {
    background-color: #ffd700 !important;
}


/* CARD */

.my-card-padding {
    padding: 5%;
}

/*  FOOTER  */


.my-flex-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#footer a:not(.btn):not(.no-footer-css) {
    color: #ffffff;
}

#footer a:not(.btn):not(.no-footer-css):hover {
    color: #ffd700 !important;
}

#footer .footer-copyright p {
    color: #f7f7f7;
}

/* MODIFICHE SCROLL TO TOP */

.scroll-to-top {
    background-color: #000000 !important;
}

.scroll-to-top:hover {
    color: #ffd700;
}
.scroll-to-top:active {
    color: #ffd700;
}
.scroll-to-top:focus {
    color: #ffd700;
}

/* Responsive */

@media (max-width: 1199px) and (min-width: 992px) {

    .my-img-scale  {
        transform: scale(1.4)!important;
    }

}

@media (max-width: 991px) {
    #header .header-nav-main.header-nav-main-mobile-dark nav &gt; ul &gt; li &gt; a.active {
        background: #ffd700;
    }

    .my-banner-margin {
        margin-top: 80px !important;
        margin-bottom: 80px !important;
    }

    .my-flex-row {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .my-mt {
        margin-top: 40px;
    }

    .my-flex-row {
        width: 100%;
    }

     .my-flex {
        display: block;
    }

    .my-flex-footer {
    align-items: unset;
    }
}</pre></body></html>