body {
    font-size: 18px;
}

h1, h2, h3, h4, h5, h6 {
    color: var(--default);
}

section.section {
    background: var(--grey-300);
}

.rounded-x3 {
    border-radius: var(--border-radius3x);
}

.left-30pct {
    left: 30%;
}
.left-40pct {
    left: 40%;
}

.custom-font-slider-1 {
    color: white;
    font-size: 46px;
    line-height: 46px;
}

.testimonial.testimonial-style-5 blockquote p {
    font-family: "Open Sans", Arial, sans-serif;
    font-style: italic;
}

.btn-outline.btn-secondary {
    border-color: white;
}

.custom-font-slider-2 {
    color: white;
    font-size: 22px;
    line-height: 22px;
}

@media (max-width: 575.98px) { 
    .slide-h {
        height: 500px;
    }

    .slide-text {
        height: auto !important;
    }
}

@media (min-width: 992px) {
    .slide-h {
        height: 600px;
    }
    .slide-text {
        height: 500px;
    }

    #header .header-nav {
        justify-content: flex-start;
    }

    #header .header-nav-main nav > ul > li > a {
        color: var(--secondary);
    }
    #header .header-nav-main nav > ul > li.open > a, 
    #header .header-nav-main nav > ul > li:hover > a {
        background: var(--secondary);
    }
    #header .header-nav-main nav > ul:not(:hover) > li > a.active {
        background: var(--secondary);
    }
}