@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Girassol&family=Gochi+Hand&family=Lexend:wght@100..900&family=Outfit:wght@100..900&family=Young+Serif&display=swap');
@import url('https://fonts.googleapis.com/css2?family=League+Script&display=swap');

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
html {
    font-family: Lexend;
    scroll-behavior: smooth;
    overflow-x: hidden;
    height: 100%;

}
body{
    height: 100%;
}

#skiplinks {
    width: 100%;
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
#skiplinks a {
    color: #5B5B5B;
}
#skiplinks a:focus {
    position: static;
    width: auto;
    height: auto;
}

.logo {
    color: #fff5de;
    cursor: pointer;
    font-weight: 700;
    font-size:  2.2em;
    background-color: #70661f;
    border-radius: 5px;
}
.logo a {
    text-decoration: none;
    color: #fff5de;
    padding: 1rem;
}

.nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background-color: transparent;
    height: 65px;
    padding: 3em;
    position: relative;
    z-index: 1000;
    
}

.nav ul {
    font-weight:600;
    font-size:1.2em;
}
.menu li:hover {
    color:#e87f2a;
    cursor:pointer;
    transition: 0.4s;
}
.menu {
    display: flex;
    flex-direction: row;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.menu a {
    text-decoration: none;
    color: #fff5de;
    align-items: center;
    align-content: center;
    transition: color 1.2s;
}
.menu a:hover {
    color:#1a2a39;
    transition: 0.4s;
}
.menu > li {
    margin: 0 1rem;
    overflow: hidden;
    align-items: center;
    align-content: center;
}

.venues-m {
    background-color: #c96c21;
    border-radius: 5px;
    padding: 10px;
}

.map-m {
    background-color: #c96c21;
    border-radius: 5px;
    padding: 10px;
}

.gigs-m {
    background-color: #c96c21;
    border-radius: 5px;
    padding: 10px;
}

.featured-artists-m {
    background-color: #c96c21;
    border-radius: 5px;
    padding: 10px;
}

.menu-button-container {
    display: none;
    height: 100%;
    width: 30px;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#menu-toggle {
  display: none;
}
.menu-button,
.menu-button::before,
.menu-button::after {
    display: block;
    background-color: #70661f;
    position: absolute;
    height: 5px;
    width: 32px;
    border-radius: 10px;
}
.menu-button::before {
    content: '';
    margin-top: -8px;
}

.menu-button::after {
    content: '';
    margin-top: 8px;
}
#menu-toggle:checked + .menu-button-container .menu-button::before {
    margin-top: 0px;
    transform: rotate(45deg);
}

#menu-toggle:checked + .menu-button-container .menu-button {
    background: rgba(255, 255, 255, 0);
}

#menu-toggle:checked + .menu-button-container .menu-button::after {
    margin-top: 0px;
    transform: rotate(-45deg);
}

@media (max-width: 1000px) {
  .menu-button-container {
    display: flex;
  }
  .menu {
    position: absolute;
    top: 0;
    margin-top: 50px;
    left: 0;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
  }
  #menu-toggle ~ .menu li {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
  }
  #menu-toggle:checked ~ .menu li {
    border: 1px solid white;
    height: 2.5em;
    padding: 2em;
      
  }
  .menu > li {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0.5em 0;
    width: 100%;
    color: black;
   
    
  }
  .menu > li:not(:last-child) {
    border-bottom: 1px solid #444;
 
  }
}


#hero {
    width: 100%;
    height: 600px;
    background: 
    url('./BEAUTYSCHOOL_TKC_3FEB_@APERTUNES-193.jpg') no-repeat center / cover;
    background-blend-mode:darken;
    background-attachment: fixed;
    background-position: bottom;
    box-shadow: inset 0 0 90px 10px black;
    color: white;
    margin-top: -10em;
    align-items: center;
    justify-content: center;
    display: flex;
}

