@import url("https://fonts.googleapis.com/css?family=Open+Sans&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");

html,
body {
    margin: 0px;
    padding: 0px;
}

body {
    background-color: #fff;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    /* This ensures the page takes up at least the full viewport height. */
    margin: 0;
}

#main {
    flex-grow: 1;
    /* Add any styles you want for your main content here */
}

.logo-white {
    font-family: "Corben", cursive;
    color: #000;
    font-size: 42px;
}

.logo-orange {
    font-family: "Corben", cursive;
    color: #f60;
    font-size: 42px;
}

.sublogo {
    font-family: "Ubuntu", sans-serif;
    font-size: 13px;
    color: #fff;
}

.col_white_amrc {
    color: #fff;
}

footer {
    width: 100%;
    background-color: #263238;
    min-height: 250px;
    padding: 10px 0px 25px 0px;
}

footer p {
    font-size: 13px;
    color: #ccc;
    padding-bottom: 0px;
    margin-bottom: 8px;
}

.mb10 {
    padding-bottom: 15px;
}

.footer_ul_amrc {
    margin: 0px;
    list-style-type: none;
    font-size: 16px;
    padding: 0px 0px 10px 0px;
}

.footer_ul_amrc li {
    padding: 0px 0px 5px 0px;
}

.footer_ul_amrc li a {
    color: #ccc;
}

.footer_ul_amrc li a:hover {
    color: #fff;
    text-decoration: none;
}

.fleft {
    float: left;
}

.padding-right {
    padding-right: 10px;
}

.bottom_border {
    border-bottom: 1px solid #323f45;
    padding-bottom: 20px;
}

.footer_bottom_ul_amrc {
    list-style-type: none;
    padding: 0px;
    display: table;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
}

.footer_bottom_ul_amrc li {
    display: inline;
}

.footer_bottom_ul_amrc li a {
    color: #999;
    margin: 0 12px;
}

.bottom_border {
    border-bottom: 1px solid #323f45;
    padding-bottom: 20px;
}

.title-item {
    color: #333;
    font-size: 22px;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    color: #03c;
}

@media only screen and (min-width: 1200px) {
    .img-item {
        max-height: 150px;
        width: 100%;
        object-fit: cover
    }

    .img-rel-item {
        max-height: 250px;
        width: auto;
        object-fit: cover
    }

}



@media only screen and (min-width: 361px) {
    .divtop {
        padding-top: 60px;
    }

    p {
        font-size: 18px;
    }

    a.linklist {
        font-size: 16px;
    }

    .dropdown-menu {
        margin-top: 8px;
    }

    .dropdown-item:hover {
        background-color: beige;
    }
}

@media only screen and (max-width: 360px) {
    .divtop {
        margin-top: 30px;
    }

    .toptitle {
        font-size: 22px;
        font-weight: bold;
    }

    p {
        font-size: 15px;
    }

    a.linklist {
        font-size: 11px;
    }

    .logo-white {
        font-family: "Corben", cursive;
        color: #000;
        font-size: 28px;
    }

    .logo-orange {
        font-family: "Corben", cursive;
        color: #f60;
        font-size: 28px;
    }

    .details-subtitle {
        font-size: 15px;
    }

}

ol,
ul {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0 !important;
}

.footer-ul li>a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
}

.font-small-14 {
    font-size: 14px;
}

.font-small-13 {
    font-size: 13px;
}

.font-small-15 {
    font-size: 15px;
}


/* Apply the "blink" animation to the text */
.blink-text {
    animation: blink 1s infinite;
    font-size: 18px;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.logo-white {
    font-family: "Corben", cursive;
    color: #fff;
    font-size: 55px;
}

.logo-orange {
    font-family: "Corben", cursive;
    color: #f60;
    font-size: 55px;
}

.logo-white-small {
    font-family: "Corben", cursive;
    color: #fff;
    font-size: 25px;
}

.logo-orange-small {
    font-family: "Corben", cursive;
    color: #f60;
    font-size: 25px;
}

.bg-top {
    height: 150px;
    background-image: url(/images/bgtop.jpg);
    background-position: center center;
    background-repeat: repeat;
    background-size: cover;
}

/* HTML: <div class="loader"></div> */
.loader {
    width: 60px;
    aspect-ratio: 2;
    --_g: no-repeat radial-gradient(circle closest-side, #000 90%, #0000);
    background:
        var(--_g) 0% 50%,
        var(--_g) 50% 50%,
        var(--_g) 100% 50%;
    background-size: calc(100%/3) 50%;
    animation: l3 1s infinite linear;
}

@keyframes l3 {
    20% {
        background-position: 0% 0%, 50% 50%, 100% 50%
    }

    40% {
        background-position: 0% 100%, 50% 0%, 100% 50%
    }

    60% {
        background-position: 0% 50%, 50% 100%, 100% 0%
    }

    80% {
        background-position: 0% 50%, 50% 50%, 100% 100%
    }
}

.text-artist-top {
    font-size: 1.5vw;
}

.bannerwmb {
    max-width: 900px;
    height: auto;
    border: 1px solid #333
}

@media screen and (max-width: 768px) {
    .text-artist-top {
        font-size: 4.5vw;
    }

    .bannerwmb {
        width: 100%;
        height: auto;
        border: 1px solid #333
    }

    body {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        overflow-x: hidden;
    }

    .responsive {
        width: 100%;
        /* height: auto; */
    }

    button.mouse-enter1 {
        width: 100% !important;
    }

    .nav-item {
        min-width: 100% !important;
        text-align: center;
    }

    .nav-link {
        padding: 8px 16px;
        font-size: 16px !important;
        font-weight: 400;
        color: #0B5ED7 !important;
        text-decoration: none;
        background: #fff !important;
        border: 0;
        transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    }

    .nav-link.active,
    .nav-link.active:hover,
    .nav-link.active:focus {
        padding: 8px 16px;
        font-size: 16px !important;
        font-weight: 400;
        color: #ffffff !important;
        text-decoration: none;
        background-color: #0B5ED7 !important;
        border: 0;
        transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    }

    .logo-white {
        font-family: "Corben", cursive;
        color: #fff;
        font-size: 25px;
    }

    .logo-orange {
        font-family: "Corben", cursive;
        color: #f60;
        font-size: 25px;
    }

    .logo-black-small {
        font-family: "Corben", cursive;
        color: #000;
        font-size: 18px;
    }

    .logo-white-small {
        font-family: "Corben", cursive;
        color: #fff;
        font-size: 18px;
    }

    .logo-orange-small {
        font-family: "Corben", cursive;
        color: #f60;
        font-size: 18px;
    }

    .logoname {
        padding-top: 20px;
    }

    .bg-top {
        height: 80px;
        background-image: url(/images/bgtop.jpg);
        background-position: center top;
        background-repeat: repeat;
        background-size: cover;
    }

}

.price {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 17px;
    font-weight: bold;
    color: red;
}

#adsenseToast {
    position: fixed;
    /* o `absolute` se necessario */
    bottom: 0;
    right: 0;
    z-index: 1050;
    /* Assicurati che sia sopra altri elementi */
}