@import url("https://fonts.googleapis.com/css2?family=Oswald&family=Roboto&family=Roboto+Condensed&family=Roboto+Mono&family=New+Amsterdam&display=swap");
body {
  background-color: #333;
  color: #fff;
  padding: 0;
  margin: 0;
}

.navbar-brand img {
  width: 100px;
}

.nav_spacer {
  margin-top: 67px;
}

#title {
  padding: 40px 0 40px 0;
  background-attachment: fixed;
  background-image: url("title_background.svg");
}
#title h1 {
  text-align: center;
  font-family: "Roboto Mono", monospace;
  color: #000;
}

.section {
  height: 100vh;
  display: grid;
  place-items: center;
  align-content: center;
}

@property --angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}
.logo2 {
  text-align: center;
}
.logo2 span {
  font-size: 10rem;
}
.logo2 p {
  font-size: 3rem;
}

#animate1 {
  height: 100vh;
  background-attachment: fixed;
  overflow: hidden;
}
#animate1 .logo {
  margin-top: 150px;
  margin-bottom: 5vh;
}
#animate1 h1 {
  font-size: 5vw;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  line-height: 9vw;
  z-index: 98;
  background: linear-gradient(90deg, #00ff00, #0088ff, #00ff00);
  background-size: 600px;
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  animation: download 3s linear infinite;
}
#animate1 h1 .char {
  transform: translateY(145px);
  transition: transform 0.2s;
}
#animate1 .download {
  z-index: 99;
  margin-bottom: 40vh;
}
#animate1 .download .android,
#animate1 .download .iphone {
  position: relative;
  padding: 3px;
}
#animate1 .download .android::after,
#animate1 .download .iphone::after,
#animate1 .download .android::before,
#animate1 .download .iphone::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: -1;
  border-radius: 12px;
  padding: 10px;
  background-image: conic-gradient(from var(--angle), #00ff00, #0088ff, #00ff00);
  animation: 1s spin linear infinite;
}
#animate1 .download .android::before,
#animate1 .download .iphone::before {
  filter: blur(1rem);
  opacity: 0.8;
}
#animate1 .phones {
  width: 100%;
  bottom: 0;
  position: absolute;
  overflow: hidden;
}
#animate1 .phones .android {
  margin: 0 0 0 2vw;
}
#animate1 .phones .iphone {
  margin: 0 2vw 0 0;
}

@keyframes spin {
  from {
    --angle: 0deg;
  }
  to {
    --angle: 360deg;
  }
}
@keyframes download {
  0% {
    background-position: 0;
  }
  100% {
    background-position: 600px;
  }
}
#animate2 {
  height: 70vh;
  background-attachment: fixed;
  background-color: #333;
}
#animate2 h1 {
  font-size: 4vw;
  color: #00ff00;
  text-transform: uppercase;
  font-family: "New Amsterdam", sans-serif;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  line-height: 5vw;
  letter-spacing: 0.1em;
}
#animate2 h1 .char {
  transform: translateY(145px);
  transition: transform 0.2s;
}
#animate2 p {
  padding: 0 25vw 0 25vw;
  font-size: 1.5vw;
  line-height: 2.5vw;
  text-align: center;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
}

#sports {
  padding: 30px 5vw 30px 5vw;
  background: #111;
}
#sports .logo {
  padding: 20px 10px 20px 10px;
}

#map {
  background-color: #333;
  padding: 50px 0 50px 0;
}
#map path {
  stroke: #000;
  fill: #888 !important;
}
#map #AR,
#map #CA,
#map #FL,
#map #GA,
#map #IL,
#map #KS,
#map #KY,
#map #MN,
#map #NE,
#map #NM,
#map #NC,
#map #ND,
#map #OK,
#map #OR,
#map #RI,
#map #SC,
#map #SD,
#map #TX,
#map #UT,
#map #WI,
#map #WV,
#map #WY {
  fill: #00ff00 !important;
}
#map #us-map {
  width: 100%;
  height: 100%;
}
#map .container {
  display: grid;
  place-items: center;
  align-content: center;
}
#map .legend {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
}
#map .legend .boxO,
#map .legend .boxC {
  height: 30px;
  width: 30px;
  margin: 0 10px 0 10px;
  border-radius: 5px;
}
#map .legend .boxO {
  background-color: #00ff00;
  border: 1px solid #000;
}
#map .legend .boxC {
  background-color: #888;
  border: 1px solid #000;
}

.statelist2 h1 {
  font-size: 2vw;
  font-family: "Oswald", sans-serif;
  text-align: center;
  color: #00ff00;
  padding: 30px 0 20px 0;
}
.statelist2 .box {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2.5rem;
  background: #111;
  border-radius: 5px;
  text-align: center;
}

