body {
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h3 {
    font-family: 'Pacifico', cursive;
    font-size: 35px;
}

a:hover {
    text-decoration: none;
}

.menu-social-icon {
    margin: 8px;
    color: #326699;
}

.btn {
    border-radius: 100px;
    background-color: #326699;
    border-color: #326699;
}

.header {
    background-image: url(images/bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.header-tit {
    font-size: 55px;
}

.header-overlay {
    background-color: rgba(35, 35, 35, 0.5);
    height: 100%;
}

.header .container {
    padding-top: 180px;
    padding-bottom: 180px;
}

.font-35 {
    font-size: 35px;    
}

.font-26 {
    font-size: 26px;    
}

.color-red {
    color: #e31d23;
}

.color-blue {
    color: #326699;
}

.grey-bg {
    background-color: #f7f7f7;
}

.icons {
    width: 70px;
}

.cursive-font {
    font-family: 'Pacifico', cursive;
}

.text-w-300 {
    font-weight: 300;
}

.numero-telefono {
    background-color: #326699;
    padding: 0px 20px;
    border-radius: 5px;
    display: inline-block;
    width: 100%;
}

.fb-messenger {
    background-color: #007bff;
    padding: 0px 20px;
    border-radius: 5px;
    display: inline-block;
    width: 100%;
}

.fb-messenger a {
    color: #ffffff;
}

.fa-facebook-messenger {
    color: #ffffff;
}

.numero-telefono a {
    color: #ffffff;
}

.numero-telefono a:hover {
    color: #ffffff;
    text-decoration: none;
}

.fa-phone {
    transform: rotate(90deg);
}

.dark-bg {
    background-color: #1C1C1C;
}

#map {
    width:100%;
    height:400px;  
}

.img-circle {
    border-radius: 100%;
}

.font-size-12 {
    font-size: 12px;
}

.font-size-14 {
    font-size: 14px;
}

.orari-container {
    background-color: #326699;
    border-radius: 3px;
}

.top-logo {
    max-width: 50%;
    max-height: 100px;
    margin-top: 10px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 600px) {
    .numero-telefono {
        font-size: 30px;
    }
}

@media only screen and (max-width: 340px) {
    .numero-telefono {
        font-size: 20px;
    }
}

@media only screen and (max-width: 600px) {
    .header-tit {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }

    .top-logo {
        max-width: 70%;
    }
}