.herocontainer {
 width: 100%;
    height: 100%;
    max-width: 1000px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.herocontainer .herocontent h1 {
    padding-top: 1em;
    font-size: 90px;
    font-weight: 800;
    white-space: nowrap;
    color: #fff5de;
    text-shadow: 2px 2px 30px #000;

}
.herocontainer .herocontent h2 {
    font-size: 1.1rem;
    text-transform: uppercase;
    font-family: sans-serif;
}



#fvenuegallery {
    width: 100%;
    height: 800px;
    background-color: #1a2a39;

    box-shadow: inset 0 0 150px 10px #2d4963;
    color: white;
    align-items: center;
    justify-content: center;
    display: flex;
  
}

div.gallery {
    height: 45em;
    border: 0px solid #1a2a39;
    transition: 0.4s ease;
}
  
  div.gallery img:hover {
    border: 10px solid #1a2a39;
    transition: 0.4s ease;
  }
  
  div.gallery img {
    width: 100%;
    border: 0px solid #1a2a39;
    transition: 0.4s ease;
    box-shadow: inset 70px 90px 0px 0px black;
    filter:contrast(1.5);
    border-radius: 30px;
    
  }
  
  * {
    box-sizing: border-box;
  }
  
  .responsive {
    padding: 0 6px;
    float: left;
    width: 33%;
  }
  
  @media only screen and (max-width: 700px) {
    .responsive {
      width: 33%;
     
    }
  }
  
  @media only screen and (max-width: 500px) {
    .responsive {
      width: 100%;
    }
  }
  
  .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }



  #a-z{
    width: 100%;
    height: 3300px;
    color: white;
    background-image: linear-gradient(rgba(61, 82, 100, 0.748),rgba(0,0,0,0.8)), url("Dream\ State\ 80_Emma\ Gibbon.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    box-shadow: inset 30px 60px 100px #1a2a39 #beb3b3;
    padding-left: 5em;
    padding-right: 5em;
  }

  #a-ztitle {
    width: 100%;
    height: 200px;
    color: white;
    align-items: left;
    justify-content: left;
    display: flex;
    
  
}


#a-ztitle2 {
    width: 100%;
    height: 200px;
    color: white;
    align-items: left;
    justify-content: left;
    display: flex;
    
}

.sort {
    display: flex; 
}

.sort h2 {
    padding-right: 3em;
    font-size: 2em;
}

.sort a {
    text-decoration: none;
    color: #e87f2a;
}

.sort:hover {
    cursor: pointer;
}

.a-zcontainer {
    width: 100%;
    height: 100%;
    max-width: 1000px;
    display: flex;
    align-items: left;
    padding-left: 4em;
    
}
.a-zcontainer .a-zcontent h1 {
    padding-top: 1em;
    font-size: 90px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: 800;
    white-space: nowrap;
    color: #fff5de;
    text-shadow: 2px 2px 30px #343434;

}

.a-zcontent2 h1 {
    padding-top: 1em;
    font-size: 90px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: 800;
    white-space: nowrap;
    color: #f6862b;
    
}

.a-zcontent3 h1 {

    font-size: 90px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: 800;
    white-space: nowrap;
    color: #f6862b;
  

}

.a-zcontent p {
    font-size: 1.2rem;
    padding-top: 1em;
    position: relative;
    color: #fff5de;
    line-height: 1.5em;

}



.a-zcolumn p {
    font-size: 1.2em;
    padding-bottom: 1em;
    position: relative;
    color: #fff5de;
    text-shadow: 2px 2px 30px #343434;
    line-height: 1.5em;
}

.a-zcolumn h1 {
    font-size: 1.8rem;
    padding-bottom: 0.2em;
    color: #;
    white-space: nowrap;
    text-decoration: none;
    transition: color 0.4s;
}

.a-zcolumn a {
    text-decoration: none;
    color: #fff5de;
    
}

.a-zcolumn a :hover {
    color: #f6862b;
    transition: 0.4s ease;
    text-shadow: 2px 2px 30px #3f3f3f;
}


