﻿/* X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {
    .header-menu a {
        padding: 11px 12px;
        font-size: 1.1rem;
    }
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    header .wrapper {
        padding-left: 1.77778rem;
        padding-right: 1.77778rem;
    }

    .header-menu a {
        padding: 12px 9px;
        font-size: 1rem;
    }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    header .wrapper {
        padding-left: 0.77778rem;
        padding-right: 0.77778rem;
    }
    .header-logo{
        width: 100%;
    }
    div.textoverlay h2, div.textoverlay h1 {
        font-size: 1.7rem;
    }
    .mobile-offcanvas.show{

    }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .owl-theme .owl-dots, .owl-theme .owl-nav{
        display: none;
    }
    div.textoverlay{width: auto;}
}

/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
}