h1 {}

h2 {
    font-size: 23px;
}

h3 {
    font-size: 19px;
}

.colore-granito {
    color: #5FBF89;
}

.colore-marmo {
    color: #F6C974;
}

body {
    background-image: url("img/hsagd7wqgdifq.jpg");
    background-attachment: fixed;
}

#quotazione {
    padding-top: 4px;
}

#quotazione a {
    font-size: 14px;
    color: black;
}

#quotazione_tot {
    display: inline-block;
    height: 20px;
    width: 20px;
    background-color: #d00;
    color: white;
    text-align: center;
    vertical-align: middle;
    line-height: 20px;
    border-radius: 50%;
    font-size: 12px;
    font-weight: bold;
    font-family: var(--font-family-monospace);
}

#fixed-header {
    position: fixed;
    top: 0;
    z-index: 10;
    margin: auto;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.9);
}

#filtro a {
    color: black;
    font-weight: bold;
}

#footer {
    height: 40vh;
    background-color: #1d2124;
    color: white;
}

#footer a {
    color: white;
}

@media screen and (max-width: 600px) {
    h1 {
        font-size: 20px;
    }

    h2 {
        font-size: 18px;
    }

    h3 {
        font-size: 15px;
    }
}