#firstLogo{
    display: block;
}

#secondLogo
{
    display: none;
}

.logo a
{
    color: transparent;
}

.menu-link.selected {
    color: #CB761B;
}

.footerSection
{
    display: flex;
    justify-content: space-around;
}

.headerItems
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    align-items: center;
}

.lupuloImg
{
    width: 30px;
}

.footer-img
{
    filter: invert(1);
    width: 130px;
}

.footer-list
{
    list-style: none;
}

.footer-link
{
    text-decoration: none;
    color: white !important;
    font-size: 14px;
}

.footer-link:hover
{
    color: #CB761B !important;
}

.footer-icon
{
    width: 15px;
    height: auto;
}

.header-mobile
{
    display: none;
}

@media (max-width: 1149px)
{   
    .lupuloImg
    {
      width: 20px;
    }
    .footer-main-container
    {
        flex-direction: column;
        align-items: center;
        padding: 0 20px;
    }
    .footer-main-container > div
    {
        margin: 0;
    }
    .footer-list
    {
        padding: 0;
        text-align: center;
    }
}
@media (max-width: 860px)
{
    .headerItems
    {
        padding-left: 45px;
    }
}
@media (max-width: 767px)
{
    .header-desktop
    {
        display: none;
    }

    .mobileContainer
    {
        width: 82%;
    }

    .introContainer
    {
        display: flex;
        justify-content: flex-end;
        padding: 0;
    }

    .logoMobile img
    {
        max-width: 95px;
    }

    .header-mobile
    {
        display: flex;
    }

    .mobileToggle
    {
        padding: 0;
    }
}
