html {
    scroll-behavior: smooth;
  }
.wrapper {
   background-color: #001000;
}
@media screen and (min-width: 900px) {
    .main_img  {
        background-image: url('../img/vvl2026.jpg');
        background-size: 100%;
        height: 90vh;
        width: 100%;
        display: block;
        margin: 0 auto;
        background-repeat: no-repeat;
        background-position: top center;
    }
  }
  @media screen and (max-width: 900px) {
    .main_img  {
        background-image: url('../img/vvl2026.jpg');
        background-size:  100%;
        height: 90vh;
        width: 100%;
        display: block;
        margin: 0 auto;
        background-position: center;
        background-repeat: no-repeat;
    }
  }
.navbar {
    background-color: rgba(0, 0, 0, 0.9) !important;
}
.navbar-light .navbar-nav .nav-link {
    color: green;
    font-size: 20px;

}
.navbar-light .navbar-nav a.nav-link:hover {
    color: greenyellow !important;
    text-decoration: underline !important;

}
.navbar-light .navbar-nav .nav-link + .active {
    color: greenyellow;
    text-decoration: underline;

}
.navbar-light .navbar-nav .lang {
    color: green;
    font-size: 20px;

}
.navbar-light .navbar-nav .lang:hover {
    color: greenyellow;
    text-decoration: underline;

}
.navbar-light .navbar-nav .lang_active {
    color: greenyellow;
    text-decoration: underline;

}
.navbar-brand .lang {
    color: green;
    font-size: 12px;
    display: inline;

}
div.navbar-brand {
    color: antiquewhite !important;
    font-size: 12px;
}
div.navbar-brand .lang:hover {
    color: greenyellow;
    text-decoration: underline;

}
div.navbar-brand .lang_active {
    color: greenyellow;
    text-decoration: underline;
    font-size: 12px;

}
.navbar-toggler-icon {
    filter: invert(100);
}
.navbar-light .navbar-nav .nav-link:first-child {
    color: white;

}
.main_img .btn_wrapper {
    height: auto;
    margin-top: 72vh;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  
}
.main_img .btn_wrapper .btn {
    margin: 15px;
}
h2 {
    color:antiquewhite;
    text-align: center;
    padding: 20px 0;
}
.about_text {
    color:antiquewhite;
    font-size: 16px;
    text-align: justify;
    padding-bottom: 15px;
}
.about_text h6 {
    text-align: center;
    padding-top: 10px;
}
.rules_wrapper .card {
    background-color: rgba(0, 20, 0, 0.5);
    border: 1px solid green;
    height: 100%;
}
.rules_wrapper .col-4 {
    margin: 20px 0;
}
.rules_wrapper .card-body {
    justify-content: space-between;
    display: flex;
    flex-direction: column;
}
.card-text, .card-title {
    color:beige;
}
.badge-primary {
    border: 1px solid white;
    color: white;
    text-decoration: none;
    float: right;
}
.badge-primary:hover {
    color: green;
    border: 1px solid green;
    text-decoration: none;
}
footer {
    border-top: 1px solid antiquewhite;
    text-align: center;
    color: white;
    padding: 25px 0;
    background-color: rgba(0, 20, 0, 0.5);
    margin-top: 25px;
}
footer a {
    color: antiquewhite;
}
.rules_wrapper .col-12 {
    margin-bottom: 15px !important;
}
/*.show li.nav-item {*/
/*    display: none !important;*/
/*}*/