.statelist .row [class^=col] {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2.5rem;
  background: #111;
  border-radius: 5px;
}
.statelist .row .clear {
  background: none;
}

#footer {
  background: #111;
  padding: 20px 0 0 0;
}
#footer .social {
  font-size: 30px;
}
#footer .social a {
  padding: 0 5px 0 5px;
  color: #00ff00;
}
#footer .social a:hover {
  color: #0088ff;
}
#footer .links {
  padding: 20px 0 0 0;
  font-family: "Roboto Condensed", sans-serif;
}
#footer .links a {
  color: #fff;
  text-decoration: none;
}
#footer .links a:hover {
  color: #0088ff;
}
#footer .links ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#footer .lower {
  margin-top: 20px;
  font-size: 10px;
  text-align: center;
  font-family: "Roboto Mono", monospace;
}
#footer .copyright {
  font-size: 12px;
  text-align: center;
  margin-top: 20px;
  font-family: "Oswald", sans-serif;
}

.affiliate {
  height: 60vh;
  display: grid;
  place-items: center;
  align-content: center;
}
.affiliate h2 {
  font-family: "Oswald", sans-serif;
}
.affiliate button {
  margin: 100px 0 0 0;
  padding: 10px 100px 10px 100px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20pt;
}

.document a {
  color: #35a1ff;
  text-decoration: none;
}
.document a:hover {
  color: #0088ff;
}
.document p {
  font-family: "Roboto Mono", monospace;
  font-size: 0.8rem;
}
.document ul {
  font-family: "Roboto Mono", monospace;
  font-size: 0.8rem;
}

.breadcrumb {
  color: #fff;
  font-family: "Roboto Mono", monospace;
}
.breadcrumb a {
  color: #00ff00;
  text-decoration: none;
}
.breadcrumb a:hover {
  color: #89ff89;
}
.breadcrumb .breadcrumb-item {
  color: #fff;
}

.faq .card .material-symbols-rounded,
.responsible .card .material-symbols-rounded,
.rules .card .material-symbols-rounded {
  font-size: 5rem;
}
.faq a,
.responsible a,
.rules a {
  text-decoration: none;
}
.faq h1,
.responsible h1,
.rules h1 {
  font-family: "Roboto Condensed", sans-serif;
}
.faq h2,
.responsible h2,
.rules h2 {
  font-family: "Roboto Condensed", sans-serif;
  color: #00ff00;
  font-size: 3rem;
}
.faq h3,
.responsible h3,
.rules h3 {
  font-family: "Roboto", sans-serif;
}
.faq p,
.responsible p,
.rules p {
  font-family: "Roboto", sans-serif;
  text-align: justify;
}
.faq .card-header,
.responsible .card-header,
.rules .card-header {
  font-family: "Roboto Condensed", sans-serif;
  background-color: #2e2f35;
  font-size: 1.5rem;
}
.faq .card-header .bi,
.responsible .card-header .bi,
.rules .card-header .bi {
  color: #00ff00;
  font-size: 1.5rem;
}
.faq .card-body,
.responsible .card-body,
.rules .card-body {
  font-family: "Roboto Condensed", sans-serif;
}
.faq .card-body .card-text,
.responsible .card-body .card-text,
.rules .card-body .card-text {
  text-align: left;
  padding-right: 30px;
}
.faq .card-body .bi,
.responsible .card-body .bi,
.rules .card-body .bi {
  color: #00ff00;
  font-size: 1.1rem;
}

.rules .card-title {
  font-size: 7rem;
  text-align: center;
  font-family: "New Amsterdam", sans-serif;
  margin: 30px 0 20px 0;
}
.rules .card-body {
  padding: 0;
}
.rules .card-body p {
  text-align: center;
  margin: 10px;
}

.rulesblock {
  padding: 2rem;
  background-color: #2e2f35;
}

.addictionhelp {
  background-attachment: fixed;
  background-image: url("animate1_background.svg");
  text-align: center;
  padding: 40px 0 40px 0;
}
.addictionhelp h1 {
  font-family: "Roboto Condensed", sans-serif;
}
.addictionhelp h2 {
  color: #00ff00;
}

@media only screen and (max-width: 768px) {
  .scroll-container #animate1 h1 {
    font-size: 10vw;
  }
  .scroll-container #animate1 .phones {
    overflow: hidden;
  }
  .scroll-container #animate1 .phones .android {
    margin: 0 0 0 -50px;
  }
  .scroll-container #animate1 .phones .iphone {
    margin: 0 -50px 0 0;
  }
  .scroll-container #animate2 {
    height: 40vh;
  }
  .scroll-container #animate2 p {
    font-size: 3vw;
    line-height: 4vw;
  }
}/*# sourceMappingURL=style.css.map */