h1,
h2,
h3,
p {
    font-family: 'Rosarivo';
}

p {
    font-size: large;
}

a {
    color: black;
}

.margin {
    margin-right: 20%;
    margin-left: 20%;
}

.img-fluid {
    max-height: 100%;
}

.badge {
    font-size: x-large;
}

.sezione {
    min-height: 100vh;
    max-height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
}

.elemento {
    display: flex;
    flex-direction: column;
}

.marginAll {
    margin: auto;
}

.marginTop {
    margin-top: auto;
}

.marginTop20 {
    margin-top: 20%;
}

.marginBottom {
    margin-bottom: auto;
}

#header {
    background: url('header.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#header .elemento {
    background-color: beige;
    opacity: 0.7;
    color: black;
    font-size: 4rem;
    margin-top: 25%;
    padding-top: 5%;
    padding-bottom: 5%;
}

#header h2 {
    font-size: 3rem;
}

.slogan {
    font-family: "Kalam", cursive;
    font-weight: 700;
    font-style: normal;
    font-size: 4rem;
}

@media (max-width: 900px) {
    h1 {
        font-size: 2rem;
    }

    .sezione {
        height: auto;
        margin-bottom: 25px;
    }

    h2 {
        margin-top: 20%;
    }

    .margin {
        margin-left: 10%;
        margin-right: 10%;
    }
}

@media (max-width: 1650px) {

    a,
    ul,
    p,
    li {
        font-size: large;
    }
}

#preventivo {
    background-image: url('pattern.svg');
}

#contatti {
    background-image: url(contatti.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}