/* STILI PRESENTI NEL CSS: 
-LABAKECA e PICCOLA BANDIERA e CONTAINERPAGE (intestazione delle varie pagine)
-Footer
-
-
-
-



*/


/* ============================================================ LABAKECA e PICCOLA BANDIERA e CONTAINERPAGE =============================================================================== */
#containerPage{
    padding: 1% 5%;
}
.containerTop {
    width: 100% !important;
    display: flex;
    flex-direction: row;
    justify-content: space-between
}


.title{
    font-size: 40pt;
    margin-bottom: 25px;
    min-width: 400px;
}
#userIcon {
    cursor: pointer;
    font-size: 20pt;
    margin-top: 20px;
}


@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;
    }
}

/*coming-sOOn graphic*/
  .cs{
  background: url('/assets/img/cs.png') no-repeat center center; 
  -webkit-background-size: auto;
  -moz-background-size: auto;
  -o-background-size: auto;
  background-size: auto;
  min-width: 720px;
  min-height: 200px;
  }