﻿.sfondo {
   /* background: url("/img/backgroundS&W.jpg") no-repeat center top;*/
    width: 100%;
    max-width: 2500px;
    height: 100%;
    position: fixed;
    z-index: -1;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    top: 0;
    left: 0;
}

.fs-1xl {
    font-size: 4rem;
    line-height: 1;
}

.fs-1l {
    font-size: 2rem;
    line-height: 1;
}

.lively_headlinebold {
    font-family: 'lively_headlinebold';
}

.noto_ikea_latinregular {
    font-family: 'noto_ikea_latinregular';
}

.noto_ikea_latinbold {
    font-family: 'noto_ikea_latinbold';
}

.yellow {
    color: #ffe600
}

.white {
    color: #FFF;
}

.red {
    color: #ed1c24
}

.blu {
    color: #0066b0
}

.bg-celeste {
    background-color: #1a4999
}

.bg-successTKM {
    background-color: #b82332
}

.bg-yellow {
    background-color: #ffe600
}


.strk-txt {
    text-shadow: 0.2px 0.2px 0 #D0D0D0, -1px -1px 0 #D0D0D0, 1px -1px 0 #D0D0D0, -1px 1px 0 #D0D0D0, 1px 1px 0 #D0D0D0;
    letter-spacing: 1px;
}

#footer {
    margin-top: 0;
}

    #footer hr, #footer div, #footer p {
        color: #FFF;
    }

.insideBottom {
    display: block;
    border: 3px;
    border-style: dashed;
    border-color: #ed1c24;
}

.Bottom a, .Bottom a:link, .Bottom a:hover, .Bottom a:visited, .Bottom a:active, .Bottom a:focus {
    color: #ed1c24
}
.danger {
    color: white;
    background-color: #da3560c0;
}
@media screen and (min-width: 1486px) {
    .sfondo {
        /*background: url("/img/backgroundS&W.jpg") no-repeat center -1000px;*/
        background-size: auto;
        width: 100%;
        max-width: 2500px;
        height: 100%;
        position: fixed;
        z-index: -1;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        top: 0;
        left: 0;
    }

    .linkWhite a, .linkWhite a:link, .linkWhite a:hover, .linkWhite a:visited, .linkWhite a:active, .linkWhite a:focus {
        color: #FFF
    }

    .logo_concorso {
        width: 20% !important
    }

    .date {
        width: 50% !important
    }

    .partner {
        width: 25% !important
    }

    .logo_centro {
        width: 10% !important
    }
}

@media screen and (max-width: 1486px) and (min-width: 810px) {

    .logo_concorso {
        width: 60% !important
    }

    .date {
        width: 60% !important
    }

    .partner {
        width: 40% !important
    }

    .logo_centro {
        width: 20% !important
    }
}



.girl-avatar {
    position: fixed; /* Rimane fissa nella viewport */
    bottom: 0;
    right: 0;
    max-height: 50vh;
    width: auto;
    z-index: 10;
    transform: translateX(40%); /* O altri aggiustamenti */
}

/* Regole responsive come sopra */
@media (max-width: 1024px) {
    .girl-avatar {
        max-height: 30vh;
        transform: translateX(40%);
    }
}

/* Regole responsive come sopra */
@media (max-width: 992px) {
    .girl-avatar {
        max-height: 30vh;
        transform: translateX(40%);
    }
}


@media (max-width: 300px) {
    .girl-avatar {
        display: none; /* Nascondi su mobile */
    }
}