body{
    background-color: #202124;
    color:#fff;
    font-family: 'Open Sans', sans-serif; 
}
a {
    color: #e7e7e7;
    text-decoration: none;
}
a:hover {
    color: #ff773d;
    text-decoration: none;
}

.img_stadia{ 
    border-radius: 10px;
    box-shadow: 0 10px 20px 0 rgba(0,0,0,.3);
}
 
.container .menu{
    padding:0px;
    margin: 00px;
    margin-top: 10px;
    margin-bottom: 15px;
    display: flex; 
    align-items: left;
    justify-content: left;
    grid-row: 2;
    white-space: nowrap;
    overflow: auto;
}
.container .menu::-webkit-scrollbar {
    height: 2px;
  }
  .container .menu::-webkit-scrollbar-track {
    background: #ddd;
  }
   
  .container .menu::-webkit-scrollbar-thumb {
    background: #666; 
  }

  .container .menu li{
    font-family: 'Open Sans', sans-serif;
    height: 2.5rem;
    display: flex;
    justify-content: center; 
    align-items: center;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 900;
    width: auto;
    border-radius: 2.5rem; 
    margin: 10px;
    padding: 0 1rem;
    color: rgba(255,255,255,.9);
}
.container .menu li:hover{
    background-color: rgba(255,255,255,.06);
}

/*.container .menu .logo img:hover{
    background-color: rgb(3, 3, 3);
}
.container .menu .logo img{
    color:#ff773d;
    background-color: rgba(0,0,0,.06);
    border-radius: 50%;
}*/

.container .menu li a, .container .menu li a:visited{
    color:white;
}
.container .menu li a:hover, .container .menu .selected a, .container .menu .selected a:visited {
    color: #ff773d;
    text-decoration: none;
}
.container .menu .logo:hover {
    background-color: rgba(255,255,255,.00);
}

.container .container{
    margin-bottom:2em;
}


.vid_fullscreen {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.1;
  }
  .navbar-dark {
    background-color: transparent !important;
    box-shadow:0 0 transparent;
}
  .navbar-dark .navbar-toggler {
    border-color: rgb(255 255 255 / 0%);
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 20px #00000070;
}

@media (max-width: 992px){

    .container .menu {
      display: inline !important;
    }

    .navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
        display: flex;
    flex-wrap: nowrap;
    align-items: initial;
        margin-left: 100px;
        margin-top: -80px;
    }

  }