body {
    margin: 0;
    font-family: "Comic Sans MS", "Code New Roman";
    background-color: #dbb286;
    margin: 0;
    font-size: 81.25%;
}
* {box-sizing: border-box;}

main {
  width: 90%;
  margin: auto;
}


.heading1 {
    padding-top: 20px;
    font-size: 80px;
    color: #0A473D;
font-family: "Code New Roman";
    src: url("/fonts/472141eebd088aae9fa5192ddc13a083.eot");
    src: url("/fonts/472141eebd088aae9fa5192ddc13a083.eot?#iefix")format("embedded-opentype"),
    url("/fonts/472141eebd088aae9fa5192ddc13a083.woff2")format("woff2"),
    url("/fonts/472141eebd088aae9fa5192ddc13a083.woff")format("woff"),
    url("/fonts/472141eebd088aae9fa5192ddc13a083.ttf")format("truetype"),
    url("/fonts/472141eebd088aae9fa5192ddc13a083.svg#Code New Roman")format("svg");
    margin-top: 3%;
}

    .grid-container {
        display: grid;
        grid-template-columns: repeat(1, auto);
        gap: 30px;
        margin: 10px 10px;
        justify-content:center
    }
    
    .grid-container > div {
        padding: auto;
        text-align:justify;
        row-gap: 5px;
        margin: auto;
        width: 50%;
        padding: 10px;
    }
    
    .div2, .div3, .div4, .div5, .div6, .div7, .div8, .div9, .div10, .div11, .div12, .div13 {
        display:inline-block;
        align-items: center;
        justify-content:auto;
        height: 115%;
        size-adjust: auto;
        color: #0D1321;
        font-size: 30px;
        font-family: "Comic Sans MS";
        src: url("/fonts/7cc6719bd5f0310be3150ba33418e72e.eot");
        src: url("/fonts/7cc6719bd5f0310be3150ba33418e72e.eot?#iefix")format("embedded-opentype"),
        url("/fonts/7cc6719bd5f0310be3150ba33418e72e.woff2")format("woff2"),
        url("/fonts/7cc6719bd5f0310be3150ba33418e72e.woff")format("woff"),
        url("/fonts/7cc6719bd5f0310be3150ba33418e72e.ttf")format("truetype"),
        url("/fonts/7cc6719bd5f0310be3150ba33418e72e.svg#Comic Sans MS")format("svg");
    }
    .grid-container a:visited {
        color: #0D1321;
    }
    
    .grid-container a:link {
        color: #0D1321;
    }
    
    .grid-container a:hover {
        background: #0D1321;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        }

    .textcool {
        display:inline-block;
        align-items: center;
        justify-content:auto;
        height: 115%;
        size-adjust: auto;
        color: #0D1321;
        font-size: 20px;
        font-family: "Comic Sans MS";
        src: url("/fonts/7cc6719bd5f0310be3150ba33418e72e.eot");
        src: url("/fonts/7cc6719bd5f0310be3150ba33418e72e.eot?#iefix")format("embedded-opentype"),
        url("/fonts/7cc6719bd5f0310be3150ba33418e72e.woff2")format("woff2"),
        url("/fonts/7cc6719bd5f0310be3150ba33418e72e.woff")format("woff"),
        url("/fonts/7cc6719bd5f0310be3150ba33418e72e.ttf")format("truetype"),
        url("/fonts/7cc6719bd5f0310be3150ba33418e72e.svg#Comic Sans MS")format("svg");
    }

    .textcool a:visited {
        color: #0D1321;
        text-decoration: none;

    }
    
    .textcool a:link {
        color: #0D1321;
        text-decoration: none;

    }
    
    .textcool a:hover {
        background: rgb (48 0 0 );
        -webkit-background-clip: text;
        -webkit-text-fill-color: #0A473D;
        text-decoration: none;
        }


    .end_page {
        font-size: 20px;
        font-family: "Comic Sans MS";
        src: url("/fonts/7cc6719bd5f0310be3150ba33418e72e.eot");
        src: url("/fonts/7cc6719bd5f0310be3150ba33418e72e.eot?#iefix")format("embedded-opentype"),
        url("/fonts/7cc6719bd5f0310be3150ba33418e72e.woff2")format("woff2"),
        url("/fonts/7cc6719bd5f0310be3150ba33418e72e.woff")format("woff"),
        url("/fonts/7cc6719bd5f0310be3150ba33418e72e.ttf")format("truetype"),
        url("/fonts/7cc6719bd5f0310be3150ba33418e72e.svg#Comic Sans MS")format("svg");
        margin-bottom: 0px;
        text-align: center;
        width: 100%;
        margin-top: 95%;
        position: bottom;
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
    background-color: #dbb286;
        border: 3px #000000;
        padding: 0px;
    }
    
    .end_page a:visited {
        color: #0D1321;
    }
    
    .end_page a:link {
        color: #0D1321;
    }
    .youtube-videos {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}


    
    .end_page a:hover {
        background: #0A473D;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        }

    @media (max-width: 768px) {
        #div1 {
            font-size: 30px;
            margin-top: 0;
        }
    
        .end_page {
            font-size: 16px;
            margin-bottom: 10px;
        }
        .grid-container > div img {
            max-width: 100%; 
            height: auto; 
            display: block; 
            width: 100%; 
        }
        .grid-container {
            grid-template-columns: repeat(1, 1fr);
            gap: 10px;
            align-items: center;
        }
    }
    
    @media (max-width: 480px) {
        #div1 {
            font-size: 25px;
        }
    
        .grid-container {
            grid-template-columns: repeat(2, 1fr);
            gap: 10px;
        }
        .grid-container > div img {
            max-width: 100%; 
            height: auto; 
            display: block; 
            width: 100%; 
        }
        .grid-container > div {
            padding: 5px;
        }
    } <style> 

    .content-column {
    width: 50%;
    margin: auto;
}

