#eventfooter {
  position: fixed;
  height: auto;
  bottom: 0;
  width: 100%;
  background-color:#9a2de3;
  color: white;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: none;
  z-index: 1000;
}

#eventfooter > div {
  width: 99%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1em;
}

#nexteventlabel {
  font-size: 2em;
  color: #fca4dc;
  text-align: center;
  width: fit-content;
    line-height: 1.1em;

}

#footeventdetspan {
  width: fit-content;
  text-align: center;

}
#footeventdetails {
  font-size: 1.5em;
      line-height: 1.1em;

}

.slfilter {
  display: flex;
  flex-direction: row;
  width: 98%;
  max-width: 660px;
  justify-content: space-around;
  background-color: #fca4dc;
  padding: 0.25em 0;
  align-items: center;
  height: 2em;
}

.slfilter select {
  text-align: center;
  font-weight: 900;
  width: 6em;
  font-size: 1em;
}

.slfilter select option {
 
 padding: 0;
}
@font-face {
  font-family: 'Concert One';
  src:  url('fonts/ConcertOne-Regular.woff2') format('woff2'),
        url('fonts/ConcertOne-Regular.woff') format('woff');
}

@font-face {
  font-family: 'Lilita One';
  src:  url('fonts/LilitaOne.woff2') format('woff2'),
        url('fonts/LilitaOne.woff') format('woff');
}

@font-face {
  font-family: 'Montserrat-Bold';
  src:  url('fonts/Montserrat-Bold.woff') format('woff');
}

@keyframes wobble { 
  0% { transform: rotate(0deg); } 
  25% { transform: rotate(5deg); } 
  50% { transform: rotate(0deg); } 
  75% { transform: rotate(-5deg); } 
  100% { transform: rotate(0deg);}

}

@keyframes pop { 
  0% { transform: scale(1); } 
  25%{ transform: scale(1.5); } 
  75% { transform: scale(0.75); } 
  100% { transform: scale(1); } 
}

@keyframes popgem { 
  0% { transform: scale(0.5); } 
  25%{ transform: scale(0.4); } 
  75% { transform: scale(0.55); } 
  100% { transform: scale(0.5); } 
}

@keyframes squooze { 
  0% { transform: scale(1,1); } 
  25%{ transform: scale(1.3,0.4); } 
  75% { transform: scale(0.9,1.1); } 
  100% { transform: scale(1,1); } 
}

@keyframes pacsq { 
  0% { transform: skew(0deg,0deg); } 
  25%{ transform: skew(-15deg,-15deg); } 
  75% { transform: scale(5deg,5deg); } 
  100% { transform: skew(0deg,0deg); } 
}

@keyframes bounce { 
  0% { transform: translate(0,0); } 
  25%{ transform: translate(0,-20%); } 
  75% { transform: translate(0,5%); } 
  100% { transform: translate(0,0); } 
}

.bounce:hover {
  animation-name: bounce; 
  animation-duration: 1s;
  animation-iteration-count: 1;
}

.wobble:hover { 
  animation-name: wobble; 
  animation-duration: 0.25s;
  animation-iteration-count: 4;
}

.pop:hover { 
  animation-name: pop; 
  animation-duration: 1s;
  animation-iteration-count: 1;
}

.popgem {
  transform: scale(0.5);
}

.popgem:hover { 
  animation-name: popgem; 
  animation-duration: 1s;
  animation-iteration-count: 1;
}

.squooze:hover {
  animation-name: squooze; 
  animation-duration: 0.75s;
  animation-iteration-count: 1;
}

.pacsq:hover {
  animation-name: pacsq; 
  animation-duration: 0.75s;
  animation-iteration-count: 1;
}

html {
  height: 100%;
}

body {
  background-color: #03C4CB;
  margin: 0;
  font-family: 'Concert One';
  overflow-x: hidden;
  height: 100%;
}

#promo {
  color: #fffcef;
  background-color: #ff44b5;
  border: 2px solid #90f897;
  display: flex;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  padding: 1em 1em;
  font-family: "Montserrat-Bold";
  font-weight: 700;
}

a, a:visited, a:active, a:hover {
  display: inline;
  text-decoration: underline;
  text-align: left;
  color: #fffcef;
}

#netitle {
  font-family: "Lilita One";
  text-transform: uppercase;

}

#merchimg > a, .buybutton, #nlogo, #expanded-menu > div, #menu-socials > a, #socials > a {
  transition: transform 0.5s;
}

#merchimg > a:hover, .buybutton:hover, #nlogo:hover, #expanded-menu > div:hover, #menu-socials > a:hover, #socials > a:hover  {
  transform: scale(1.2);
}

#nexteventscontainer {
  padding-top: 1em;
  width: 100%;
}

.buttondiv {
  margin-top: 0.5em;
  font-family: "Lilita One";
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: end;
}
.buybutton {
  background-color: #ff44b5;
  padding: 3px 5px;
  margin: 0;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
}

.freebutton {
  background-color: #006400;
}

.soldoutbutton {
  background-color: red;
}