.a-zrow {
    padding-top: 5em;
}

.a-zrow2 {
    padding-top: 0em;
}

.a-zcolumn {
    float: left;
    width: 33.33%;
    padding-left: 60px;
    padding-bottom: 2em;
  }
  
  .a-zrow::after {
    content: "";
    display: table;
    clear: both;
  }
  
  @media screen and (max-width:600px) {
    .a-zcolumn {
      width: 100%;
    }
  }


  

#slideshow { 
    height: auto; 
    transition: opacity 3s ease;
} 


#about {
    max-width: 8000px;
    height: 115px;
    background-color: #1a2a39;
    transition: 0.6s;
}
.aboutwrapper {
    width: 100%;
    height: 100%;
}
.aboutcontainer {
    max-width: 8000px;
    transition: 0.6s;
}
.aboutcontent {
    height: 100%;
    max-width: 8000px;
   
}

.aboutcontent h1 {
    font-size: 5.5em;
    font-weight: 800;
    position: relative;
    color: #e87f2a;
    white-space: nowrap;
    
}

#scrolling-text {
    width: 200vw;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
    white-space:nowrap;
    margin: 0 auto;
    }


.artistgallery {
    width: 1500px;
    display: flex;
    overflow-x: scroll;
    margin-top: 2em;
   
}

.artistgallery div {
    width: 500px;
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
    grid-gap: 40px;
    padding: 30px; 
    flex: none; 

}


.artistgallery h1 {
    margin-top: 10px;
    font-size: 3em;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: 300;
    z-index: 1000;
    position: relative;
    box-shadow: inset 0 0 0 0 #70661f;
    color: #70661f;
    margin: 0 -.25rem;
    padding: 0 .25rem;
    transition: color .8s ease, box-shadow .8s ease;
  }

  .artistgallery h1:hover {
    box-shadow: inset 323px 0 0 0 #70661f;
    color: #fff5de;
  }


.artistgallery p {
    color:#1a2a39;
    font-weight: 600;
    font-style: italic;
}

.artistgallery a {
    text-decoration: none;
}

.artistgallery div img {
    width: 320px;
    height: 480px;
    box-shadow: 0px 0px 20px #88856d;
    filter: grayscale(0%);
    transition: 0.8s;
}

.artistgallery::-webkit-scrollbar {
    display: none;
}

.agallerywrap {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff5de;
}

#backbtn, #nextbtn {
    cursor: pointer;
    margin: 20px;
    width: 120px ;
}


.artistgallery div img:hover {
    filter: grayscale(100%);
    transition: 0.8s;
    cursor: pointer;
    transform: scale(1.02);
}


.button1wrap {
    display: flex;
    padding-top: 1em;
    align-items: center;
    justify-content: center;
    background-color: #fff5de;
    padding-bottom: 3em;
}

.button1 {
    font-family: Lexend;
    width: 400px;
    border-radius: 5px;
    background-color: #fff5de;
    border: 2px solid #70661f;
    color: #1a2a39;
    padding: 10px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1.2em;
    align-items: center;
    transition: 0.4s ease;
    box-shadow: 2px 2px 20px #beb3b3;
  }


.button1:hover {
  background-color: #c96c21; 
  color: white;
  border: 2px solid #c96c21;
  cursor: pointer;


}

#divider {
    max-width: 5000px;
    height: 20px;
    background-color: #1a2a39;
    transition: 0.6s;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}

#divider p {
    padding-top: 0.1em;
    display: flex;
    align-items: center;
    align-content: center;
    font-size: 1.5em;
    color: #fff5de;
}


#hero2 {
    max-width: 8000px;
    height: 100%; 
    margin-bottom: -1em;
    
}

.hero2bg {
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-image: url("MICROWAVE\ @soph_ditchfieldPhoto49.jpg") ;
    box-shadow: inset 0 0 120px 40px black;
}


