﻿:root {
    --master-color: #410116 !important;
    --btn-master-hover: #b41e4f !important;
}


html, body {
    letter-spacing: 0.07em !important;
    font-size: 16px !important;
}


body.base header .logo img {
    transition: none;
    height: 5.8em !important;
}

@media (min-width: 768px) {
    .banner {
        height: 700px !important;
    }
}

.bg-side {
    background-color: var(--master-color) !important;
}

.hover-master:hover {
    color: var(--btn-master-hover) !important;
}

#navigator-canvas .accordion-button {
    font-size: 16px;
    box-shadow: none !important;
}

#navigator-canvas .accordion-item {
    border: none !important;
}

#navigator-canvas .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2'/%3e%3c/svg%3e");
}

#navigator-canvas .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M2 8a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11A.5.5 0 0 1 2 8'/%3e%3c/svg%3e");
}
/*
@media (min-width: 576px) {
    body.base header .logo img {
        height: 9em !important;
    }

    body.base header.dark .logo img {
        height: 6em !important;
    }
}

body.base footer .logo img {
    height: 8em !important;
}

@media (min-width: 576px) {
    body.base footer .logo img {
        height: 8em !important;
    }
}

#blog-partial .card-title {
    font-size: 1.25rem !important;
}*/
/* SUB BANNER */
/* ------------------------------------------------------------------------------------------*/
.banner {
    height: 100vh !important;
}

    .banner img {
        max-height: 80vh;
        width: auto;
        object-fit: contain;
    }

@media (min-width: 768px) {
    .banner {
        height: 100vh !important;
    }
}

.banner.sub-banner {
    height: 115px !important;
}

    .banner.sub-banner .padding {
        padding-top: 0 !important;
    }


/* SM */
/*@media (min-width: 575.98px) {
    .banner.sub-banner {
        height: 0 !important;
    }

        .banner.sub-banner .padding {
            padding-top: 0 !important;
        }
}*/

/* MD */
/*@media (min-width: 767.98px) {
    .banner {
        height: 60vh !important;
    }

        .banner.sub-banner {
            height: 50vh !important;
        }
}*/

/* LG */
/*@media (min-width: 991.98px) {
    .banner {
        height: 70vh !important;
    }

        .banner.sub-banner {
            height: 60vh !important;
        }
}*/

/* XL */
/*@media (min-width: 1199.98px) {
    .banner {
        height: 85vh !important;
    }
}

@media (min-width: 1399.98px) {
    .banner {
        height: 100vh !important;
    }
}
*/


.bg-main {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/images/84745345-30555682.jpg?r=12580987') no-repeat center / 100% 100% !important;
}