html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

*, *::before, *::after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 200;
  font-stretch: condensed;
  line-height: 1.4;
  font-size: 20pt;
}

span.bold {
  font-weight: 400;
}

div.bold {
  font-weight: 400;
}

.flexContainer {
  display: flex;
}

.flexCenter {
  justify-content: center;
  align-items: center;
}

.flexWrap {
  flex-wrap: wrap;
}

#navbar {
  background-color: white;
  width: 100vw;
  position: fixed;
  align-items: center;
}

#navbarWrapper {
  height: 10vh;
  width: 100vw;
  min-height: 50px;
  align-items: center;
}

#menuLogo img {
  height: 6vh;
}

#home {
  height: 100vh;
}

section {
  text-align: center;
}


/* desktop */

@media (min-width: 800px) {
  #menuToggler {
    display: none;
  }

  #navbar {
    padding-left: 5%;
    padding-right: 5%;
    justify-content: space-between;
    font-weight: 300;
    z-index: 100;
    font-size: 18pt;
  }

  #menuLogo {
    display: inline-block;
  }

  #menu {
    list-style: none;
    height: 50px;
  }

  #menu li {
    flex: 1 1 0;
    display: flex;
    align-items: center;
  }
  
  #menu li a {
    padding: 0px 20px;
    text-decoration: none;
    color: black;
    white-space: nowrap;
  }

  #menu .social {
    display: none;
  }

  h1 {
    font-size: 32pt;
    padding-top: 100px;
    padding-bottom: 80px;
    font-weight: 100;
  }

  h2 {
    padding-bottom: 20px;
    font-size: 20pt;
    font-weight: 400;
  }

  #home {
    /* background-image: url(../img/vawe.svg); */
    background-image: url(../img/main_bg.svg);
    /* background-image: url(../img/test2.svg); */
    /* background-image: url(../img/home.svg); */
    background-repeat: no-repeat;
    background-size: 100vw;
    background-position: right bottom;
  }

  #homeLogo {
    height: 60vh;
  }

  #onasContent {
    width: 60%;
    margin: 0 auto;
    padding-top: 20vh;
    padding-bottom: 30vh;
  }

  #music {
    /* background-color: rgba(0, 57, 51, 0.5); */
    background-color: rgb(67, 134, 129);
    box-shadow: inset 20px 20px 50vw rgba(11, 75, 68, 0.5),
                inset -20px -20px 50vw rgba(11, 75, 68, 0.5);
  }

  #music iframe {
    height: 410px;
  }

  #musicContent {
    width: 50%;
    margin: 0 auto;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  #gigs {
    background-color: rgb(109, 29, 41);
    box-shadow: inset 20px 20px 50vw rgba(79, 15, 24, 0.5),
                inset -20px -20px 50vw rgb(79, 15, 24, 0.5);
    color: white;
    height: 600px;
  }

  .event {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* background-color: rgba(255, 255, 255, 0.1); */
    border-radius: 20px;
    padding-top: 20px;
    padding-bottom: 30px;
    width: 220px;
    height: 250px;
    margin-left: 10px; 
    margin-right: 10px; 
    /* border: 1px solid rgba(255, 255, 255, 0.1); */
  }

  .date {
    font-size: 18px;
    font-weight: 600;
    color: rgb(245, 161, 10);
    /* color: rgb(245, 161, 10); */
  }

  .title {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin: 10px 0;
  }

  .location {
    font-size: 14px;
    color: #fff;
  }
  .time {
    font-size: 14px;
    margin-top: 10px;
  }

  .button {
    background-color: transparent;
    text-decoration: none;
    text-align: center;
    transition: all 0.3s ease;
    border-radius: 20px;
    padding: 7px 16px;
  }

  .eventButton {
    border: 2px solid rgba(255, 255, 255, 0.1);
    /* border: 2px solid white; */
    width: 80px;
    margin-top: auto;
    color: rgba(255, 255, 255, 0.7);
    font-size: 10pt;
  }

  .button:hover {
      background-color: rgba(255, 255, 255, 0.5);
      color: black;
  }

  #splideImagesContent {
    width: 100%;
  }

  #splideImages img {
    height: 500px;
    width: auto;
  }


  #splideVideos {
    height: 500px;;
  }

  #splideImagesContent {
    width: 100%;
  }

  .video iframe{
    height: 500px;
    aspect-ratio: 16 / 9;
    width: auto;
    /* border-radius: 10px; Optional: Rounded corners */
    /* margin-left: 10px;  */
    /* margin-right: 10px;  */
  }

  #contact {
    height: 90vh;
    background-image: url('../img/contact_background.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: white;
    flex-direction: column;
    justify-content: flex-end;
  }

  #contactContent {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    margin-right: 30vw;
  }

  #contactContentSocial {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
  }

  .organizersButton {
    color: rgb(255, 255, 255);
    border: 2px solid rgba(255, 255, 255);
    font-size: 12pt;
    padding: 7px 16px;
    margin-top: 30px;
  }

  .socIcon {
    padding-top: 25vh;
    opacity: 1;
  }

  .socIcon a {
    padding: 20px;
    opacity: 90%;
    transition: opacity 0.3s ease-in-out
  }

  .socIcon a:hover{
    opacity: 0.5;
  }

  footer {
    text-align: center;
    padding: 5px;
    color: white;
    font-size: 14pt;
  }
}

    @media only screen and (min-device-width: 300px) and (max-device-width: 800px) {
    #homeLogo {
    height: 60vh;
  }
}