.row {
    
    align-items: center;
    justify-content: center;
    padding-left: 12em;
    padding-top: 5em;
    padding-bottom: 5em;
}


.venues-f {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 85px;
    width: 420px;
    padding-bottom: 0.5em;
    font-style: italic;
    color: #fff5de;
    font-weight: bolder;
    text-shadow: 0px 0px 30px #636262;
    
}

.venues-f:hover {

    background-image: url(2024-05-01.jpg);
    background-clip: text;
    background-size: 100%;
    -webkit-text-fill-color: transparent;
    align-items: center;
    cursor: pointer;
    float: top;
    transition: 0.4s ease;
}


.venues-f2 {
    font-family: Georgia, 'Times New Roman', Times, serif;
    text-align: right;
    font-style: italic;
    width: -120px;
    padding-right: 0.8em;
    font-size: 85px;
    padding-bottom: 0.5em;
    color: #fff5de;
    text-shadow: 0px 0px 30px #636262;
}


.venues-f2:hover {

    background-image: url(2018-08-05.jpg);
    background-clip: text;
    background-size: 50%;
    -webkit-text-fill-color: transparent;
    align-items: center;
    cursor: pointer;
    float: top;
    transition: 0.4s ease;
}

.venues-f3 {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 85px;
    width: 600px;
    font-style: italic;
    padding-bottom: 0.5em;
    color: #fff5de;
    text-shadow: 0px 0px 30px #636262;
}

.venues-f3:hover {

    background-image: url(Packhorse\ 1.jpg);
    background-clip: text;
    background-size: 50%;
    -webkit-text-fill-color: transparent;
    align-items: center;
    cursor: pointer;
    transition: 0.4s ease;
    
}

.column h2 {
    font-family: League Script;
    font-size: 4em;
    color: #fff;
    margin-top: -20px;
    text-shadow: 2px 2px 20px #000;
}

.venues-ftitle {
    font-family: lexend;
    font-size: 7em;
    position: relative;
    margin-top: -15px;
    padding-bottom: 0.2em;
    color: #c96c21;
    text-shadow: 2px 2px 15px #3e3e3e;
}

.venues-ftitle2 {
    font-family: lexend;
    opacity: 90%;
    padding-left: 0.4em;
    padding-bottom: 0.2em;
    font-size: 6em;
    color: #c96c21;
    text-shadow: 2px 2px 15px #3e3e3e;
}

.venues-ftitle3 {
    font-family: lexend;
    opacity: 80%;
    padding-left: 0.9em;
    padding-bottom: 0.2em;
    font-size: 5em;
    color: #c96c21;
    text-shadow: 2px 2px 15px #3e3e3e;
}

.venues-ftitle4 {
    font-family: lexend;
    opacity: 70%;
    padding-left: 1.6em;
    padding-bottom: 0.3em;
    font-size: 4em;
    color: #c96c21;
    text-shadow: 2px 2px 15px #3e3e3e;
}

.venues-ftitle5 {
    font-family: lexend;
    opacity: 60%;
    padding-left: 2.7em;
    padding-bottom: 0.5em;
    font-size: 3em;
    color: #c96c21;
    text-shadow: 2px 2px 15px #3e3e3e;
}

.venues-ftitle6 {
    font-family: lexend;
    opacity: 50%;
    padding-left: 5em;
    font-size: 2em;
    color: #c96c21;
    text-shadow: 2px 2px 15px #3e3e3e;
}

.button2wrap {
    align-items: center;
    justify-content: center;
    margin-left: -12em;
    display: flex;
}

.button2 {
    margin-top: 0.5em;
    font-family: Lexend;
    width: 300px;
    border-radius: 5px;
    background-color: transparent;
    border: 2px solid #c96c21;
    color: #fff;
    padding: 10px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1.2em;
    align-items: center;
    transition: 0.4s ease;
    box-shadow: 5px 5px 25px #2c2c2c;
  }


