﻿@media (max-width: 576px) /*XS*/ {
}

@media (min-width: 481px) and (max-width: 768px) /*SM*/ {
    .section {
        padding-top: 220px !important;
    }

    .search-bar-row {
        margin-bottom: 1rem;
    }

    .main-logo {
        height: 150px;
    }

    .footer {
        line-height: 22px;
    }

    .cookie-law {
        height: 15vh;
    }

    .top-home-image {
        top: 220px;
    }

    .buffer {
        height: 220px !important;
    }

    .cookie-law {
        height: 200px;
    }
    #pdf-home-image {
        object-position: left;
    }
}

@media (min-width: 769px) and (max-width: 992px) /*MD*/ {
    .cookie-law {
        height: 200px;
    }

    #hamburger-icon {
        margin-top: 0!important;
        margin-bottom: 0!important;
    }
}

@media (max-width: 1200px) /*LG*/ {
    .search-bar-row {
        margin-bottom: 1rem;
    }
    .circle-col {
        padding:0;
    }
}


@media (max-width: 1536px) /*XL*/ {
}


@media (max-width: 480px) /*XS*/ {
    .section {
        padding-top: 0 !important;
    }

    .top-home-image {
        display: none;
    }

    .bottom-home-image {
        display: none;
    }

    .footer {
        margin-top: 0 !important;
    }

    body {
        margin-bottom: 0 !important;
    }

    .cookie-law {
        height: 300px;
    }

    #pdf-home-image {
        object-position: left;
    }
} 