:root {
  --pink: rgb(80, 80, 247);
  --bg: #0a0a0a;
  --shadow: 0 2px 2px rgb(0 0 0/0.5);
}

body {
  font-size: 1, 2rem;
  font-family: "Work Sans", sans-serif;
  /* min-height: 4000px; */
}

.hero {
  position: relative;
  min-height: 100vh;
  font-size: 1rem;
  align-items: center;
  display: flex;
  padding: 0.3rem 5%;
  font-weight: 700;
}

.cta {
  margin-top: 1rem;
  display: inline-block;
  padding: 1rem 3rem;
  font-size: 1.4rem;
  color: white;
  background-color: #b6895b;
  border-radius: 0.5rem;
  box-shadow: 1px 1px 3px rgba(1, 1, 3, 0.5);
}

.hero h2 {
  font-family: "poppins";
  font-size: 5rem;
  font-style: italic;
  font-weight: bold;
  margin-bottom: 0.1rem;
  mix-blend-mode: difference;
}

.hero h3 {
  font-size: 1.5rem;
  padding: 0.02rem 20%;
  margin-bottom: 0.04rem;
  font-style: italic;
  font-family: "raleway";
  mix-blend-mode: difference;
}

.hero p {
  font-family: "raleway";
  mix-blend-mode: difference;
}

.hero h2 span {
  color: rgb(197, 152, 29);
}

.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(img/jersey.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

.mynavbar .offcanvas {
  height: 100vh;
}

.mynavbar {
  background-color: rgba(238, 219, 219, 0.3) !important;
  backdrop-filter: blur(4px);
}

.mynavbar .nav-link {
  text-transform: uppercase;
  font-size: 1rem;
  text-align: center;
}

.navtitle {
  text-transform: uppercase;
  font-size: 1.5rem;
  text-align: center;
}

.mynavbar .tulisannav,
.mynavbar a {
  color: black !important;
}

.about {
  background-color: white;
  color: #f3eded;
  padding-bottom: 8rem;
  /* display: flex; */
  align-items: center;
}

.about h2,
.foto h2 {
  font-family: "poppins";
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 4rem;
  mix-blend-mode: difference;
  text-align: center;
  padding-top: 5rem;
}

.about img {
  content: "";
  position: relative;
  display: flex;
  width: 100%;
  height: 90%;
  padding-left: 20px;
}

.about p {
  font-size: 1rem;
  font-weight: 300;
  color: black;
  text-align: justify;
  margin-right: 1px;
  padding-right: 1rem;
}

.foto {
  background-color: grey;
  padding-bottom: 8rem;
}

.foto .fotogalery {
  width: 100%;
  height: 100%;
}

footer {
  background-color: #b6895b;
  text-align: center;
  padding: 1rem 0 2rem;
  /* margin-top: 3rem; */
}

footer .footerrow {
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
  display: flex;
  padding-bottom: 4rem;
}

footer iframe {
  width: 100%;
  height: 140%;
}

footer .credit {
  text-align: center;
  padding-top: 1rem;
}

footer .socials {
  text-align: center;
  align-items: center;
  /* display: flex; */
}

footer .socials a {
  color: white;
  margin: 1rem;
}

@media (max-width: 992px) {
  html {
    font-size: 85%;
  }
  footer iframe {
    width: 100%;
    height: 100%;
  }
  /* footer .socials {
    text-align: center;
    padding-top: 1rem;
  } */

  footer .credit {
    text-align: center;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 75%;
  }
  .mynavbar a {
    color: black !important;
  }
  footer iframe {
    width: 100%;
    height: 100%;
  }

  footer .socials {
    text-align: center;
    padding-top: 2rem;
    padding: 1rem 1;
  }

  footer .credit {
    text-align: center;
  }
}

@media (max-width: 663px) {
  html {
    font-size: 65%;
  }
  .mynavbar a {
    color: black !important;
  }

  footer iframe {
    width: 100%;
    height: 100%;
  }

  footer .socials {
    text-align: center;
    padding-top: 2rem;
  }

  footer .credit {
    text-align: center;
  }
}
