/* barraMenu.css */
@font-face {
    font-family: Neue MontrealM;
    src: url(../font/NeueMontreal-Medium.woff2) format("woff2"), url(../fonts/NeueMontreal-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: Neue Montreal;
    src: url(../font/neuemontreal-regular-webfont.woff2) format("woff2"), url(../font/neuemontreal-regular-webfont.woff) format("woff");
    font-style: normal;
}

@font-face {
    font-family: Neue MontrealB;
    src: url(../font/neuemontreal-bold-webfont.woff2) format("woff2"), url(../font/neuemontreal-bold-webfont.woff) format("woff");
    font-style: bold;
}

@font-face {
    font-family: futura_ltlight;
    src: url(../font/futuralt-light-webfont.woff2) format('woff2'),
        url(../font/futuralt-light-webfont.woff) format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
}

footer {
    padding: 20px 0;
    background-color: var(--campione3);
}

#boxFooter {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

#boxIndirizzo,
nav {
    margin: 20px;
    width: 330px;
}

nav {
    margin-top: 60px;
}

#boxIndirizzo p {
    margin-top: 20px;
    color: #fff;
}

#boxIndirizzo p span {
    opacity: 0.5;
    font-family: Neue MontrealM;
}

footer nav ul li,
footer nav ul li a {
    list-style-type: none;
    text-decoration: none;
    line-height: 36px;
    color: #fff;
    transition: 0.3s;
}

nav ul li a:hover {
    cursor: pointer;
    opacity: 0.5;
}

@media screen and (min-width:325px) and (max-width:600px) {
    #boxFooter {
        height: 960px;
    }
}

/*++++++++++++++++++++++++++++++++++ credits +++++++++++++++++++++++++++++++++*/

#credits {
    height: 50px;
    width: 100%;
    margin: 0 auto;
    background-color: #000;
}

#credits p {
    font-family: futura_ltlight;
    text-align: left;
    font-size: 15px;
    color: #fff;
    line-height: 18px;
    padding-top: 15px;
    margin-left: 40px;
    width: 50%;
    float: left;
}

#credits a {
    float: right;
    margin-right: 40px;
    padding-top: 15px;
}

@media screen and (min-width:768px) and (max-width:899px) {}
    #credits p {
        width: 70%;
        line-height: 20px;
        margin-left: 25px;
    }

#credits a {
    margin-right: 25px;
}

@media screen and (min-width:601px) and (max-width:767px) {
    #credits {
        height: 70px;
    }

    #credits p {
        width: 60%;
    }
}

@media screen and (min-width:481px) and (max-width:600px) {
    #credits {
        height: 90px;
    }

    #credits p {
        width: 60%;
    }

}

@media screen and (min-width:321px) and (max-width:480px) {
    #credits {
        height: 90px;
    }

    #credits p {
        width: 50%;
        font-size: 12px;
        margin-left: 20px;
    }

    #credits a {
        margin-right: 20px;
    }

}
