    /* CSS HEX *
    --cultured: #f2f2f2;
    --medium-candy-apple-red: #df1a2d;
    --bordeaux: #95010f;
    --gainsboro: #dddddd;
    --eerie-black: #191919;

    news under15: #3097c2;
    news under17: #29b529;
    news generali: #df1a2d;
    news under19: #dc0edc;
    news cgold: #c8a900;

     SCSS RGB
    $cultured: rgba(242, 242, 242, 1);
    $medium-candy-apple-red: rgba(223, 26, 45, 1);
    $bordeaux-dark: rgba(60, 5, 5, 1);
    $gainsboro: rgba(221, 221, 221, 1);
    $eerie-black: rgba(25, 25, 25, 1);

    font-family: 'Scarecrow';
    font-family: 'Poppins';
    font-family: 'Raleway';

    */
    .nav-link-club {
        font-size: 16px !important;
        font-weight: 600 !important;
        padding-left: 0rem !important;
    }
    .page-header {
        background: rgb(218,218,218);
        background: -moz-linear-gradient(270deg, rgba(218,218,218,0.6) 5%, rgba(154,8,22,0.6) 49%, rgba(34,0,3,0.6) 100%) !important;
        background: -webkit-linear-gradient(270deg, rgba(218,218,218,0.6) 5%, rgba(154,8,22,0.6) 49%, rgba(34,0,3,0.6) 100%) !important;
        background: linear-gradient(270deg, rgba(218,218,218,0.6) 5%, rgba(154,8,22,0.6) 49%, rgba(34,0,3,0.6) 100%) !important;
    }
    .page-header .bgimg{
        background-image: url(../img/progetto/bg_progetto.jpg);
        position: fixed;
    }
    .progetto-body {
        background: rgba(218,218,218,0.9);

    }
    .progetto-body b {
        color: #95010f;
    }
    .progetto-body .description-row{
        padding-top: 4rem;
        text-align: justify;
        padding-bottom: 2rem;
        justify-content: center;
    }
    .progetto-body hr {
        margin: 1rem auto;
        color: #95010f;
        border: 0;
        border-top: 1px solid;
        opacity: .75;
        width: 70%;
    }
    .progetto-body .timeline-row {
        justify-content: center;
        padding-top: 2rem;
    }
    .progetto-body .timeline-content {
        padding-top: 2rem;
        position: relative;
    }
    .progetto-body .timeline-content .timeline-box-row{
        position: relative;
        justify-content: center;
      }

    .progetto-body .timeline-content .red-timeline{
        position: absolute;
        top: 1rem;
        left: 50%;
        transform: translateX(-50%);
        width: 5px;
        padding: 0;
        height: 96%;
        background-color: #95010f;
    }

    .progetto-body .timeline-content .timeline-description {
        text-align: center;
    }
    .progetto-body .timeline-content .row-step {
        justify-content: center;
        padding-top: 1rem;
        padding-bottom: 3rem;
    }
    .progetto-body .timeline-content .row-step .titolo-step {
        text-align: right;
    }
    .progetto-body .timeline-content .row-step .titolo-step h4{
        font-size: 20px;
    }
    .progetto-body .timeline-content .row-step .marker-step{
        position: relative;
    }
    .progetto-body .timeline-content .row-step .marker-step span{
        position: absolute;
        border: 2px solid #95010f;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background-color: #95010f;
        left: 50%;
        transform: translateX(-50%);
    }

    .progetto-body .timeline-content .row-step .descrizione-step {
        text-align: left;
    }
    .progetto-body .timeline-content .row-left .descrizione-step {
        text-align: right;
    }
    .progetto-body .timeline-content .row-left .titolo-step {
        text-align: left;
    }
    .progetto-body .photo-row {
        justify-content: space-around;
        background-color: rgba(25, 25, 25, 0.8);
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .progetto-body .photo-row img{
        max-width: 32%;
        padding: 0;
    }
