/*--- Desktop Laptop devices (992px and up) -----*/

@media (min-width: 992px) {
  .container {
    max-width: 118em;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

/* ------ Tablet (991px and down) -----*/

@media (max-width: 991px) {
  html {
    font-size: 62.5%;
  }

  .hero_section {
    height: 100vh;
    padding: 0;
  }

  .hero_section .container,
  .hero_wrapper {
    height: 100%;
  }

  .hero_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero_wrapper .logo {
    max-width: 27rem;
    margin-top: auto;
  }

  .hero_wrapper .hero_title {
    font-size: 13rem;
  }

  .social_links {
    padding-top: 0;
  }

  .list_group {
    gap: 4rem;
    padding-bottom: 2rem;
  }

  .list_group li {
    font-size: 3rem;
  }

  .contact_list_group {
    gap: 6rem;
    margin-top: auto;
    padding: 2rem 0;
  }

  .nav_links {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2rem;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navigation_wrapper h2 {
    font-size: 6.5rem;
  }

  .navigation_wrapper .img1 {
    margin-top: 4rem;
  }

  .navigation_wrapper .img2 {
    margin-top: 10rem;
  }

  .welcome_img .img1,
  .welcome_img .img2 {
    width: 100%;
    margin-top: 2rem;
  }

  .friendly_section .inner_section {
    padding: 0;
  }

  .houserules_section .inner_section {
    padding-left: 0;
  }

  .contact_section .title {
    padding-left: 0;
  }

  .contact_section .inner_section {
    padding-left: 0;
  }

  .opening_section {
    padding: 10rem 0 15rem;
  }

  .opening_section .inner_section {
    padding-left: 0;
  }
}

/* ------ Mobile (767px and down) -----*/

@media (max-width: 767px) {
  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .hero_wrapper .logo {
    max-width: 22rem;
  }

  .hero_wrapper .hero_title {
    font-size: 7.2rem;
    margin-top: 3rem;
    margin-bottom: 1rem;
  }

  .hero_wrapper span {
    -webkit-text-stroke: 0.3rem #c1ff72;
  }

  .list_group {
    gap: 2.4rem;
  }

  .list_group li {
    font-size: 2.6rem;
  }

  .contact_list_group {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2rem;
  }

  .contact_list_group li:first-child {
    width: 100%;
  }

  .nav_links {
    gap: 1.6rem;
  }

  .nav_links a {
    font-size: 2.6rem;
  }

  .navigation_wrapper h2 {
    font-size: 5rem;
  }

  .navigation_wrapper .img1 {
    margin-top: 3rem;
  }

  .navigation_wrapper .img2 {
    margin-top: 8rem;
  }

  .welcome_content {
    padding-left: 2.4rem;
    padding-right: 0;
  }

  .welcome_content .subtitle {
    font-size: 2.4rem;
    margin-bottom: 7rem;
  }

  .welcome_content .title_xl {
    font-size: 7rem;
  }

  .welcome_content .title_xl .stroke {
    -webkit-text-stroke: 0.3rem #fff;
  }

  .welcome_content .title_xl .green_color {
    margin-left: 4rem;
    font-size: 9rem;
    -webkit-transform: translateY(-2.8rem);
    -ms-transform: translateY(-2.8rem);
    transform: translateY(-2.8rem);
  }

  .welcome_content .texts p {
    text-align: left;
  }

  .friendly_section .inner_section {
    padding: 0;
  }

  .content_box p {
    text-align: left;
  }

  .text_box p {
    font-size: 1.9rem;
  }

  .houserules_section .inner_section {
    padding-left: 0;
  }

  .houserules_wrapper .top_title {
    margin-bottom: 4rem;
  }

  .opening_section {
    padding: 8rem 0 10rem;
  }

  .opening_section .inner_section {
    padding-left: 0;
  }

  .clock_box p,
  .clock_box li {
    font-size: 1.6rem;
  }
}

/* ------ Mobile (575px and down) -----*/

@media (max-width: 575px) {
  html {
    font-size: 2.415vw;
  }
}
