@media only screen and (min-width: 350px) {
    .item.button-jittery {
        text-align: center;
    }
}

@media (min-width: 768px) {
    .mapmobile {
        display: none !important;
    }

    .item.button-jittery {
        width: 50%;
        margin: 0 auto;
        --bg-color: #f1c40f;
        z-index: 3;
        text-align: center;
        top: 38px;
        right: 0;
        left: 0;
        display: inline-block;
        position: absolute;
    }

    .carousel-item {
        height: 700px !important;
    }
}

.carousel-item {
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: 60%;
    text-shadow: 1.5px 1.5px black;
}
.nav-link {
    color: black !important;
}
h3
{
    color:#0a559f;
    text-align: center;
}
h5
{
    text-align: center;
    margin: 20px 20px 20px 20px;
}
p
{
    margin: 20px 20px 20px 20px;
}
video
{
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}