.button2:hover {
  background-color: #c96c21;
  color: white;
  border: 2px solid #c96c21;
  cursor: pointer;

}

  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  .column {
    float: left;
    width: 50%;
  }

  .column a {
    text-decoration: none;
  }

  @media screen and (max-width: 600px) {
    .column {
      width: 100%;
    }
  }




#hero3 {
    max-width: 8000px;
    padding-bottom: 4em;
    padding-top: 4em;
    height: 1340px;
    background-color: #263d53;
    box-shadow: inset 0 0 1000px 100px #091520;
}

  
.title3 {
    font-size: 75px;
    font-weight: 800;
    text-align: center;
    position: relative;
    padding-bottom: 1rem;
    color: #fff5de;
    text-shadow: 2px 2px 30px #000;

}

.ourwhy {
    font-size: 20px;
    padding-top: 2em;
    text-align: center;
    position: relative;
    color: #fff5de;
    text-shadow: 2px 2px 30px #000;
    line-height: 1.5em;
}


#promovid {
    padding-top: 5.5em;
    padding-bottom: 6em;

}

#promovid iframe {
    box-shadow: 2px 2px 30px #000;

    
}

footer {
    width: 100%;
    padding-top: 4em;
    background-image: linear-gradient(rgba(77, 78, 74, 0.748),rgba(0,0,0,0.8)), url("250130 - LS Dunes-33-oliverboj.jpg");
    background-size: cover;
    background-position: center;
    box-shadow: inset 0 0 150px 80px rgb(23, 23, 23);
   
}
.Fcontainer {
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.Fcontainer li a:hover {
    color: #e87f2a;
    transition: all 0.5s ease;
}
.col-1 {
    flex-basis: 30%;
    padding: 10px;
    margin-bottom: 10px;
    color: #fff5de;
    text-shadow: 0px 0px 30px #000000;
}

.col-1 h3 {
    color: #fff5de;
    width: 270px;
    font-size: 20px;
    margin-bottom: 15px;
    font-family: Lexend;
    border-radius: 5px;
  
}

.col-1 a {
   color: #fff5de;
   text-shadow: 0px 0px 30px #000000;
}

.col-1 p {
    
    color: #fff5de;
    font-size: 15px;
    
}
.col-2 {
    padding: 10px;
    margin-bottom: 10px;
    color: #fff5de;

}
.col-2 h3 {
    color: #fff5de;
    font-size: 20px;
    margin-bottom: 15px;
    font-family: Lexend;
    
}
.col-2 ul {
    list-style: none;
    color: #fff;
}
.col-2 ul li {
    margin-bottom: 10px;
}
.col-2 ul li a {
    color: #fff5de;
    text-decoration: none;
    transition: color 1.2s;
    text-shadow: 0px 0px 30px #000000;
}
.col-3 {
    padding: 10px;
    margin-bottom: 10px;
}
.col-3 h3 {
    color: #fff5de;
    font-size: 20px;
    font-family: Lexend;
    margin-bottom: 15px;
    text-decoration: none;
  
}

.col-3 a {
    text-decoration: none;
    transition: color 1.2s;

}

.col-3 ul {
    list-style: none;
}
.col-3 ul li {
    margin-bottom: 10px;
}
.col-3 ul li a {
    color: #fff5de;
    text-decoration: none;
    text-shadow: 0px 0px 30px #000000;
}


  @media (min-width: 80em) {
    .columns-header {
      grid-auto-flow: column;
      padding: 5rem auto;
      transition: smooth;
     }
  }
  
  @media (max-width: 80em) {
    #hero {
      grid-auto-flow: row;
      transition: smooth;
    }
    .main-image {
        margin-left: 2rem;
        transition: smooth;
        margin-bottom: -2rem;
    }
    .main-title h1{
        margin-left: 2rem;
    }
  }

  @media (max-width: 80em) {
    .main-title h1{
        margin-top: -9rem;
        transition: smooth;
    }

}

@media only screen and (max-device-width: 1366px) {
    .parallax {
      background-attachment: scroll;
    }
  }