p {
  margin-block: 0;
  text-align: left;
  width: 100%;
}


#min-menu {
  display: block;
}

#min-menu-socials {
  display: flex;
  justify-content: space-around;
  width: 60%;
}

#min-menu-socials > a  {
  width: 24px;
  object-fit: contain;
  height: auto;
}

#min-menu-socials > a > img {
  width: 100%;
  object-fit: contain;
  height: auto;
}

#min-menu-displayed {
  display: none;
  flex-direction: column;
  padding-top: 24px;
  width: 100%;
}

#min-menu-displayed > div {
  
  display: flex;
  align-items: center;
  justify-content: center;
}

#min-menu-displayed > div {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
}
#min-menu-displayed > div > a, #min-menu-displayed > div > a:hover , #min-menu-displayed > div > a:visited , #min-menu-displayed > div > a:active  {
  text-decoration: none;
  text-transform: uppercase;
  color: #fffcef;
  font-family: 'Lilita One';
  font-size: 24px;

}


#expanded-menu {
  display: none;
}

#menu-socials {
  display: none;
}

#pagecontainer {
  width: 100%;
  position: relative;
  top: -80px;
}

#navcontainer {
  top: 0;
  height: auto;
  width: 100%;
}

#navbarcontainer {
  color: #fffcef;
  position: sticky;
  background-color: transparent;
  top:0;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  padding: 15px 15px;


}

#navbar {
  color: #fffcef;
  background-color: transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  height: 50px;
  padding: 0 15px;
  width: 100%;
}

#navbarcontainer.navbarsl {
  background-color:#03c4cb;
}
#nlogo {
  height: 50px;
  width: 15%;
}

#nlogo > a > img {
  width: auto;
  height: 100%;
  object-fit: contain;
}

.w-icon-nav-menu {
  background-image: url('images/menu.svg');
  background-size: contain;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
}

#songlistcontainer {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(#03c4cb 0%, #8d54e8 7%, #8d54e8 100%)
}

.slintro {
  max-width: 500px;
  color: #fffcef;
  padding: 0 1em;
}




#header {
 
  background-image: url('images/main.jpg');
  background-size: cover;
  height:40vh;
  background-repeat: no-repeat;
}
#container {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
.section {
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: -1px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  scroll-margin-top: 60px;
}

.section-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

#micimg {
  object-fit: contain;
  width: 60%;
  padding-top: 10vh;
}

#zeldimg {
  position: absolute;
  bottom: 0;
  object-fit: contain;
  width: 20%;
  left: 10%;


}

#pikaimg {
  position: absolute;
  bottom: 0;
  object-fit: contain;
  right: 10%;
  width: 20%;
}


#what {
  background-image: url('images/Image_Section_1.png');
 
}

#where {
  background-image: url('images/Image_Section_2.png');
}

#hire {
  background-image: url('images/Image_Section_3.png');
}

#merch {
  background-image: url('images/Image_Section_4.png');
}


#songlist {
  background-image: url('images/Image_Section_5.png');

}

#follow {
  background-image: linear-gradient(#8d54e8 0%, #9a2de3 100%);
}
#endbit {
  display: flex;
  position: relative;
  flex-direction: row;
  align-items: baseline;
  justify-content: space-around;
  background-image: linear-gradient(#9a2de3 0%, #ff44b5 100%);
}

.section-l img, .section-r img {
  width: 90%;
  height: 100%;
  object-fit: contain;
}
.section-l, .section-r {
  padding-top: 20px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-c {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  height: fit-content;
}



.section-title {
  margin: 1em 0;
  font-family: 'Lilita One';
  font-size: 18px;
  min-width: 250px;
  min-height: 50px;
  text-transform: uppercase;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  
}

.songlisttablecontainer {
  padding: 1em 0;
  max-width: 660px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

table {
  border-collapse:collapse;
  width: 98%;
}

th {
  background-color: #ff44b5;
  color: #fffcef;
  text-transform: uppercase;
  padding: 1em 0.5em;
  font-family: 'Lilita One';

}

.songlist th:nth-of-type(4) {
  width: 22%;
}

.songlist th:nth-of-type(5) {
  width: 13%;
}

.songlist th:nth-of-type(3), .songlist th:nth-of-type(4), .songlist th:nth-of-type(5),.songlist th:nth-of-type(6) {
  display: none;
}



.songlist td:nth-of-type(3), .songlist td:nth-of-type(4), .songlist td:nth-of-type(5), .songlist td:nth-of-type(6) {
  display: none;
}

.songlist td{
  text-align: center;
}

td {
  background-color: #fffcef;
  padding: 0.5em;
}

.odd {
  background-color: white;
}

.xmas_odd {
  background-color: #FFCCCB;
}

.xmas_even {
  background-color: #F67280;
}

#songlistcontainer > .section-title {
  max-width: 300px;
  background-image: url('images/Image_SongList.png');
  width: 50%;
}

#what > .section-inner > .section-c > .section-title {
  background-image: url('images/Image_What.png');
}

