body {
  font-family: 'Raleway', sans-serif;
  font-size: 1rem;
  background-color: #000;
  color: #FFF;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Raleway', sans-serif;
  color: #FFF;
}

.website-my-env .my-env .btn-primary,
.btn-primary {
  background-color: #F5EE16;
  color: #000000;
  border: 0;
}

.website-header {
  background-color: #000000;
  height: 80px;
}

.website-header-navbar-brand {
  color: #FFFFFF;
  font-size: 1.2rem;
}

.website-header-logo {
  max-width: 150px;
  max-height: 150px;
}

.website-footer {
  color: #FFFFFF;
  background-color: #000000;
}

.website-footer h4 {
  color: #FFFFFF;
}

.website-footer-payoff {
  background-color: #000000;
}

.website-footer a,
.website-footer-payoff a {
  color: #FFF;
}

.dark-black {
  background-color: #000000;
  color: #000;
}

.light-white {
  background-color: #FFFFFF;
  color: #FFF;
}



.offcanvas-header {
  display: none;
}

.screen-overlay {
  height: 100%;
  z-index: 30;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(34, 34, 34, 0.6);
  transition: opacity .2s linear, visibility .1s, width 1s ease-in;
}

.screen-overlay.show {
  transition: opacity .5s ease, width 0s;
  opacity: 1;
  width: 100%;
  visibility: visible;
}


@media all and (max-width:992px) {
  .website-header-navbar-brand {
    margin-top: 20px;
  }

  .navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    border-color: #F5EE16;
    cursor: pointer;
  }

  .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,102,203, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }

  .offcanvas-header {
    display: block;
  }

  .btn-close {
    color: #FFF;
  }


  .mobile-offcanvas {
    visibility: hidden;
    transform: translateX(-100%);
    border-radius: 0;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1200;
    width: 80%;
    overflow-y: scroll;
    overflow-x: hidden;
    transition: visibility .2s ease-in-out, transform .2s ease-in-out;
  }

  .mobile-offcanvas.show {
    visibility: visible;
    transform: translateX(0);
    background-color: #000;
  }

  .dropdown-menu {
    border: 0;
  }

  .navbar .nav-item .dropdown-item {
    font-size: 1rem;
  }
}


@media all and (min-width: 992px) {
  .navbar {
    padding: 0
  }

  .navbar .nav-item .dropdown-menu {
    display: none;
    border-radius: 0 !important;
  }

  .navbar .nav-item .dropdown-large {
    padding: 20px;
  }

  .navbar .nav-item .nav-link {
    font-size: 0.9rem;
    padding-left: .4rem;
    padding-right: .4rem
  }

  .navbar .nav-item:hover .dropdown-menu {
    display: block;
  }

  .navbar .nav-item .dropdown-menu {
    margin-top: 0;
  }

  .navbar-collapse {
    justify-content: center;
    text-align: center;
    background-color: transparent;
  }

  .navbar .nav-item .dropdown-large {
    min-width: 480px;

    left: 50% !important;
    transform: translateX(-50%) !important;
    top: 100% !important;
  }
}

.my-env {
  background-color: #fff;
  border-radius: 1rem;
  padding-top: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.my-env h1,
.my-env h2,
.my-env h3,
.my-env h4,
.my-env h5,
.my-env h6 {
  font-family: 'Raleway', sans-serif;
  color: #000;
}

.registration-form {
  background: white;
  border-radius: 0.25rem;
  padding: 1.25rem;
}

.link a {
  color: #ffffff;
  text-decoration: none;
}

.link a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.spnsr-logo-image {
  max-width: 300px;
  max-height: 200px;
}

.website-sponsors-list .lead {
  display: none;
}

.website-sponsors-list {
  >* {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .lslide {
    height: 100px;
  }

  .lslide>* {
    overflow: hidden;
    height: 100%;

    a {
      display: flex;
      height: 100%;
      justify-content: center;

      img {
        display: block;
        height: 100%;
        object-fit: contain;
      }
    }
  }
}