﻿a:hover,
a:focus,
a:active {
    background-color: #c9652a;
    border-color: #c9652a;
}

.label-sagra-del-gallo {
    font-family: "Shrikhand", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 60px;
}

    .label-sagra-del-gallo a {
        color: black;
    }

    .label-sagra-del-gallo a:hover {
        background-color: transparent;
    }

.label-piazzetta {
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 25px;
    letter-spacing: 0.15em;
}

.label-indirizzo {
    font-family: "Alice", serif;
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
    color: black;
}

a {
    text-decoration: none;
}

.montserrat-primary {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

footer {
    margin-bottom: 50px;
}

.header {
    width: 100%;
    height: auto;
}

.shape {
    position: relative;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
}

.rectangle {
    background-color: #e07935;
    /*height: 200px;*/ /* altezza fissa o variabile */
    color: white;
    flex-direction: column;
    z-index: 2;
    width: 100%;
}

.triangle {
    width: 100%;
    height: 50px;
    background-color: #e07935;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
}
