.team1 {
  color: #cc4848 !important;
}
.team2 {
  color: #5d91ac !important;
}
.team3 {
  color: #c7a759 !important;
}
.team4 {
  color: #467b5a !important;
}
.team0overlay {
  filter: brightness(0) saturate(100%) invert(74%) sepia(14%) saturate(1037%) hue-rotate(360deg) brightness(94%) contrast(84%);
}
.team1overlay {
  filter: brightness(0) saturate(100%) invert(74%) sepia(14%) saturate(1037%) hue-rotate(360deg) brightness(94%) contrast(84%) drop-shadow(0 0 0.3rem black);
}
.team2overlay {
  filter: brightness(0) saturate(100%) invert(74%) sepia(14%) saturate(1037%) hue-rotate(360deg) brightness(94%) contrast(84%) drop-shadow(0 0 0.3rem black);
}
.team3overlay {
  filter: brightness(0) saturate(100%) invert(74%) sepia(14%) saturate(1037%) hue-rotate(360deg) brightness(94%) contrast(84%) drop-shadow(0 0 0.3rem black);
}
.team4overlay {
  filter: brightness(0) saturate(100%) invert(74%) sepia(14%) saturate(1037%) hue-rotate(360deg) brightness(94%) contrast(84%) drop-shadow(0 0 0.3rem black);
}
/*
.teampic1{background-image: url("../teams/images/team1.png");}
.teampic2{background-image: url("../teams/images/team2.png");}
.teampic3{background-image: url("../teams/images/team3.png");}
.teampic4{background-image: url("../teams/images/team4.png");}
*/
html,
body {
  border: 0;
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #000;
  background-color: #000;
  width: 100%;
  height: 100%;
  touch-action: none;
}
h1,
h2,
h3 {
  color: #e4a620;
  font-family: "Oswald", sans-serif;
  font-size: 27px;
  text-shadow: 0px 3px 4px rgba(0, 0, 0, 0.8);
}
img {
  max-width: 100%;
}
.strike {
  text-decoration: line-through;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.show-flex {
  display: flex !important;
}
.show-grid {
  display: grid !important;
}
section {
  width: 100%;
  height: 100%;
}
.fadein {
  animation: fadein 0.5s linear forwards !important;
}
.fadein.long {
  animation: fadein 1s linear forwards !important;
}
.fadein.long2 {
  animation: fadein 2s linear forwards !important;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeout {
  animation: fadeout 0.5s linear forwards !important;
}
@keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.mobileonly {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 30%;
  aspect-ratio: 2/1;
  text-align: center;
  color: white;
}
.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 18%;
  z-index: -1;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #5688e7;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #a8d2ff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
