/* Menu Top Bar */
#sp-header {
    box-shadow: 0 1px 5px 0 rgb(0 0 0);
}

/* Menu */
#sp-header #sp-logo {
    flex: auto;
    text-align: center;
}
@media (min-width: 992px) {
    #sp-menu .sp-column.justify-content-end {
        justify-content: center !important;
    }
}


/* Offcanvas Menu */
.offcanvas-menu .d-flex {
    justify-content: center;
}


/* Header Slider */
.slider-right picture img {
    object-position: 0% 50% !important;
}
.slider-left picture img {
    object-position: 100% 50% !important;
}


/* Hover Tiles */
.image-effect-zoom-in:hover .overlay-background-image {
    filter: blur(4px);
}
.overlay-background-image {
    background-size: contain;
}
.sppb-addon-overlay-image-content {
    max-height: 330px;
}
.overlay-show-content-on-hover .overlay-image-title {
    text-shadow: 0 0 5px black;
}


/* Social Icons Bottom */
.social-icons-big {
    filter: brightness(0) saturate(100%) invert(26%) sepia(12%) saturate(300%) hue-rotate(29deg) brightness(100%) contrast(88%);
    transition-duration: 400ms;
}
.social-icons-big:hover {
    filter: brightness(0) saturate(100%) invert(14%) sepia(100%) saturate(1777%) hue-rotate(334deg) brightness(102%) contrast(104%);
}

