﻿.header-logo {
    height: 70px;
}

.page-overlay {
    background-image: linear-gradient(rgba(255, 255, 255, 0.3), rgba(0, 0, 0, 0.5)), url('../images/backgrounds/banner.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -1;
}

@media (max-width: 991px) {
    .header-logo {
        height: 50px;
    }
}
