@charset "UTF-8";
/* CSS Document */

body {
    margin-top: 0px;
    position: relative;
    background-color: #000000;
    font-family: 'newblack', sans-serif;

}




:focus,
a:focus {
    outline: none;
}

img {
    width: 70%;

}

.canvas1 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 60px;

}

/* Desktop image (default image) */
.desktop-image {
    display: block;
    /* Show by default */

}

/* Mobile image (hidden by default) */
.mobile-image {
    display: none;
    /* Hide by default */

}


@media (max-width: 768px) {
    .desktop-image {
        display: none;
        /* Hide desktop image on small screens */
    }

    .mobile-image {
        display: block;
        /* Show mobile image on small screens */
    }

}


@media (max-width: 768px) {
    
    .fixed-box0 {
        top: 17% !important;
        /* Adjust based on the image's height */
        left: 17% !important;
        right:17% !important;
        /* Position horizontally */
        width: 68% !important;
        padding: 20px;
        padding-right: 27px!important;
        z-index: 10;
}

    .fixed-box {
        top: 42% !important;
        /* Adjust based on the image's height */
        left: 17% !important;
        right:17% !important;
        /* Position horizontally */
        width: 68% !important;
        padding: 20px;
        padding-right: 27px!important;
        z-index: 10;



    }

    .fixed-box1 {
        top: 66% !important;
        /* Adjust based on the image's height */
        left: 17% !important;
        right: 17%!imoprtant;
        /* Position horizontally */
        width: 68% !important;
        padding: 20px;
        padding-right: 27px!important;
        z-index: 10;

    }

    .fixed-box2 {
        position: absolute;
        top: 91% !important;
        /* Adjust based on the image's height */
        left: 17% !important;
        /* Position horizontally */
        width: 68% !important;
        padding: 20px;
        padding-right: 27px!important;
        z-index: 10;
    }
}



.fixed-box2 {
    position: absolute;
    top: 80%;
    /* Adjust based on the image's height */
    left: 55%;
    /* Position horizontally */
    width: 28%;
    padding: 20px;
    z-index: 10;
}

.fixed-box1 {
    position: absolute;
    top: 56%;
    /* Adjust based on the image's height */
    left: 55%;
    /* Position horizontally */
    width: 28%;
    padding: 20px;
    z-index: 10;
}



.fixed-box {
    position: absolute;
    top: 32%;
    /* Adjust based on the image's height */
    left: 55%;
    /* Position horizontally */
    width: 28%;
    padding: 20px;
    z-index: 10;
}

.fixed-box0 {
    position: absolute;
    top: 7%;
    /* Adjust based on the image's height */
    left: 55%;
    /* Position horizontally */
    width: 28%;
    padding: 20px;
    z-index: 10;
}





@media screen and (max-width: 770px) {


    .spazio {
        margin-top: 50px !important;
        margin-bottom: 50px;
    }


    h1 {
        font-size: 1.5em !important;
    }

    h2 {
        font-size: 0.7em !important;
    }

    p {
        font-size: 0.7em !important;
    }

    img {
        width: 90%;
    }
}



h1 {
    font-family: 'newblackbold', sans-serif;
    font-size: 2.7em;
    line-height: 0.8em;
}

h2 {
    font-family: 'newblack', sans-serif;
    font-size: 0.9em;

}


p {
    font-family: 'newblack', sans-serif;
    font-size: 0.9em;
}




.spazio {
    margin-top: 100px;
    padding-left: 70px;
}

@media (max-width: 768px) {
    .spazio {
        margin-top: 40px !important;
        padding-left: 40px;
    }
}

.row .col-12 {
    padding: 0px !important;
}


a {
    color: #880808;
    font-family: 'newblack', sans-serif;
    font-size: 0.9em;
}

a:hover {
    color: #880808;
    text-decoration: none;
}

.category {
    color: #880808;

}


@media (max-width: 768px) {
    .image-to-hide {
        display: none;
    }
}

@media (max-width: 768px) {
    .image-to-hide1 {
        display: none;
    }
}

@media (max-width: 768px) {
    .image-to-hide2 {
        display: none;
    }
}

@media (max-width: 768px) {
    .image-to-hide3 {
        display: none;
    }
}

@font-face {
    font-family: 'newblack';
    src: url('NewBlackTypeface-SemiBold.otf') format('opentype');
}

@font-face {
    font-family: 'newblackbold';
    src: url('NewBlackTypeface-ExtraBold.otf') format('opentype');
}
