body {
    overflow-x: hidden;
    font-family: "azo-sans-web", sans-serif;
    font-weight: 300;
    font-size: 0.95rem;
}

strong {
    font-weight: 500;
}

.menu {
    background-color: #1b3668;
    width: 100%;
    position: fixed;
    z-index: 10;
    height: 70px;
    top: 0;
}

.menu .name {
    font-family: "Baskervville", serif;
    font-weight: 600;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 0.07rem;
    color: #fff;
}

.menu .name span {
    font-weight: 400;
    font-style: italic;
    text-transform: capitalize;
}

.menu .social {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
}

.menu .social img {
    width: 90px;
}

.menu .social i {
    font-size: 1.2rem;
}

.intro {
    margin-top: 70px;
}

.intro .title {
    font-family: "Baskervville", serif;
    font-weight: 600;
    font-size: 1.2rem;
    color: #1b3668;
    text-transform: uppercase;
    letter-spacing: 0.07rem;
}

.intro .subtitle {
    font-family: "Baskervville", serif;
    font-weight: 500;
    font-style: italic;
    font-size: 1.1rem;
    color: #1b3668;
}

.cta {
    font-family: "Baskervville", serif;
    font-weight: 500;
    font-style: italic;
    font-size: 1.1rem;
    color: #1b3668;
    letter-spacing: 0.08rem;
}

.btn-bellinghieri {
    border-radius: 0;
    border: #1b3668 solid 1px;
    padding: 0.3rem 2rem;
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 400;
    color: #1b3668;
    letter-spacing: 0.1rem;
}

.btn-bellinghieri:hover {
    background-color: #1b3668;
    color: #fff;
}

.btn-bellinghieri-light {
    border-radius: 0;
    border: #fff solid 1px;
    padding: 0.3rem 2rem;
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0.1rem;
}

.btn-bellinghieri-light:hover {
    background-color: #fff;
    color: #1b3668;
}

hr {
    opacity: 1;
    border-top: solid 1px #1b3668;
}

.presentazione .title {
    font-weight: 500;
    color: #1b3668;
    font-style: italic;
    font-family: "Baskervville", serif;
    font-size: 1.3rem;
    letter-spacing: 0.02rem;
}

.presentazione img {
    border-top-left-radius: 150px;
}

.aree-di-intervento .title {
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.1rem;
    font-family: "Baskervville", serif;
    color: #1b3668;
}

.aree-di-intervento .subtitle {
    font-weight: 500;
    color: #1b3668;
    font-style: italic;
    font-family: "Baskervville", serif;
    font-size: 1.3rem;
    letter-spacing: 0.02rem;
}

.aree-di-intervento .resume {
    color: #1b3668;
    font-weight: 500;
}

.banner {
    background-image: url("/images/background.jpg");
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner .title {
    font-weight: 200;
    font-size: 1.7rem;
    color: #fff;
}


.ordine img {
    width: 200px;
    padding-right: 2rem;
    border-right: solid 1px #b4b4b4;
}

.ordine .text {
    color: #1b3668;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.8rem;
    letter-spacing: 0.05rem;
    padding-left: 2rem;
    width: 300px;
    line-height: 1.2;
}

.mappa {
    height: 600px;
}

footer {
    background-color: #1b3668;
}

footer p {
    color: #fff;
    font-size: 0.95rem;
    letter-spacing: 0.05rem;
}

footer a {
    color: #fff;
    text-decoration: none;
}

footer a:hover{
     color: #fff;
    text-decoration: underline;
}

@media (max-width: 767.98px) {
    .menu {
        height: 130px;
    }

    .menu .name {
        text-align: center;
        font-size: 5.2vw;
    }

    .menu .social {
        position: static;
        transform: none;
        margin-top: 1rem;
        justify-content: center;
    }

    .intro {
        margin-top: 130px;
    }

    .intro .title {
        font-size: 5vw;
    }

    .intro .subtitle {
        font-size: 4.5vw;
    }

    .intro .cta {
        font-size: 4.5vw;
    }

    .btn-bellinghieri {
        font-size: 6vw;
    }

    .btn-bellinghieri-light {
        font-size: 6vw;
    }

    .presentazione .title {
        font-size: 5.5vw;
    }

    p {
        font-size: 4vw;
    }

    .aree-di-intervento .title {
        font-size: 5vw;
    }

    .aree-di-intervento .subtitle {
        font-size: 4.5vw;
    }

    .aree-di-intervento .subtitle {
        font-size: 5.2vw;
    }

    .banner .title{
        font-size: 6.8vw;
        font-weight: 300;
    }

    .banner .cta{
        font-size: 4.8vw;
    }

    .ordine img{
        padding-right: 0;
        border: none;
    }

    .ordine .text{
        padding-left: 0;
        width: auto;
        text-align: center;
    }
}