/*@import url("https://fonts.googleapis.com/css2?family=Zen+Loop&display=swap");*/
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Teko:wght@300&display=swap");
/*@import url("https://fonts.googleapis.com/css2?family=Zen+Loop&display=swap");*/
@import url("https://fonts.googleapis.com/css2?family=Teko:wght@300&display=swap");
nav {
  background-color: #215b26 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.navbar-brand {
  padding-left: 1rem;
}

.navbar-brand img {
  transform: rotate(-0.2deg);
}

nav div.container-fluid {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.nav-item {
  text-align: center;
  font-weight: bold;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.5rem;
  border-radius: 1rem;
  font-family: "Teko", sans-serif;
}

.nav-item:hover {
  background-color: #99c232 !important;
  cursor: pointer;
}
.nav-item:hover .nav-link {
  color: black !important;
}

.nav-link {
  color: white !important;
}

.active {
  /*background-color: $gt_lightgreen !important;*/
  background-color: #a8d300 !important;
  color: black !important;
}
.active .nav-link {
  color: black !important;
}

/* Login button style */
#login-button {
  background-color: #013300;
  border-radius: 100%;
  box-shadow: 5px 2px;
  display: inline-block;
}

#login-button:hover {
  background-color: #99c232;
  cursor: pointer;
}

#login-button img {
  width: 5rem;
  height: 5rem;
}

/* Media Queries */
@media only screen and (max-width: 990px) {
  nav {
    padding: 1rem !important;
  }
}
@media only screen and (min-width: 990px) {
  .nav-item {
    border-radius: 0;
  }

  #login-button {
    border-right: 1px solid black !important;
    margin-right: 1rem;
  }
}
@media only screen and (max-width: 990px) {
  #login-button {
    margin: 1rem;
  }
}
footer {
  background-color: #215b26;
}

footer ul li a {
  color: white;
  font-family: "Teko", sans-serif;
  font-size: 2.5rem !important;
}

footer ul li a:hover {
  color: #99c232 !important;
}

footer ul {
  list-style: none;
}

footer ul li {
  padding: 1rem;
}

footer ul li a {
  font-size: 1.5rem;
}

footer span {
  font-size: 1.2rem;
  color: white;
  display: block;
  text-align: center;
}

.carousel-item img {
  width: 100% !important;
  height: 800px !important;
}

@media only screen and (min-width: 900px) {
  img {
    height: 25%;
  }
}
body {
  font-family: "Teko", sans-serif !important;
  background-color: #bbf291 !important;
}

.carousel-item img {
  object-fit: fit;
}

#mainSection h1 {
  font-weight: bold;
  text-decoration: underline;
}

#mainSection article {
  font-size: 2rem;
}

#yt-ad {
  width: 95vw;
  height: 53.44vw;
  display: block;
  margin: auto;
}

.download-link-img {
  width: 30rem;
  height: auto;
}

#download-links ul {
  list-style: none;
  display: inline-block;
}

#download-links img {
  width: 100%;
  margin: 0;
}

.gt-affiliate img {
  width: 100% !important;
}

.affiliate-link {
  font-size: 1.5rem;
}

/* Media Queries */
@media only screen and (max-width: 900px) {
  #yt-ad {
    width: 100%;
  }

  #mainSection article {
    font-size: 1rem;
  }
}