@font-face {
    font-family: 'Saira Extra Condensed';
    src: url(../fonts/SairaExtraCondensed-Regular.ttf) format('truetype');
}

body {
    min-height: 75rem;
    color: #fff;
    font-family: 'Courier New', Courier, monospace;
}

@media (max-width: 1149px) {
    body {
        font-size: 18px;
        line-height: 28px
    }
}

@media (min-width: 1150px) {
    body {
        font-size: 22px;
        line-height: 32px
    }
}

.nav-link {
    font-size: 18px !important;
    font-weight: bold !important;
}

.imglogo {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

@media (max-width:539px) {
    .imglogo {
        background-image: url("../img/PB_logo_little.png");
        width: 33px;
        height: 33px
    }
}

@media (min-width:540px) {
    .imglogo {
        background-image: url("../img/PB_logo.png");
        width: 219px;
        height: 33px
    }
}

.img.icons-facebook {
    background-image: url("../img/facebook.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

@media (max-width: 1149px) {
    .img.icons-facebook {
        width: 45px;
        height: 45px
    }
}

@media (min-width: 1150px) {
    .img.icons-facebook {
        width: 60px;
        height: 60px
    }
}

.img.icons-instagram {
    background-image: url("../img/instagram.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

@media (max-width: 1149px) {
    .img.icons-instagram {
        width: 45px;
        height: 45px
    }
}

@media (min-width: 1150px) {
    .img.icons-instagram {
        width: 60px;
        height: 60px
    }
}

@media (max-width: 1149px) {
    .text.heading {
        font-family: 'Saira Extra Condensed', sans-serif;
        font-size: 34px
    }
}

@media (min-width: 1150px) {
    .text.heading {
        font-family: 'Saira Extra Condensed', sans-serif;
        font-size: 50px
    }
}

.grigio {
    background-color: #ccc;
}

.grigioscuro {
    background-color: #8c8c8c;
}

.azzurro {
    background-color: #8cd;
}

.azzurrochiaro {
    background-color: #def;
}

.blu {
    color: #0057BF;
}

.bg-verdechiaro {
    background-color: #76dd4a !important;
}

.bg-rosso {
    background-color: #ef476f !important;
}

.bg-rosa {
    background-color: #f94144 !important;
}

.bg-azzurro {
    background-color: #78dfff !important;
}

.bg-azzurrochiaro {
    background-color: #17d0ff;
}

.spiderpick-copyright-2 {
    top: -25%;
    right: auto;
    bottom: 0;
    left: 5%;
    background-color: #e5e5e5;
}

.overflow-hidden {
    overflow: hidden;
}

.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
}