@media (min-width: 360px) {
}

@media (min-width: 600px) {
  .container {
    max-width: 600px;
  }

  .header-logo {
    max-width: 91px;
  }

  .header-name {
    font-size: 2em;
  }

  nav {
    top: 90px;
  }

  .burger-menu {
    top: 50px;
  }

  .top-content_home-text {
    width: 75%;
    padding-bottom: 40px;
  }

  .top-content_home-text button {
    top: 75%;
  }

  .news-specific {
    grid-template-columns: 1fr 1fr;
  }

  .top-content_explore-text {
    display: flex;
    background-color: rgba(78, 62, 127, 0.8);
    color: #fff;
    position: absolute;
    text-align: center;
    bottom: 4px;
    right: 0;
    width: 48%;
    height: auto;
    flex-direction: column;
    padding: 5px;
  }

  .top-content_explore-text h1,
  .top-content_explore-text p {
    background-color: transparent;
    margin: 0;
    padding: 0;
  }

  .kids-top h3 {
    width: 15%;
  }

  .kids {
    grid-template-columns: 1fr 1fr;
  }

  .kids-text p {
    margin: 10px 25px 10px 25px;
  }

  .teachers-top h3 {
    width: 20%;
    padding: 10px;
  }

  .teachers {
    grid-template-columns: 1fr 1fr;
  }

  .teachers-text p {
    margin: 10px 25px 10px 25px;
  }

  .hours-text_image {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 800px) {
  h1 {
    font-size: 2em;
  }

  h2 {
    font-size: 1.8em;
  }

  h3 {
    font-size: 1.6em;
  }

  p {
    font-size: 1.5em;
  }

  nav {
    display: block;
    top: 100px;
  }

  .nav-list {
    position: fixed;
    right: 0;
    font-size: 1.3em;
  }

  nav li {
    display: inline-block;
  }

  header label {
    display: none;
  }

  .header-logo {
    width: 25%;
    height: auto;
    max-width: 186px;
    max-height: 200px;
  }

  .header-name {
    line-height: 1px;
    padding-left: 5px;
  }

  .container {
    max-width: 800px;
  }

  .top-content_explore-text {
    width: 45%;
  }

  .exhibition-image-text_top h2 {
    bottom: -20px;
  }

  .exhibition-image-text h2 {
    bottom: -20px;
  }

  .get-involved_text h1 {
    bottom: -23px;
  }
}

@media (min-width: 1184px) {
  .container {
    max-width: 1184px;
  }

  .top-content_home-text {
    width: 50%;
  }

  .top-content_home-text button {
    top: 80%;
    left: 40%;
    width: 20%;
    border-radius: 10px;
  }

  .top-content_explore-text {
    width: 40%;
  }

  .kids {
    line-height: 35px;
  }

  .teachers {
    line-height: 35px;
  }
}
