
.job-info {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 25px;
  background: linear-gradient(transparent,rgba(0,0,0,0.95));
}

.job-info h3 {
  font-size: 30px;
}

.staff-role {
  color: #4da3ff;
  font-weight: 700;
  margin-bottom: 15px;
}

.staff-card h3 {
  font-size: 30px;
}

.gallery-grid img {
  width: 100%;
  border-radius: 25px;
  transition: 0.4s;
}

.gallery-grid img:hover {
  transform: scale(1.03);
}

.join-discord {
  text-align: center;
}

.join-discord h2 {
  font-size: 70px;
  margin-bottom: 20px;
}

.join-discord p {
  color: #d0d0d0;
  margin-bottom: 35px;
}

.join-discord a {
  text-decoration: none;
  background: linear-gradient(45deg,#0066ff,#00bfff);
  color: white;
  padding: 18px 40px;
  border-radius: 16px;
  font-weight: 700;
}

footer {
  text-align: center;
  padding: 40px;
  color: #9d9d9d;
}

@media(max-width: 900px){

  nav {
    display: none;
  }

  .hero h1 {
    font-size: 65px;
  }

  .section-title h2 {
    font-size: 40px;
  }

  .join-discord h2 {
    font-size: 45px;
  }

}