/* Move down content because we have a fixed navbar that is 3.5rem tall */
body {
    font-family: Alice;

    /* font-size: 29px */
    line-height: 39px;
}

.jumbobak {
    background-image: url('images/stone%20trough-web%20site%20images-web%20res-11.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

logos {
    margin-top: 509px;
}

.logos {
    margin-top: -566px;
    z-index: 99;
}

.jumboback {
    /* background-image: url('images/stone%20trough-web%20site%20images-web%20res-2.jpg') */
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    text-align: center;
    background-position: center bottom;
}

.carousel {
    overflow: hidden;
}

.standardtext {
    font-size: 26px;
}

.jumbotron {
    position: relative;
    overflow: hidden;
    background-color: black;
}

.jumbotron video {
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.4;
    left: 0;
}

.jumbotron .container {
    z-index: 2;
    position: relative;
}

.shadow {
    box-shadow: 1px 1px 19px -7px;
}

.menuhover:hover {
    background-color: whitesmoke;
    cursor: pointer;
}

.hide {
    display: none;
}

.hide {
}

.hide {
}