/* -- Nav  breakpoints -- */
@media only screen and (max-height: 649px) {
  nav div span {
    top: 17vh;
  }
}

@media only screen and (min-height: 650px) {
  nav div span {
    top: 17vh;
  }
}

@media only screen and (min-height: 750px) {
  nav div span {
    top: 12vh;
  }
}

@media only screen and (min-height: 980px) {
  nav div span {
    top: 10vh;
  }
}

@media only screen and (min-height: 1230px) {
  nav div span {
    top: 9vh;
  }
}

@media only screen and (min-height: 1378px) {
  nav div span {
    top: 7vh;
  }
}

@media only screen and (max-width: 1024px) {
  nav {
    border-radius: 0;
    box-sizing: border-box;
    width: 100%;
    margin-top: 0;
    bottom: 0;
    border-width: 2px 0 0 0;
  }

  nav div a img {
    height: 1.7rem;
  }
  nav div a i {
    font-size: 1.7rem;
  }
  
  div.nav-blur {
    display: none;
  }

  nav div:nth-child(3) a img {
    height: 2.5rem;
  }

  nav div:nth-child(3) {
    align-self: center;
  }

  nav div span {
    font-size: .9rem;
    font-weight: 200;
    opacity: 1;
    width: 6rem;
    height: 1.5rem;
    border: 0;
    position: static;
  }
  
  nav div span::after {
    content: none;
  }
}

@media only screen and (max-width: 475px) {
  nav {
    padding-bottom: .5rem;
  }

  nav div a img {
    height: 1.7rem;
  }

  nav div span {
    font-size: .6rem;
    font-weight: 200;
    width: 4rem;
    height: 1.5rem;
  }
}

/* -- Main beakpoints -- */
@media only screen and (max-width: 575px) {
  main section {
    width: 100% !important;
    min-height: 100vh;
    padding: 150px 0 0 0;
  }
  main section header {
    padding: 0 10%;
  }
}

@media only screen and (max-width: 400px) {
  main section header {
    padding: 0 5%;
  }
  main section header img {
    width: 10rem;
    bottom: 1rem;
    left: 4rem;
  }  
}


/* -- Head section breakpoints -- */
@media only screen and (min-width: 1920px) {
  main section#head {
    padding-top: 14rem;
    & > div {  
      & > div {  
        & > img {
          width: 1000px;
        }
      }
  
      & > p {
        font-size: 2rem;
      }
  
      & > div::before, div::after {
        background-size: 1000px;
      }
      
      & > div::before {
        left: 4px;
      }
      
      & > div::after {
        left: -4px;
      }
    }
  }
}

@media screen and (max-width: 1440px) {
  main section#head {
    padding-top: 14rem;
    & > div {  
      & > div {  
        & > img {
          width: 600px;
        }
      }
  
      & > p {
        font-size: 1rem;
      }
  
      & > div::before, div::after {
        background-size: 600px;
      }
      
      & > div::before {
        left: 3px;
      }
      
      & > div::after {
        left: -3px;
      }
    }
  }
}

@media only screen and (max-width: 1024px) {
  main section#head {
    padding-top: 0rem;
  }

}
@media screen and (max-width: 875px) {
  main section#head {
    padding-top: 16rem;
    padding-bottom: 10rem;
    & > div {  
      & > div {  
        & > img {
          width: 400px;
        }
      }
  
      & > p {
        font-size: 1rem;
      }
  
      & > div::before, div::after {
        background-size: 400px;
      }
      
      & > div::before {
        left: 3px;
      }
      
      & > div::after {
        left: -3px;
      }
    }
  }
}

@media screen and (max-width: 575px) {
  main section#head {
    padding: 	0;
    display: flex;
    flex-direction: column;
    justify-content: center;

    & > div {
      & > div {  
        & > img {
          width: 300px;
        }
      }
  
      & > div::before, div::after {
        background-size: 300px;
      }

      & > div::before {
        left: 2px;
      }
      
      & > div::after {
        left: -2px;
      }
    }
  }
}

/* -- Ticket section breakpoints -- */

@media only screen and (max-width: 1024px) {
  main section#tickets {
    & > header {
      padding-bottom: 2rem;
    }
  }
}

@media only screen and (max-width: 575px) {
  main section#tickets {
    & > div.stars-container {
      top: 3vh;
    }
  }
}


/* -- Team section breakpoints -- */
@media only screen and (max-width: 1920px) {
  main section#team {
    grid-template-columns: repeat(2, 3fr);
    grid-template-rows: repeat(3, 200px);
    gap: 2rem;

    & .member img {
      margin: none;
    }
  }
}

@media only screen and (max-width: 1440px) {
  main section#team {
    width: 90%;
  }
}

@media only screen and (max-width: 1024px) {
  main section#team {
    width: 60%;
    grid-template-columns: repeat(1, 3fr);
    grid-template-rows: repeat(6, 200px);

    & .member img {
      margin: none;
    }
  }
}

@media only screen and (max-width: 750px) {
  main section#team {
    width: 70%;
  }
}

@media only screen and (max-width: 650px) {
  main section#team {
    width: 80%;
  }
}

@media only screen and (max-width: 575px) {
  main section#team {
    grid-template-rows: auto;

    & .member {
      border-left: none;
      border-right: none;
      flex-direction: column;
      justify-content: center;
      border-radius: 0;

      & img {
        height: auto;
        width: 50%;
        margin: 0 0 1.5rem 0;
      }

      & aside p {
        text-align: center;
        margin: 0 0 1rem 0;
      }

      & aside div {
        justify-content: center;
        margin: 0;
      }
    }
  }
}


/* -- Footer breakpoints -- */
@media only screen and (max-width: 2200px) {
  footer .footer-main aside {
    width: 70%;
  }
}

@media only screen and (max-width: 1600px) {
  footer .footer-main {
    width: 80%;

    & img {
      height: 6rem;
    }

    & aside {
      width: 70%;

      & div a {
        font-size: 1rem;
      }
    }
  }
}

@media only screen and (max-width: 1024px) {
  section:last-child {
    padding-bottom: 100px;
    width: 50%;
  }

  footer .footer-main {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 85%;

    & > img {
      height: auto;
      width: 40%;
      margin: 0 0 2rem 0;
    }

    & aside {
      justify-content: space-around;
      width: 100%;
    }

    & hr {
      width: 85%;
      margin: 4rem 0;
    }

    & p {
      font-size: 14px;
      margin: 2rem 0 1rem;
    }
  }

  #faqItem1, #faqItem2, #faqItem3, #faqItem4, .VVtilburg, .parking{
    font-size: 14px !important;
  }
}

@media only screen and (max-width: 675px) {
  footer .footer-main aside {
    flex-direction: column;
    align-items: center;

    & div {
      align-items: center;

      & p {
        text-align: center;
      }
    }
  }
}

@media only screen and (max-width: 575px) {
  section:last-child {
    padding-bottom: 0px;
  }

  footer {
    margin: 10rem 0 7rem 0;
  }

  footer p {
    font-weight: 100;
    margin: 2rem 0 0rem;
  }
}