@media (max-width: 768px) {

    .content-column {
        width: 90%;
    }
}
/* ========================= */
/* NUOVA GALLERIA IMMAGINI   */
/* ========================= */

.gallery-wrapper {

    width: 100%;
    display: flex;
    justify-content: center;
    margin: 50px 0;
}

.gallery-container {

    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.gallery-image {

    width: 66%;
    max-height: 800px;
    object-fit: contain;
    cursor: pointer;
    display: block;
}

/* frecce */

.gallery-arrow {

    background-color:black (0 0 0 / 70%);
    color: #0A473D;
    border: none;
    width: 50px;
    height: 50px;
    font-size: 30px;
    cursor: pointer;
    flex-shrink: 0;
}

.gallery-arrow:hover {

    opacity: 0.8;
}

/* fullscreen */

.fullscreen-overlay {

    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.fullscreen-image {

    width: 90%;
    height: 90%;
    object-fit: contain;
}

/* chiudi */

.fullscreen-close {

    position: absolute;
    top: 20px;
    right: 20px;
    background: transparent;
    color: #dbb286;
    border: none;
    font-size: 40px;
    cursor: pointer;
    z-index: 10000;
}

/* frecce fullscreen */

.fullscreen-left {

    position: absolute;
    left: 20px;
}

.fullscreen-right {

    position: absolute;
    right: 20px;
}

/* mobile */

@media (max-width: 768px) {

    .gallery-container {

        gap: 5px;
    }

    .gallery-image {

        width: 85%;
        max-height: 70vh;
    }

    .gallery-arrow {

        width: 40px;
        height: 40px;
        font-size: 24px;
    }

    .fullscreen-image {

        width: 95%;
        height: 80%;
    }
}

@font-face {
    font-family: "Chopin Script";

    src: url("/fonts/66b53c5583db0de64a902b2ec6e311ea.woff2") format("woff2"),
         url("/fonts/66b53c5583db0de64a902b2ec6e311ea.woff") format("woff"),
         url("/fonts/66b53c5583db0de64a902b2ec6e311ea.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;

    font-family: "Riffic";
    src: url("/fonts/82023538f68f7bb9cc6cd054af2a0aa8.eot");
    src: url("/fonts/82023538f68f7bb9cc6cd054af2a0aa8.eot?#iefix")format("embedded-opentype"),
    url("/fonts/82023538f68f7bb9cc6cd054af2a0aa8.woff2")format("woff2"),
    url("/fonts/82023538f68f7bb9cc6cd054af2a0aa8.woff")format("woff"),
    url("/fonts/82023538f68f7bb9cc6cd054af2a0aa8.ttf")format("truetype"),
    url("/fonts/82023538f68f7bb9cc6cd054af2a0aa8.svg#Riffic")format("svg");

font-family: "Mongolian Baiti";
    src: url("/fonts/cb8d4d30de89efdc96a98761ede26d3d.eot");
    src: url("/fonts/cb8d4d30de89efdc96a98761ede26d3d.eot?#iefix")format("embedded-opentype"),
    url("/fonts/cb8d4d30de89efdc96a98761ede26d3d.woff2")format("woff2"),
    url("/fonts/cb8d4d30de89efdc96a98761ede26d3d.woff")format("woff"),
    url("/fonts/cb8d4d30de89efdc96a98761ede26d3d.ttf")format("truetype"),
    url("/fonts/cb8d4d30de89efdc96a98761ede26d3d.svg#Mongolian Baiti")format("svg");

    font-family: "Menlo Bold";
    src: url("/fonts/a6ffc5d72a96b65159e710ea6d258ba4.eot");
    src: url("/fonts/a6ffc5d72a96b65159e710ea6d258ba4.eot?#iefix")format("embedded-opentype"),
    url("/fonts/a6ffc5d72a96b65159e710ea6d258ba4.woff2")format("woff2"),
    url("/fonts/a6ffc5d72a96b65159e710ea6d258ba4.woff")format("woff"),
    url("/fonts/a6ffc5d72a96b65159e710ea6d258ba4.ttf")format("truetype"),
    url("/fonts/a6ffc5d72a96b65159e710ea6d258ba4.svg#Menlo Bold")format("svg");

    font-family: "Code New Roman";
    src: url("/fonts/472141eebd088aae9fa5192ddc13a083.eot");
    src: url("/fonts/472141eebd088aae9fa5192ddc13a083.eot?#iefix")format("embedded-opentype"),
    url("/fonts/472141eebd088aae9fa5192ddc13a083.woff2")format("woff2"),
    url("/fonts/472141eebd088aae9fa5192ddc13a083.woff")format("woff"),
    url("/fonts/472141eebd088aae9fa5192ddc13a083.ttf")format("truetype"),
    url("/fonts/472141eebd088aae9fa5192ddc13a083.svg#Code New Roman")format("svg");


}
/* footer links: no underline (standardized) */
.end_page a {
    text-decoration: none;
}
