﻿/* Place Your Custom Styles Here */

.navbar-dark .navbar-brand .navbar-brand-img {
    filter: invert(1) hue-rotate(180deg);
}

.video-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: 100vh;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

#videoBg {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.video-showcase video {
    height: 100%;
    width: 100%;
    max-height: 50vh;
}

#showcaseOne,
#showcaseTwo,
#showcaseThree,
#showcaseFour,
#showcaseFive {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover !important;
}

#showcaseThree {
    object-fit: contain !important;
}

.showcase-image-one {
    background-size: contain !important;
}

ul {
    list-style: none;
}
.custom-list-item {
    list-style-type: disc;
    margin-left: 1rem;
}
