#videoBg {
  position: fixed;
  /* bottom: 0; */
  align-items: center;
  /* width: auto; */
  min-width: 100%;
  height: auto;
  min-height: 100%;
  z-index: -100;
  /* background: url(../images/mav_img_width.png) ; */
  background: url(../images/mav_img_length.png) no-repeat fixed center;
  background-size: cover;
}
.video-length {
  display: none;
}

/* @media all and (orientation:portrait) {
  body {
    background: url(../images/mav_img_length.png) no-repeat fixed center;
    width: 100%;
    background-size: cover;
  }
  #videoBg {
    display: none;
  }
} */

#club-name {
  font-family: "Paytone One", sans-serif;
  font-size: 5rem;
  /* font-size: 100px; */
  text-align: center;
}

.section-padding {
  padding: 10rem 0;
  text-align: center;
}

#recruiting-p {
  font-weight: 800;
  font-size: 3rem;
}

.usr-align {
  text-align: center;
}

#applyBtn a {
  margin-top: 2rem;
  background-color: var(--color-blue-600);
  border: none;
  border-radius: 8px;
  padding: 1rem 1.5rem;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
  color: var(--color-white-0);
  text-decoration: none;
  text-align: center;
  font-weight: 800;
  /* font-weight: 400; */
}

.video {
  position: absolute;
  width: 100%;
  /* min-height: 100%; */
  padding-bottom: 56.25%;
  opacity: 0.5;
  z-index: -1;
}

.footer_logo {
  color: var(--color-white-0);
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 500px) {
  .video-width {
    display: none;
  }
  .video-length {
    display: block;
  }
  body {
    /* background: url(../images/mav_img_length.png) no-repeat fixed center; */
    width: 100%;
    background-size: cover;
  }

  /*  */

  .section-padding {
    padding: 4rem;
  }

  #club-name {
    font-size: 40px;
    text-align: center;
  }

  #club-name-p {
    font-size: 12px;
  }

  #recruiting-p {
    font-size: 25px;
  }

  #applyBtn a {
    padding: 1px 10px;
    font-size: 10px;
    /* line-height: 24px; */
    font-weight: 400;
    /* font-weight: 400; */
  }

  #footer-p {
    font-size: 22px;
  }

  #footer-location {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 7px;
  }

  #github-icon {
  }
}