#where > .section-inner >  .section-c > .section-title {
  background-image: url('images/Image_Where.png');
}

#hire > .section-inner > .section-c > .section-title {
  background-image: url('images/Image_HireUs.png');
}

#merch > .section-inner >  .section-c > .section-title {
  background-image: url('images/Image_Merch.png');
}

#songlist > .section-inner > .section-c > .section-title {
  background-image: url('images/Image_SongList.png');
}

#follow > .section-inner > .section-c > .section-title {
  background-image: url('images/Image_FollowUs.png');
}

#merchimg,#socials {
  display: flex;
  flex-direction: row;
  align-items: end;
  justify-content: space-around;
}
#merchimg > a  {
  width: 19%;

}

#merchimg > a > img {
  width: 100%;
  object-fit: contain;
  height: auto;
}

#socials {
  width: 60%;
  height: 10%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

#socials > a  {
  width: 15%;
  object-fit: contain;
  height: auto;
}

#socials > a > img {
  width: 100%;
  object-fit: contain;
  height: auto;
}



.section-text {
  font-family: 'Concert One';
  font-size: 20px;
  line-height: 24px;
  color: #fffcef;
  display: flex;
  padding-left: 1em;
  padding-right: 1em;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#footer {
  display: flex;
  padding-top: 3em;
  padding-bottom: 1em;
  background-color: #0c1226;
  font-size: 24px;
  flex-direction: column;
  color: #fffcef;
  width: 100%;
  justify-content: center;
  margin-bottom: -80px;
}

#flogo {
  width: 25%;
}
#flogo > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.how {
  font-family: 'Lilita One';
  text-transform: uppercase;
  padding-bottom: 0.5em;
}

#cline {
  width: 100%;
  text-align: center;
  font-family: 'Concert One';
  font-size: 12px;

}

hr {
  width: 80%;
}

#footercolumns {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 2em;

}

.column > div {
  padding: 0.2em 0;
}

.column > div > a {
  text-decoration: none;
}

.section-r,.section-l-other {
  display: none
}

.section-l-mobile {
  display: block
}

@media only screen and (min-width: 500px) {
  .section-l-mobile {
    display: none
  }

  .column > div {
    padding: 0.1em;
  }
  
.section-text {

  line-height: normal;
}


  .section-inner {
    flex-direction: row;
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: 5em;
  }

  #endbit {
    flex-direction: row;
    padding-bottom: 0;

  }

  .section-l, .section-r {
    width: 12%;
    min-width: 12%;

    height: auto;
  }
  .section-r,.section-l-other {
    display: block
  }

  #header {
    background-position: center;
    height:70vh;

  }

  .column > div {
    padding: 0.2em 0;
  }

  .column > div.how {
    font-family: 'Lilita One';
    text-transform: uppercase;
    padding-bottom: 0.8em;
  }
}

@media only screen and (min-width: 700px) {

  #eventfooter > div {

    padding-bottom: 0.5em;
  }

  .section-l, .section-r {
    width: 15%;
    min-width: 15%;

    height: auto;
  }

  #min-menu {
    display: none;
  }

  .songlist th:nth-of-type(3), .songlist th:nth-of-type(4), .songlist th:nth-of-type(5), .songlist th:nth-of-type(6) {
    display: table-cell;
  }
  
  .songlist td:nth-of-type(3), .songlist td:nth-of-type(4), .songlist td:nth-of-type(5), .songlist td:nth-of-type(6) {
    display: table-cell;
  }
  
  #expanded-menu {
    display: block;
    text-transform: uppercase;
    display: flex;
    flex-direction: row;
    width: 50%;
    font-family: 'Lilita One', 'sans-serif';
    font-size: 20px;
    justify-content: space-between;
  }

  #expanded-menu > div > a, #expanded-menu > div > a:visited, #expanded-menu > div > a:hover, #expanded-menu > div > a:active {
    color:#fffcef;
    text-decoration: none;
  }

  

  #menu-socials {
    display: flex;
    justify-content: space-between;
    width: 17%;
  }

  #menu-socials > a  {
    width: 20px;
    object-fit: contain;
    height: auto;
  }
  
  #menu-socials > a > img {
    width: 100%;
    object-fit: contain;
    height: auto;
  }

  #footer {
    display: flex;
    padding-top: 3em;
    flex-direction: column;
    color: #fffcef;
    width: 100%;
    justify-content: center;
    font-size: 18px;

  }
  
  #flogo {
    width: 25%;
  }
  #flogo > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  

  
  #cline {
    width: 100%;
    padding-top: 2em;
    text-align: center;
    font-family: 'Concert One';
  
  }
  
  #footercolumns {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: start;
  }

  
}

@media only screen and (min-width: 800px) {
  #expanded-menu {

    font-size: 24px;

  }



  #menu-socials > a  {
    width: 24px;

  }


}

@media only screen and (min-width: 1000px) {

 #footercolumns {
  margin: auto;
 }
  .section-inner, #navbar, #footercolumns {
    width: 1000px;
  }
}


