::selection {
    background-color: #000;
}
body {
    font-family: Lato, sans-serif;
    font-size: 1.1rem;
    margin: 0;
    text-align: left;
}
code {
    color: #000;
    font-size: 100%;
    font-family: Lato, sans-serif;
}
h1 {
    font-family: atrament-web, sans-serif;
    font-size: 90px;
    color: #D92031;
    text-transform: uppercase;
    line-height: 80px;
}
h2 {
    font-family: atrament-web, sans-serif;
    font-size: 18px;
    color: black;
    text-transform: uppercase;
    margin-top: -21px;
}
h2.big {
    font-size: 28px;
}
h2.big a {
    color: #D92031;
    text-decoration: underline;
}
h3 {
    font-family: Lato, sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #D92031;
    background-color: #000;
    padding-left: 7px;
    padding-right: 7px;
    border-bottom: 0 solid #000;
}
.section_menu__item h3,
h3.section_contact__info__item__heading {
    color: #FAFAFA;
}
a {
    color: #A2A7A4;
}
a:hover {
    color: #1D3E90;
}
ul.section_contact__info__item__content > li > a {
    background-color: #A2A7A4;
}
ul.section_contact__info__item__content > li > a:hover {
    background-color: #1D3E90;
}
.navbar-light a {
    font-family: atrament-web, sans-serif !important;
    font-size: 1.75rem !important;
}
.navbar-light a.nav-link.active,
.navbar-light a.nav-link:focus,
.navbar-light a.nav-link:hover {
    color: #D92031 !important;
}
.navbar-light .navbar-brand > img {
    transition: all 0.2s linear;
    width: 180px;
    max-height: 180px;
}
.navbar-dark .navbar-brand > img {
    transition: all 0.2s linear;
    width: 97px;
    max-height: 97px;
}
.navbar-dark .nav-link {
    font-family: atrament-web, sans-serif;
    font-size: 1.75rem;
    margin-top: 10px;
}
.navbar-dark a.nav-link.active,
.navbar-dark a.nav-link:focus,
.navbar-dark a.nav-link:hover {
    color: #D92031 !important;
}
.navbar-toggler-icon {
    height: 2.5em;
    width: 2.5em;
}
.section_footer__heading {
    color: #D92031;
    font-family: atrament-web, sans-serif;
    font-size: 34px;
}
.font-atrament {
    font-family: atrament-web, sans-serif;
    font-size: 27pt;
}
.red-bg {
    font-family: Lato, sans-serif;
    font-size: 15pt;
    background: #D92031;
    color: #FAFAFA;
    padding: 30px 0;
    text-transform: uppercase;
    animation: pulsate 4s infinite;
}
.red-bg a {
    color: #FAFAFA;
    text-decoration: underline;
}
.dark-bg {
    color: #D92031;
    background: #000;
    padding-top: 30px;
    margin-top: -40px;
}
.dark-bg h2 {
    font-family: atrament-web, sans-serif;
    text-transform: uppercase;
    color: #FFF;
}
.beer_search {
    background: #FAFAFA;
    border: 3px solid #333;
    padding-left: 5px;
}
.beer_search:focus {
    outline: none;
    background: #FFF;
}
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
.prezzo {
    color: #222;
    text-align: center;
    font-weight: bold;
    flex: 1;
    align-self: auto;
}
.section_menu__item__price {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
    border-bottom: 1px solid #000;
    color: #D92031;
    font-size: 1.1rem;
    font-weight: normal;
}
.section_contact__info__item__content {
    font-family: inherit;
}
.section_menu__nav > ul > li > a {
    color: #151515;
    font-size: 14pt;
}
.section_menu__nav > ul > li > a::after {
    border-top: 3px solid #151515;
}
.section_menu__item {
    padding: 1rem 0;
}
.navbar-brand > img {
    width: auto;
    max-height: calc(120px - 10px - 1rem);
}
.navbar-nav {
    line-height: 1.8rem;
    text-align: center;
}
.notes-popover {
    cursor: pointer;
}
.has-popover {
    cursor: pointer;
}
.price-tag {
    width: 40px;
    margin-top: -5px;
}
.popover {
    max-width: 100%;
    width: 400px;
    border: 3px solid #222;
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
    font-size: 16px;
}
.popover-body {
    color: #000;
}
.beer-image img {
    max-height: 130px;
    display: inline-block;
}
.accordion-title {
    cursor: pointer;
    border: solid 4px;
    border-color: #000;
    padding: 8px 14px;
    background-color: #FFF;
    margin-bottom: 0.2em;
    transition: all 0.1s linear;
}
.accordion-title.active {
    background-color: #D92031 !important;
}
.accordion-item {
    display: none;
}
.domicilio {
    margin-bottom: 30px;
    font-size: 70px;
    line-height: 60px;
}
.text-black {
    color: #000;
}
#cookie-bar #cookie-bar-button {
    background-color: #FEED02 !important;
    color: #000 !important;
}
.bg-wikibirra {
    background: url(../img/pattern.jpg) no-repeat;
    padding: 15px 0;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
}
.bg-wikibirra a {
    color: #D92031;
    text-decoration: underline;
}

@media (max-width: 700px) {

    .navbar-dark .navbar-brand > img {
        width: 75px;
    }
}

@media print {

    .navbar,
    .parallax-mirror,
    .section_header,
    .bg-wikibirra,
    .section_menu .section__heading,
    .freccia,
    .section_footer,
    .notes-popover,
    #lista {
        display: none;
    }
    .red-bg {
        background-color: #FFF;
        padding: 30px 0 0;
    }
    .section_menu__grid {
        display: block;
        width: 100%;
    }
    .section_menu__item {
        display: block;
        break-inside: avoid;
        border-bottom: none;
    }
    .section_menu__grid__item {
        display: inline-block;
        width: 49%;
        position: unset !important;
        top: auto !important;
        left: auto !important;
    }
    .section_menu__item .col-2 {
        width: 16%;
        height: 120px;
        display: inline-block;
    }
    .section_menu__item .col-6 {
        width: 55%;
        display: inline-block;
    }
    .section_menu__item .col-4 {
        width: 25%;
        display: inline-block;
    }
}

@keyframes pulsate {

    0% {
        background-color: #D92031;
    }
    50% {
        background-color: #A7001E;
    }
    100% {
        background-color: #D92031;
    }
}
