@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');
@import url("https://fonts.googleapis.com/css2?family=League+Script&family=Sofia+Sans+Condensed:ital,wght@0,1..1000;1,1..1000&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 {
    max-width: 8000px;
    margin-top: -9em;
    background-image: url("_MG_1754\ copy.jpg");
    opacity: 0.9;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size:cover;
    padding-bottom: 5.5em;
    box-shadow: inset 0 0 1000px 100px #000000;
}

.main-title h1 {
    font-size: 90px;
    text-align: center;
    position: relative;
    padding-top: 13rem;
    color: #fff5de;
    text-shadow: 1px 1px 8px #0000008d;
    
}

.main-title h2 {
    font-size: 1.4em;
    text-align: center;
    position: relative;
    padding-bottom: 0.5em;
    color: #fff5de;
    text-shadow: 1px 1px 8px #0000008d;
    
}

.main-title h3 {
    font-size: 1.2em;
    font-weight: 500;
    line-height: 1.6em;
    text-align: center;
    color: #fff5de;
    text-shadow: 2px 2px 30px #000;
    margin-left: 16em;
    margin-right: 16em;
    border-radius: 40px;
    border: #1a2a39;
    background:rgba(13, 13, 13, 0.914);
    padding: 2.5em;
    
}

.links {
    display: flex;
    justify-content: center; 
    gap: 40px;
    margin: 10px 0;
}

.links h4 {
    margin: 0;
    font-size: 1.2em;
    color: #fff5de;
    text-shadow: 1px 1px 8px #0000008d;
    transition: text-shadow 0.3s ease, scale 0.5s ease;
    cursor: pointer;
    background-color: #bf253f;
    padding: 0.4em;
    border-radius: 10px;
    margin-bottom: 1em;
}

.links h4:hover {
    text-shadow: 1px 1px 10px #000000;
    transform: scale(1.08);
}

.links a {
    text-decoration: none;
}


#hero2 {
    max-width: 8000px;
    height: 100%; 

}

.hero2bg {
    background-color: #bf253f;
    box-shadow: inset 0 0 120px 40px rgb(109, 3, 26);
    opacity: 0.9;
}

.column h2 {
    padding-left: 2em;
    padding-top: 0.5em;
    color: #fff5de;
    font-size: 1.3em;
}

.row {
    align-items: center;
    justify-content: center;
    padding-top: 3.2em;
    padding-bottom: 2em;
}

.video1 {
    width: 700px;
    height: 400px;
    margin-left: 2em;
    border-radius: 30px;
}

.eeade1 {
    padding-top: 0.3em;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 4.2em;
    padding-bottom: 0.5em;
    padding-left: 0.2em;
    color: #fff5de;
    font-weight: bolder;
    text-shadow: 0px 0px 30px #636262;
    white-space: nowrap; 
}

.eeade2 {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 4.2em;
    padding-bottom: 0.5em;
    padding-left: 0.2em;
    opacity: 0.8;
    color: #fff5de;
    font-weight: bolder;
    text-shadow: 0px 0px 30px #636262;
    white-space: nowrap; 
}

.eeade3 {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 4.2em;
    padding-bottom: 0.5em;
    padding-left: 0.2em;
    opacity: 0.6;
    color: #fff5de;
    font-weight: bolder;
    text-shadow: 0px 0px 30px #636262;
    white-space: nowrap; 
}

.eeade4 {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 4.2em;
    padding-bottom: 0.5em;
    padding-left: 0.2em;
    opacity: 0.4;
    color: #fff5de;
    font-weight: bolder;
    text-shadow: 0px 0px 30px #636262;
    white-space: nowrap; 
}
  
  .column {
    float: left;
  }
  
  .left {
    width: 50%;
    padding-top: 1em;
    padding-left: 3em;
    padding-right: 3em;
  }
  
  .right { 
    padding-left: 3em;
    width: 50%;
    
  }
  
  .row:after {
    content: "";
    display: table;
    clear: both;
  }

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


  #hero3 {
    max-width: 8000px;
    align-items: center;
    align-content: center;
    background-color: #533d2661;
    background-image: url(IMG_7883-1\ copy.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size:cover;
    padding-top: 5em;
    opacity: 0.9;
    box-shadow: inset 0 0 1000px 100px #000000;
}

#hero3 img {
    border-radius: 50%;
    height: 5em;
    box-shadow:  0 0 10px 10px #0915205f;
}

.title3 {
    position: relative;
    text-align: center;
    padding-top: 1.7em;
    padding-bottom: 0.8em;
    color: #fff5de;
    text-shadow: 2px 2px 30px #000;
}

.decotitle {
    font-size: 21em;
    font-weight: 700;
    opacity: 0.1;
    font-family: 'Sofia Sans Condensed', sans-serif;

}

#hero3 container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.title3 img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    height: 5em;
    box-shadow: 0 0 10px 10px #0915205f;
    z-index: 1;
    font-size: 65px;
}

.interviewintro {
    font-size: 20px;
    color: #fff5de;
    text-shadow: 2px 2px 10px #000000;
    line-height: 1.5em;
    max-width: 700px;
    margin: 2em auto 0 auto;
}

#interviewvid {
    padding-top: 5.5em;
    padding-bottom: 6em;
    display: flex;
    justify-content: center;
}

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

.video2 {
    width: 750px;
    height: 400px;
    border-radius: 30px;
}

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;
    }
  }