/* HEADER */
.navbar
{
    height:100px;
}

.navbar img
{
    max-width: 300px;
    max-height: 90px;
}

header .nav-pills .nav-link.active, .nav-pills .show > .nav-link
{
    color: inherit;
    background-color: inherit;
    border-bottom: 2px solid #000;
    border-radius: 0px;
}

header .nav-pills .nav-link:focus, .nav-pills .show > .nav-link:focus
{
    color: inherit;
    background-color: inherit;
    outline: 2px solid #ff8e1d;
}

.dropdown-item:hover, .dropdown-item:focus, .dropdown-item:active, .dropdown-item.active
{
    background-color: #69686d;
    color: #fff;
}

#navbar-sito .testo_testata
{
    line-height: 30px;
}

#navbar-sito .testo_testata span
{
    font-weight: 800;
    letter-spacing: 0;
    display: block;
}

#navbar-sito .dropdown-menu .dropdown-item:hover, #navbar-sito .dropdown-menu .dropdown-item.active
{
    background-color: inherit;
    text-decoration: underline;
}

#navbar-sito a:hover
{
    text-decoration: none;
}

#navbar-sito .testo_t1
{
    font-size: 24px;
}

#navbar-sito .testo_t2
{
    font-size: 24px;
}

#navbar-sito .testo_t3
{
    font-size: 14px;
}

@media (min-width: 992px)
{
    #navbar-sito .logo
    {
        padding-top: 8px;
    }
}

@media (max-width: 767px)
{
    .navbar img
    {
        max-width: 200px;
    }

    #navbar-sito .testo_testata
    {
        display: none;
    }
}

/* BODY */
body
{
    font-family: "Titillium";
    position: relative;
}

html
{
    scroll-padding-top: 100px;
}

a
{
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

a:focus
{
    outline: 2px solid #ff8e1d;
}

.card
{
    background-color: transparent;
}

.card::after
{
    display: none;
}

.img-gallery:hover img
{
    transform: scale(1.1);
}

.img-gallery img
{
    transition: all ease-in-out 0.4s;
}

.img-sponsor:hover
{
    transition: 0.5s;
    filter: grayscale(0%);
}

.img-sponsor
{
    transition: 0.5s;
    filter: grayscale(100%);
}

.img-icone-small img
{
    width: 150px;
}

.img-icone-big img
{
    width: 300px;
}

.img-staff
{
    width: 200px;
}

.staff_container
{
    flex-wrap: wrap;
}

.form-group
{
    margin-bottom: 2rem;
}

.error-modal-icon
{
    font-size: 48px;
    color: #E94F35;
}

.ok-modal-icon
{
    font-size: 48px;
    color: #6EBB3B;
}

.info-modal-icon
{
    font-size: 48px;
    color: #6C757D;
}

/* FOOTER */
.contact-info a
{
    text-decoration: none;
    border-bottom: 1px dotted;
}

.box-copyright
{
    background-color: #000;
}

.box-copyright-row
{
    display: flex;
    padding: 20px;
    justify-content: center;
    flex-flow: row wrap;
}

.box-copyright-row a
{
    color: #fff;
    text-decoration: none;
}

.box-copyright-row a:hover
{
    text-decoration: underline;
}

.box-copyright-left
{
    width: 160px;
    text-align: center;
}

.box-copyright-right
{
    font-size: 13px !important;
    margin: 0 20px;
    color: #fff !important;
    font-family: "Titillium Web";
}

.box-copyright-left img
{
    width: 120px;
}

.atcb-button
{
    align-items: center;
    background-color: var(--atcb-background);
    border: 1px solid var(--atcb-border);
    border-radius: 6px;
    box-shadow: var(--atcb-shadow-button);
    color: var(--atcb-text);
    cursor: pointer;
    display: flex;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    font-weight: 600;
    justify-content: center;
    line-height: 1.5em;
    margin: .13em;
    max-width: 350px;
    min-width: 160px;
    padding: .65em 1em;
    position: relative;
    text-align: center;
    touch-action: manipulation;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    width: auto;
    z-index: 1;
}

.footer-visite
{
    font-size: 16px;
    color: #fff;
}

.footer-visite-count
{
    font-family: "Roboto Mono";
}

.forms_obb_input
{
    border: 1px solid #d9364f !important;
}