.hover-white{
  color: grey;
  text-decoration: none;
  pointer-events: all;
}
.hover-white:hover{
  color: white;
  cursor: pointer;
  text-decoration: none;
}

.pool-roster:hover h4{
    color: #ffc107;
    cursor: pointer;
}
h1{
      font-size: 26px;
    line-height: 1.2;
    display: block;
}
.event-header{
    width: 80%;
    background: #ffc107;
    color: black;
    border-radius: 4px;
    margin-top: 20px;
}
#markdown{
  margin-top: 14px; text-align: center;font-family: 'Barlow Condensed', sans-serif;
      color:white;
      font-size: 18px;
      width: 80%;
      padding: 10px;
      border: solid #ffc107 2px;
      border-radius: 4px;
}
#markdown p{
  margin-bottom: 2px;
}

.zoomSlider{
  -webkit-appearance: none;
  width: 300px;
  height: 6px;
  background: #6e6e6e;
  border-radius: 5px;
  outline: none;
}
.zoomSlider::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 26px;
  width: 26px;
  background: #4c4c4c;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid #6e6e6e;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='30' height='30'><text x='50%' y='62%' dominant-baseline='middle' text-anchor='middle' font-size='46' fill='white'>+</text></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
}


.nav-selected{
  color:white !important;
  outline-color: white !important;
}
.nav-selected:hover{
  outline-color:  rgba(255, 255, 255, 0) !important;
}
.selected{
 background: #ffd7003b
}
.block-btn {
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
}

.block-btn:hover {
  text-decoration: none;
  border: 1px solid;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 255, 255, 0.2);
  outline-color:  rgba(255, 255, 255, 0) !important;
  color: white;
  outline-offset: 15px;
  text-shadow: 1px 1px 2px #427388;
  cursor: pointer;
}

.ticker {
  letter-spacing: 2px;
  font-size: 14px;
  font-family: "Barlow Condensed", sans-serif;
  color: white;
  display: inline-block;
  white-space: pre;
  margin-right: 0.5em;
  animation: ticker 20s linear infinite;
}

@keyframes ticker {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
a {
  text-decoration: none;
  color: #ffc107;
}

a:not([href]):not([tabindex]) {
  color: #ffc107;
}
a.whiteBtn:not([href]):not([tabindex]){
  color:white;
}

a:hover:not([href]):not([tabindex]) {
  color: white;
}

h6 {
  letter-spacing: 2px;
  font-size: 20px;
  font-family: "Barlow Condensed", sans-serif;
  color: white;
  display: inline-block;
}

.tournament-block {
  font-size: 30px;
  width: 100%;
  filter: drop-shadow(0 4px 4px black);
  text-wrap-mode: wrap;
  position: relative;
  margin: 0px;
}

.tournament-title {
  color: white;
  position: relative;
  padding: 20px;
  top: 0px;
  filter: drop-shadow(0 4px 4px black);
}

.ibtn.t {
  width: 80%;
  font-size: 30px;
  overflow: hidden;
  filter: drop-shadow(0 4px 4px black);
  position: absolute;
  padding: 16px;
}

.ibtn.home-banner {
  width: 90%;
  margin-left: 5%;
  height: 100px;
  font-size: 40px;
  padding: 0px;
  position: relative;
}

.ibtn.home-banner div {
  opacity: 0.4;
  width: 100%;
  height: 100%;
}

.ibtn.home-banner div:hover {
  opacity: 0.9;
}

.ibtn.home-banner h1 {
  filter: drop-shadow(0 4px 4px black);
  position: absolute;
  width: 100%;
  top: 24px;
  top: 34px;
  font-size: 30px;
}


@media (max-width: 700px) {
  #markdown{
    margin-top: 14px; text-align: center;font-family: 'Barlow Condensed', sans-serif;
        color:white;
        font-size: 18px;
        width: 90%;
  }
  .ibtn.home-banner h1 {
    font-size: 30px;
    top: 34px;
  }
  .ibtn.t {
    font-size: 30px;
    padding: 10px;
  }
  .tournament-block {
    font-size: 20px;

  }
}
@media (max-width: 500px) {
  .tournament-title {
    font-size: 16px;
    top: 12px;
  }
}
@media (max-width: 350px) {
  .ibtn.home-banner h1 {
    font-size: 20px;
    top: 40px;
  }
  .ibtn.t {
    font-size: 18px;
  }
  .tournament-block {
    font-size: 14px;

  }
}
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: linear-gradient(45deg, black, rgba(26, 27, 58, 0.9294117647));
}

#veiwer::-webkit-scrollbar {
  width: 12px;
}

#veiwer::-webkit-scrollbar-track {
  background-color: #111; /* Set the scrollbar background (track) */
}

#veiwer::-webkit-scrollbar-thumb {
  background-color: #555; /* Set the scrollbar "thumb" */
  border-radius: 10px;
}

#veiwer::-webkit-scrollbar-thumb:hover {
  background-color: #888;
}

/* Firefox Support */
#veiwer {
  scrollbar-width: thin;
  scrollbar-color: #555 #111; /* thumb color | track color */
}

.ibtn.whiteBtn{
  color: white;
  outline-color: white;
}

.ibtn {
  border: 0 solid;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
  outline: 1px solid;
  outline-color: #ffc107;
  outline-offset: 0px;
  text-shadow: none;
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
  padding: 0 10px;
  margin: 8px;
  display: inline-block;
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 2px;
  min-height: 32px;
  font-size: 20px;
  text-decoration: none;
  color: #ffc107;
  padding: 0 10px;
  border-radius: 4px;
  text-align: center;
}

.ibtn:hover {
  text-decoration: none;
  border: 1px solid;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 255, 255, 0.2);
  outline-color: rgba(255, 255, 255, 0);
  color: white;
  outline-offset: 15px;
  text-shadow: 1px 1px 2px #427388;
  cursor: pointer;
}
.ibtn.whiteBtn:hover{
  color: white;
  outline-color: rgba(255, 255, 255, 0);
}

/*# sourceMappingURL=style.css.map */
@media (min-width: 576px) {
  .modal-dialog {
      max-width: 700px;
      margin: 1.75rem auto;
  }
}