@font-face {
    font-family: rox;
    src: url(/assets/font/Roxborough_CF.ttf);
}

.rox {
    font-family: rox;
}
.roxBold{
    font-weight: bold;
    font-family: rox;
}

body{
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

/* ============================================================ pagina Iniziale =============================================================================== */
#containerPage{
    padding: 1% 5%;
}
.title{
    font-size: 40pt;
    margin-bottom: 25px;
    min-width: 400px;
}
#userIcon {
    cursor: pointer;
    font-size: 20pt;
    margin-top: 20px;
}

.bandierait{
    background-image: url(/assets/img/it.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    padding:15% 0 ;
    margin-top: 2%;
    text-align: center;
    width: 100%;
    height: 100% !important;
}
.bandieraes{
    background-image: url(/assets/img/es.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    padding:15% 0 ;
    margin-top: 2%;
    text-align: center;
    width: 100%;
    height: 100% !important;
}
.bandieraen{
    background-image: url(/assets/img/en.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    padding:15% 0 ;
    margin-top: 2%;
    text-align: center;
    width: 100%;
    height: 100% !important;
}
.bandierahe{
    background-image: url(/assets/img/he.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    padding:15% 0 ;
    margin-top: 2%;
    text-align: center;
    width: 100%;
    height: 100% !important;
}

.centered-content {
    font-size: 26pt;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: black;
    background-color: white;
    padding: 3% 5%;
    margin: 0% !important;
}

.treSchede {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.scheda {
    width: 30%;
    position: relative;
    text-align: center;
    margin-top: 3%; 
}
.scheda:hover{
    transition: 0.5s;
    transform: scale(1.05);
    color: #af896c;
}
.scheda:hover>.titleScheda{
    transition: 0.3s;
    color: #af896c;
}
.scheda:not(:hover){
    transition: 0.5s;
    transform: scale(1.0);
}

.titleScheda {
    font-size: 18px;
    margin-bottom: 5%;
    color: #986c4a;
    font-weight: 800;
}

.scheda img {
    width: 100%;
    height: auto;
}



@media (max-width:1000px) {
    .title {
        font-size: 35pt;
        min-width: 350px
    }

    #userIcon {
        font-size: 19pt;
        margin-top: 16px;
    }
}
@media (max-width:600px) {
    .title {
        font-size: 30pt;
        min-width: 315px
    }

    #imgTitle {
        width: 10%;
    }

    #userIcon {
        font-size: 18pt;
        margin-top: 19px;
    }
}



@media (max-width:400px) {
    .title {
        font-size: 25pt;
        min-width: 270px
    }

    #userIcon {
        margin-top: 22px;
    }
}










@media (max-width:950px) {
    .titleScheda {
        margin-bottom: 3%;
    }
    .treSchede {
        display: block;
    }
    .scheda {
        width: 60%;
        margin: 0px auto;
        position: relative;
        text-align: center;
        margin-top: 6%; 
    }
    .centered-content {
        font-size: 20pt;
        top: 104%;
        border: ridge;
    }
}

@media (max-width:700px) {

    .scheda {
        width: 75%;
    }
    .centered-content {
    top: 110%;
    }
    
}
@media (max-width:465px) {
    .centered-content {
        font-size: 17pt;
        padding: 1% 1%;
        top: 120%;
    }
    
}
@media (max-width: 325px) {
    .centered-content {
        font-size: 15pt;
    }
}


.Servinfo{
    background-color: beige;
    padding: 5px;
    text-align: center;
    font-weight: bold;
    -webkit-box-shadow: 17px 16px 3px -6px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 17px 16px 3px -6px rgba(0, 0, 0, 0.28);
    box-shadow: 17px 16px 3px -6px rgba(0, 0, 0, 0.28);
}
}