/* mobile */
@media (max-width: 800px) {
  #menuToggler {
    background: transparent;
    cursor: pointer;
    z-index: 100;
  }

  #navbar {
    background-color: white;
    flex-direction: column;
    z-index: 100;
  }

  #navbarWrapper {
    justify-content: space-between;
    padding-left: 5%;
    padding-right: 5%;
  }

  .bar1, .bar2, .bar3 {
    width: 30px;
    height: 3px;
    background-color: #333;
    margin: 6px 0;
    transition: 0.4s;
  }

  .change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-7px, 6px);
    transform: rotate(-45deg) translate(-6px, 7px);
  }

  .change .bar2 {
    opacity: 0;
  }

  .change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-6px, -7px);
  }

  #menuLogo {
    display: inline-block;
  }

  #menu {
    padding-top: 70px;
    position: absolute;
    height: 100vh;
    list-style: none;
    flex-direction: column;
    width: 100%;
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    background-color: white;
  }

  #menu.hide {
    transform: translate(100%, 0);
  }

  #menu li {
    display: flex;
    align-items: center;
    background-color: #fff;
    transition: background-color 200ms linear;
  }

  #menu li:hover {
    background-color: #eee;
  }

  #menu li a {
    text-decoration: none;
    color: black;
    flex: 1 0 auto;
    text-align: center;
    padding: 10px 0 10px 0;
    white-space: nowrap;
  }

  #menu .social {
    margin-top: auto;
    margin-bottom: 50px;
    padding: 0 5vw;
  }

  body {
    font-size: 14pt;
  }
  
  h1 {
    font-size: 18pt;
    padding-top: 100px;
    padding-bottom: 80px;
    font-weight: 100;
  }

  h2 {
    padding-bottom: 20px;
    font-size: 20pt;
    font-weight: 400;
  }

  #home {
    /* background-image: url(../img/vawe.svg); */
    background-image: url(../img/main_bg_mobile.svg);
    /* background-image: url(../img/test2.svg); */
    /* background-image: url(../img/home.svg); */
    background-repeat: no-repeat;
    background-size: 100vw;
    background-position: right bottom;
  }

  #homeLogo {
    width: 80vw;
  }

  #onasContent {
    width: 80%;
    margin: 0 auto;
    padding-top: 10vh;
    padding-bottom: 15vh;
  }

  #music {
    /* background-color: rgba(0, 57, 51, 0.5); */
    background-color: rgb(67, 134, 129);
    box-shadow: inset 20px 20px 50vw rgba(11, 75, 68, 0.5),
                inset -20px -20px 50vw rgba(11, 75, 68, 0.5);
  }

  #music iframe {
    height: 410px;
  }

  #musicContent {
    width: 90%;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  #gigs {
    background-color: rgb(109, 29, 41);
    box-shadow: inset 20px 20px 50vw rgba(79, 15, 24, 0.5),
                inset -20px -20px 50vw rgb(79, 15, 24, 0.5);
    color: white;
    height: 650px;
  }

  .event {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* background-color: rgba(255, 255, 255, 0.1); */
    border-radius: 20px;
    padding-top: 20px;
    padding-bottom: 30px;
    width: 220px;
    height: 250px;
    margin-left: 10px; 
    margin-right: 10px; 
    /* border: 1px solid rgba(255, 255, 255, 0.1); */
  }

  .date {
    font-size: 18px;
    font-weight: 600;
    color: rgb(245, 161, 10);
    /* color: rgb(245, 161, 10); */
  }

  .title {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin: 10px 0;
  }

  .location {
    font-size: 14px;
    color: #fff;
  }
  .time {
    font-size: 14px;
    margin-top: 10px;
  }

  .button {
    background-color: transparent;
    text-decoration: none;
    text-align: center;
    transition: all 0.3s ease;
    border-radius: 20px;
    padding: 7px 16px;
  }

  .eventButton {
    border: 2px solid rgba(255, 255, 255, 0.1);
    /* border: 2px solid white; */
    width: 80px;
    margin-top: auto;
    color: rgba(255, 255, 255, 0.7);
    font-size: 10pt;
  }

  .button:hover {
      background-color: rgba(255, 255, 255, 0.5);
      color: black;
  }

  #splideImagesContent {
    width: 100%;
  }

  #splideImages img {
    height: 500px;
    width: auto;
  }


  #splideImagesContent {
    width: 100%;
  }

  #splideVideosContent {
    aspect-ratio: 16 / 9;
  }

  .video iframe{
    width: 100vw;
    aspect-ratio: 16 / 9;
  }

  #contact {
    height: 90vh;
    background-image: url('../img/contact_background_mobile.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: white;
    flex-direction: column;
    justify-content: flex-end;
  }

  #contactContent {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
  }

  .organizersButton {
    color: rgb(255, 255, 255);
    border: 2px solid rgba(255, 255, 255);
    font-size: 12pt;
    padding: 7px 16px;
    margin-top: 30px;
  }

  .socIcon {
    padding-top: 35vh;
    opacity: 1;
  }

  .socIcon a {
    padding: 15px;
    opacity: 90%;
    transition: opacity 0.3s ease-in-out;
  }

  .socIcon a:hover{
    opacity: 0.5;
  }

  .socIcon a img {
    width: 50px;
  }

  footer {
    text-align: center;
    padding: 5px;
    color: white;
    font-size: 8pt;
  }
}

.splide__list-justify-content-center {
  justify-content: center;
}

.splide__arrow:disabled {
  opacity: 1;
}

.splide__arrow--next {
  opacity: 1;
}

.splide__pagination {
  position: unset;
  margin-top: 10px;
}