@media screen and (max-width: 1440px) {
  #highlights iframe {
    height: 300px;
  }
}

@media screen and (max-width: 1200px) {
  #highlights iframe {
    height: 256px;
  }

  h1 {
    font-size: 37px;
  }

  h2 {
    font-size: 22px;
  }

  h3 {
    font-size: 18px;
  }

  h4 {
    font-size: 30px;
  }

  #accomplishments h2 {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 991px) {
  #highlights,
  #accomplishments,
  #contact {
    padding: 50px 0;
  }

  #social {
    padding: 40px 0;
  }

  #highlights iframe {
    height: 300px;
    width: 80%;
  }

  #highlights h1 {
    margin-bottom: 0;
  }

  #contact .contact-info {
    margin: 24px 0 0;
  }
}

@media screen and (max-width: 768px) {
  #highlights iframe {
    height: 290px;
    width: 100%;
  }

  h6 {
    font-size: 15px;
  }

  .row-padding {
    padding: 0 12px;
  }

  #games-events .event-left,
  #games-events .event-center {
    border-bottom: 0;
  }
  #games-events .event-left,
  #games-events .event-center,
  #games-events .event-right {
    padding: 0;
    text-align: left;
  }

  #games-events .event-left {
    padding-top: 24px;
    padding-bottom: 6px;
  }

  #games-events .event-right {
    padding-bottom: 24px;
    padding-top: 12px;
  }
}

@media screen and (max-width: 576px) {
  h1 {
    font-size: 24px;
  }

  h2 {
    font-size: 20px;
  }

  h3 {
    font-size: 16px;
  }

  h6 {
    font-size: 14px;
  }

  p {
    font-size: 15px;
  }

  .btn-primary {
    padding: 12px 24px;
    margin-top: 24px;
    font-size: 14px;
  }
}

@media screen and (max-width: 460px) {
  #highlights iframe {
    height: 250px;
  }
}

@media screen and (max-width: 400px) {
  #highlights iframe {
    height: 200px;
  }
}
