@media screen and (max-width: 768px) {
    .hero-video {
        display: block !important;
    }
}

.hero-video video {
    top: 0px;
    left: 0;
    z-index: -1;
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    object-fit: cover;
}

.hero-header {
    border-top: 0px;
    top: 0px;
    margin-top: 0px;

}

:root {

    --bulma-navbar-height: 0px;

    ::-webkit-scrollbar {
        height: 10px;
        width: 10px
    }

    ::-webkit-scrollbar-track {
        background: #efefef;
        border-radius: 6px
    }

    ::-webkit-scrollbar-thumb {
        background: #d5d5d5;
        border-radius: 6px
    }

    ::-webkit-scrollbar-thumb:hover {
        background: #c4c4c4
    }

}

.navbar-burger {
    color: lightblue;
}

.va {
    display: flex;
    align-items: center;
}

.navbar-item {
    padding-top: 6px;
    color: white;
    text-shadow: 0px 0px 2px #444;

}

#navbar {
    background-color: rgba(0, 0, 0, 0)
}


.hero-bg {
    background-image: url('../img/AdobeStock_1013766339.jpeg');
    background-size: cover;
    background-position:center;
}

.hero-bg {
    background-color: black;
}

.hero-text {
    opacity: 100% !important;
    color: white !important;
}

nav .is-active {
    color: lightblue;
    background: none;
    text-shadow: 1px 1px 2px #1C66B1;
}

.navbar-item:hover {
    color: lightblue;
    background: none;
    text-shadow: 1px 1px 3xpx #888;
}

.navbar-item .nav-contact {
    color: #FCD40F;
}

.hero-body-parallax {
    min-height: 100vh;
    align-content: center;
}

.cta {
    height: 500px;
    border-top: 0px solid turquoise;
}

#page-footer {
    color: white;
    background: rgb(14, 14, 14) !important;
}

#page-footer strong {
    color: turquoise;
}

#page-footer a {
    color: turquoise;
}

.title {
    font-family: 'DM Sans', sans-serif;
}

.hero-body .title { 
    color: white;
    font-size: 2.5rem;
    font-family: 'DM Sans', sans-serif;
    text-shadow: 1px 1px 4px #000;
}

.hero-body .subtitle {
    color: white;
    font-size: 1.75rem;
    font-family: 'DM Sans', sans-serif;
    text-shadow: 1px 1px 2px #000;
}

.subtitle {
    font-family: 'DM Sans', sans-serif;
}

.title-2 {
    color: white;
    opacity: .9;
    font-weight: 700;
    font-size: 2rem;
    font-family: 'DM Sans', sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.subtitle-2 {
    color: darkgrey;
    font-size: 1.25rem;
    opacity: 1;
}

