@import url("https://fonts.googleapis.com/css2?family=Quantico&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@font-face {
  font-family: "Century Gothic";
  src: url(fonts/GOTHICB0.TTF);
}
root,
html,
body {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

h1,
h3,
h2 {
  font-family: "Quantico";
}
h1 {
  text-transform: uppercase;
}

.navbar {
  display: flex;
  justify-content: end;
  color: #e6eed6;
  gap: 1.25rem;
  font-size: 1.45rem;
  padding: 0.75rem;
}
.navbar {
  display: flex;
  justify-content: end;
  align-items: flex-end;
  background-color: #071209;
  color: #fff;
  padding: 10px 20px;
}

.navbar a {
  color: #fff;
  text-decoration: none;
  padding: 10px;
  transition: color 0.3s ease;
}

.navbar a:hover {
  color: #ff7f50;
}

.menu-toggle {
  display: none;
  cursor: pointer;
}

.menu-toggle img {
  filter: invert(100%);
  -webkit-filter: invert(100%);
}

@media screen and (max-width: 768px) {
  .navbar-links {
    z-index: 10;
    display: none !important;
    top: 5svh;
    position: fixed;
    left: 0;
    width: 100svw !important;
    background-color: #071209;
    margin: 0 !important;
  }

  .navbar,
  .navbar-links {
    backdrop-filter: blur(5px);
    z-index: 100;
    position: fixed;
    background-color: #071209;
    width: 89svw;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .navbar-links span{
    width: 100%;
    height: 2rem;
  }

  .active {
    display: flex !important;
  }

  .menu-toggle {
    display: block;
  }

  .menu-toggle.active img {
    /* You can add styles to the active menu toggle if needed */
  }

  .navbar.active .navbar-links {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #333;
    z-index: 1000;
  }

  .navbar.active .navbar-links span {
    text-align: center;
  }
}

.main-section {
  /* background-color: black; */
  background: url("images/background.png") #071209;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 1);
  height: calc(100svh - 3rem);
  display: flex;
  justify-content: end;
  flex-direction: column;
  color: #e6eed6;
  align-items: center;
  text-align: center;
}

.main-section div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main-section .filler {
  height: 10svh;
  background-color: black;
  width: 100%;
}

.main-section h2,
.main-section div div {
  background-color: black;
}

.main-section h1 {
  margin: 0;
  font-size: 5rem;
  padding-top: 1rem;
  align-self: center;
}

.main-section h2 {
  margin: 0;
  font-size: 2.5rem;
  align-self: flex-end;
}

.main-section h3 {
  margin-top: 4rem;
  font-size: 2rem;
  text-align: center;
}

.main-content h2 {
  color: #bbc5aa;
  font-size: 5rem;
  margin: 0;
  font-family: "Century Gothic";
  font-weight: bold;
}

.main-content {
  background-color: #071209;
  padding: 0 10rem 10rem 10rem;
  margin: 0;
}

.main-content p {
  color: #e6eed6;
  font-size: 2rem;
  line-height: 2.25rem;
  font-family: "Quantico";
}

.main-content p,
h3 {
  margin: 8rem 4rem;
}

.main-content h3 {
  font-size: 4rem;
}

.creed h3 {
  font-family: "Quantico";
}

.sponsors-list {
  display: flex;
  justify-content: center;
  margin-top: 7rem;
  width: 70%;
  align-self: center;
  gap: 10svw;
}

.sponsor-card,
.sponsor-card a {
  text-decoration: none;
  width: 100%;
  position: relative;
  color: #ffffff;
  font-size: 1.5rem;
  background-color: black;
  font-family: "Be Vietnam Pro";
}

.image-container {
  display: flex;
  background-color: white;
  padding: 5px;
  margin-bottom: 5px;
  height: 100%;
}

.image-container img {
  max-width: 100%;
  max-height: 100%;
  display: block; /* Removes any extra space reserved for descenders */
  margin: auto; /* Centers the image horizontally */
}

.sponsor-card::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.sponsor-content {
  margin: 4rem;
  font-size: 2rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.creed {
  background-color: black;
  padding-top: 10rem;
}

.creed h3 {
  margin: 6rem 4rem 4rem 4rem;
  color: white;
}

.creed p {
  margin: 6rem 4rem;
  color: white;
}

.squad-sup,
.squad-sub {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  color: #e6eed6;
  font-family: "Quantico";
  font-size: 1.5rem;
}

.squad-sup img {
  height: 20svw;
  width: 15svw;
  object-fit: cover;
}

.squad-sub img {
  height: 13svw;
  width: 10svw;
  object-fit: cover;
}

.squad-content {
  display: flex;
  flex-direction: column;
}

.squad-group {
  gap: 4rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.squad-heading {
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  font-size: 2.5rem;
  font-weight: bold;
  color: white;
  font-family: "Be Vietnam Pro";
}

@media only screen and (max-width: 700px) {
  .main-section {
    background: url("images/background-mobile.png") #071209;
    background-size: contain;
    height: 100svh
  }

  .main-section h1 {
    font-size: 3rem;
    margin-top: 3rem;
  }

  .main-section h2 {
    font-size: 3rem;
  }

  .main-section h3 {
    margin: 0 2rem 2rem 2rem;
  }

  .main-section .filler {
    height: 25svh;
  }

  .main-content {
    padding: 1rem;
  }

  .main-content h2 {
    font-size: 3rem;
  }

  .main-content p {
    margin: 0;
    font-size: 1.3rem;
  }

  .creed h3 {
    font-size: 2rem;
    margin: 1rem 0;
  }

  .sponsors-list {
    flex-direction: column;
    width: 90%;
  }

  .squad-group {
    justify-content: start;
    /* flex-wrap: wrap; */
    flex-direction: column;
    align-items: center;
  }



  .squad-heading {
    text-align: center;
  }

  .squad-sup img,
  .squad-sub img {
    height: 60svw;
    width: 45svw;
  }

  .squad-sup {
    display: flex;
    flex-direction: row;
  }
}

@media only screen and (max-width: 1000px) {
}
