:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}


/*.color-light, footer a{*/
/*    color: #F7EDE2;*/
/*}*/

.bg-brown-dirt{
     background-image: url('images/webpageImages/Dirt BG.jpg');
     background-repeat: repeat;
     background-color: #773D04;
     background-size: 5%;
}

.video-bg-container{
    height:400px;
    overflow:hidden;
}
.video-foreground-container{
    z-index: 1;
}
.video-bg{
    width: 100%;
    z-index: 0;
    position: relative;
    top: -200px;
    opacity: 0.3;
}

.worldImage{
    height: 300px;
}

/*ul {*/
/*  list-style-type: none;*/
/*  padding-left: 0;*/
/*}*/

/*.center {*/
/*  position: absolute;*/
/*  top: 50%;*/
/*  width: 100%;*/
/*  text-align: center;*/
/*  font-size: 18px;*/
/*}*/


/*.nav-pills > .nav-link:focus, .nav-link:hover{*/
/*    color: #F7EDE2;*/
/*}*/
/*.nav-pills .nav-link.active, .nav-pills .show > .nav-link{*/
/*    background-color: #442a06;*/
/*}*/
/*.nav-pills > .nav-link:focus, .nav-pills > .nav-link:hover{*/
/*    background-color: #442a06;*/
/*}*/

/*.slideshow-slide{*/
/*    width:100%;*/
/*    aspect-ratio: 16 / 6;*/
/*    object-fit:cover;*/
/*}*/
/*@media screen and (max-width: 768px){*/
/*    .slideshow-slide{*/
/*        width:100%;*/
/*        aspect-ratio: 1 / 1;*/
/*        object-fit:cover;*/
/*    }*/
/*}*/

/*a{*/
/*    color: #7FB800;*/
/*}*/
/*a:hover{*/
/*    color: #F7EDE2;*/
/*}*/

/*.accordion-item{*/
/*    background:none;*/
/*}*/

/*.accordion-button{*/
/*    background:none;*/
/*    color:white;*/
/*}*/

/*.accordion-item{*/
/*    border-color:white;*/
/*}*/

/*.accordion-button:focus{*/
/*    background:#442a06;*/
/*    color: #F7EDE2;*/
/*}*/

/*.accordion-button:not(.collapsed){*/
/*    background:#442a06;*/
/*    color: #F7EDE2;*/
/*}*/

/*.text-1{*/
/*    color: #e9ecef;*/
/*}*/

/*.nav{*/
/*    background-color: #212529;*/
/*}*/