    /* 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/chisiamo/bg_chisiamo.jpg);
        position: fixed;
    }
    .chisiamo-body {
        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;
    }
    .chisiamo-body .chisiamo-row{
    }
    .chisiamo-body .chisiamo-row .text{
        background: rgb(218,218,218);
        padding:3rem;
        position: relative;
    }
    .chisiamo-body .chisiamo-row .text .text-box {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 80%;
    }
    .chisiamo-body .chisiamo-row .text .text-box.box2 p{
        text-align: right;
   }

    .chisiamo-body .chisiamo-row .text p{
        line-height: 2;
    }
    .chisiamo-body .chisiamo-row .text  li{
        line-height: 2;
        margin-bottom: 2rem;
    }
    .chisiamo-body .chisiamo-row .text b{
        color: #df1a2d;
        text-transform: uppercase;
    }

    .chisiamo-body .chisiamo-row .img-content{
        padding:0;
        height:35rem;
        border: 8px solid #95010f;
    }
    .chisiamo-body .chisiamo-row .img-content .img-box{
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 100%;
    }
