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

    sottogallery under15: #3097c2;
    sottogallery under17: #29b529;
    sottogallery generali: #df1a2d;
    sottogallery under19: #dc0edc;
    sottogallery 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-gallery {
        font-size: 16px !important;
        font-weight: 600 !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;
        min-height: 35vh;
    }
    .page-header .bgimg{
        background-image: url(../img/gallery/bg-gallery.jpg);
        position: fixed;
        background-position: top;
    }
    .page-header h1 {
        top: 60%;
        left: 50.45%;
        transform: translate(-50%, -50%);
        font-family:  'Scarecrow';
        z-index: 3;
        color: #f2f2f2;
        letter-spacing: 1px;
        font-size: 50px;
        text-align: center;
        width: 100%;
    }
    .page-header h6 {
        font-size: 20px;
        position: absolute;
        top: 40%;
        left: 50.45%;
        transform: translate(-50%, -50%);
        font-family:  'Scarecrow';
        z-index: 3;
        color: #f2f2f2;
        letter-spacing: 1px;
        text-transform: uppercase;
        padding: 0.25rem 0.75rem;
    }
    .page-header h4 {
        position: absolute;
        top: 85%;
        left: 50.45%;
        transform: translate(-50%, -50%);
        font-family:  'poppins';
        z-index: 3;
        color: #f2f2f2;
        letter-spacing: 1px;
    }

    .sottogallery-body {
        position: relative;
        padding-bottom: 2rem;
       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%);
        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%);
        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%);
    }

    .category-container {
        background-color: #252525;
    }

    .sottogallery-container {
        min-height: 100vh;
        background-color: #252525;
    }
    .sottogallery-body .row-category{
        padding-top: 2rem;
        padding-bottom: 3rem;
        background-color: #252525;
   }
   .sottogallery-body .sticky-top {
       top: 72px;
       z-index: 18;
   }
   .sottogallery-body .row-category .link-back {
        margin-left: 2rem;
        max-width: fit-content;
        text-decoration: none;
        color: inherit;
        position: absolute;

    }
   .sottogallery-body .row-category .back-arrow {
       height: 30px;
       display: inline-block;
   }
   .sottogallery-body .row-category .back-text {
        margin-bottom: 0;
      display: inline-block;
       margin-left: 1rem;
       color: #f2f2f2;
       text-transform: uppercase;
       text-decoration: none;
   }

   /* .sottogallery-body .row-category .category-name {
        max-width: 20%;
        color: #f2f2f2;
        cursor: pointer;
        font-size: 24px;
        margin: auto;
    }
    .sottogallery-body .row-category .category-name::before{
        font-size: 24px;
    }

    .sottogallery-body .row-category .gold {
        color: #f2f2f2;
        font-family: 'poppins';
        text-transform: uppercase;
        text-align: center;
        cursor: pointer;
        position: relative;
    }
    .sottogallery-body .row-category .gold::before{
        content: 'c gold';
        text-transform: uppercase;
        color: #c8a900;
        position: absolute;
        transform: translate(1px,-1px);
    }
    .sottogallery-body .row-category .u19 {
        color: #f2f2f2;
        font-family: 'poppins';
        text-transform: uppercase;
        text-align: center;
        cursor: pointer;
        position: relative;
    }
    .sottogallery-body .row-category .u19::before{
        content: 'Under 19';
        text-transform: uppercase;
        color: #dc0edc;
        position: absolute;
        transform: translate(1px,-1px);
    }

    .sottogallery-body .row-category .generali{
        color: #f2f2f2;
        font-family: 'poppins';
        text-transform: uppercase;
        text-align: center;
        cursor: pointer;
        position: relative;
    }
    .sottogallery-body .row-category .generali::before{
        content: 'Tutte le Foto';
        text-transform: uppercase;
        color: #df1a2d;
        position: absolute;
        transform: translate(1px,-1px);
    }

    .sottogallery-body .row-category .u17{
        color: #f2f2f2;
        font-family: 'poppins';
        text-transform: uppercase;
        text-align: center;
        cursor: pointer;
        position: relative;
    }
    .sottogallery-body .row-category .u17::before{
        content: 'Under 17';
        text-transform: uppercase;
        color: #29b529;
        position: absolute;
        transform: translate(1px,-1px);
    }

    .sottogallery-body .row-category .u15{
        color: #f2f2f2;
        font-family: 'poppins';
        text-transform: uppercase;
        text-align: center;
        cursor: pointer;
        position: relative;
    }
    .sottogallery-body .row-category .u15 ::before{
        content: 'Under 15';
        text-transform: uppercase;
        color: #3097c2;
        position: absolute;
        transform: translate(1px,-1px);
    } */
    .sottogallery-body .row-sottogallery {
        justify-content: center;
        column-gap: 2rem;
        row-gap:2rem;
        padding-bottom: 4rem;
    }
    .grid-wrapper > div {
    	display: flex;
    	justify-content: center;
    	align-items: center;
    }
    .grid-wrapper > div > img {
    	width: 100%;
    	height: 100%;
    	object-fit: cover;
    	border-radius: 5px;
    }

    .grid-wrapper {
    	display: grid;
    	grid-gap: 10px;
    	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    	grid-auto-rows: 200px;
    	grid-auto-flow: dense;
    }
    .grid-wrapper .wide {
    	grid-column: span 2;
    }
    .grid-wrapper .tall {
    	grid-row: span 2;
    }
    .grid-wrapper .big {
    	grid-column: span 2;
    	grid-row: span 2;
    }
