body{
    font-family: 'Josefin Sans', sans-serif !important;
    color: #FABC41 !important;
}

#header{
    background-image: url(../imgs/sfondo.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    border-bottom: solid 5px;
    border-color: #FABC41;
    min-height: 100vh;
    position:relative;
}

#header-blue-filter{
    background-color: rgba(14,	85,	116, 0.8);
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px 0px 20px;
    position: absolute;
}

#logo-timone{
    width: 100px;
}

#logo-scritta{
    max-width: 75%;
}

#menu-link{
    text-align: center;
    margin-top: 3em;
    margin-bottom: 3em;
}

#menu-logo-button{
    max-width:30%;
}

#info{
    text-align: center;
}

#facebook-logo{
    font-size: 2em;
}

#logo-timone-mini{
    width: 8%;
    right: 0;
}

#col-logo-timone-mini{
    text-align: right;
}

#logo-scritta-mini{
    max-width: 40%;
}

.phonen{
    font-size: 1.2em;
    color: #FABC41;
    text-decoration: none;
}

.phonen:hover{
    color: #FABC41;
    text-decoration: #FABC41 underline;
}

.phonen:active{
    color: #FABC41;
    text-decoration: #FABC41 underline;
}

#swipe-up{
    position: absolute;
    bottom: 0em;
    color: #FABC41;
    font-size: 2em;
    text-align: center;
    width: 100%;
}

#main-content{
    padding: 30px;
    min-height: 100vh;
    background-color: rgba(14, 85, 116, 1);
}

#main-content-header{
    margin-bottom: 30px;
}

#colonna-carosello{
    text-align: center;
}

#carosello{
    max-width: 70%;
    margin: auto;
}

#menu-row{
    justify-content: center;
    margin: auto;
}

#menu-logo{
    width: 300px;
    max-width: 50%;
}

hr{
    border-top: 3px solid #FABC41 !important;
    opacity: 1 !important;
}

.menu-page{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 0px !important;
    max-width: 1140px !important;
    text-align: center;
    justify-content: center;
    align-content: center;
    margin: auto;
    margin-bottom: 2em;
}

.menu-page-img{
    width: 100%;
}

@media (max-width: 767.98px) { 

    #pages{
        padding-left: 0px;
        padding-right: 0px;
    }

    #logo-timone-mini{
        width: 15%;
    }
    
    #logo-scritta-mini{
        max-width: 60%;
    }

    #menu-logo{
        max-width: 40%;
    }

}


.rotate {
  animation: rotation 8s infinite linear;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
