* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --blue: #01273c;
  --white: #ffffff;
  --morado: #924cf1;
  --yellow: #DADE00;
  font-family: "Rockwell", serif;
}

@media only screen and (min-width: 2081px) {
.nav__menu{
  width: 100%;
  height: auto;
}
}

@media only screen and (min-width: 881px) {
  .nav__toggle {
    display: none;
  }

  .nav__menu {
    flex-direction: row;

  }

  .nav__menu li {
    display: block;
  }

  .main-logo-mobile {
    display: none;
  }

}

@media screen and (max-width: 880px) {

  .underConstructionImage {
    content: url("./assets/Ekle-mobile.jpg");
  }

  .booking-title, .booking-title2{
    font-size: 20px;
  }

  .formContainer {
    margin-top: 35%;
  }

  .main-video {
    margin-top: 25%;
  }

  #class-form {
    max-width: 320px;
  }

  .main-logo-mobile {
    width: auto;
    height: 35px;
  }

  .nav__menu {
    position: absolute;
    top: 80px;
    left: -100%;
    width: 100%;
    height: calc(100vh - 80px);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: var(--blue);
    transition: all 0.5s ease;
    padding-bottom: 300px;

  }


  .nav__checkbox:checked~.nav__menu {
    left: 0;
  }


  .main-image {
    max-width: 100%;
    height: auto;
    margin-top: 80px;
  }

  .menu__logo img {
    display: none;

  }

  /* MAIN PARAPGRAPH */
  .son-container {
    width: 100%;
    height: auto;
    background-color: #fff;
    padding: 20px;
    display: inline-block;
  }

  .son-container h1,
  p {
    width: 100%;
    padding: 10px;
  }


  /* testimonios */
  .main-section {
    display: inline-block;
    padding: 40px 0 40px 40px;
    width: 85%;

  }

  .main-section p {
    padding-bottom: 20px;
  }

  /* roster block */

  .artist-main-container {
    display: flex;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .artist-main-container {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
  
  .artist-main-container img {
    display: block;
    margin-bottom: 10px;
  }

  #text-roster p {
    margin-top: 0;
    padding-top: 0;
  }

  .contenedor{
    width: 100%;
    height: auto;
  }

  .contenedor img{
    padding: 40px 10px 10px 10px;
  }

  .button--artist{
    margin:0;
    width: 100%;
    border-radius: 0;
  }

  .button--artist-container{
    margin: 0 0 15px 0;
    width: 100%;
    justify-content: center;
  }


}