/* MEDIA QUERY 1050px */
@media (max-width: 1050px) {

  .artist-container {
    width: 100% !important;
  }

  .flex-row {
    flex-direction: column;
  }

  .flex-item {
    width: 500px;
    margin: auto;
  }

}

/* MEDIA QUERY 799px */
@media (max-width: 799px) {

  #header_banner #title_header {
    font-size: 50px;
  }

  #header_banner #title_description {
    font-size: 18px;
    min-width: 80%;
    max-width: 90%;
  }

}

/* MEDIA QUERY 752px */
@media (max-width: 752px) {
  
  #wn_block {
    width: 100% !important;
  }

  #wnsplash {
    font-size: 50px !important;
  }

  #featuredtitle {
    font-size: 50px !important;
  }

}

/* MEDIA QUERY 585px */
@media (max-width: 585px) {

  #wn_imagebase {
    float: none !important;
    margin: 0 auto !important;
  }

  #wn_block {
    text-align: center !important;
    margin-top: -10px !important;
  }

  #wnsplash {
    font-size: 100px;
    font-family: "Barlow", sans-serif;
    color: #bdbdbd;
  }

  #wn_text {
    padding: 0 !important;
  }

}

/* MEDIA QUERY 500px */
@media (max-width: 500px) {

  .bio-text {
    float: right;
    padding-left: 130px;
  }

  .artist-bio {
    min-height: 140px !important;
    width: 100%;
  }

  .flex-item {
    width: 100%;
    margin: auto;
  }

  .icon-container:hover .speech-bubble {
    display: none !important;
  }
  
    .artist-pic {
      width: 120px !important;
      height: auto !important;
  }

}

/* MEDIA QUERY 485px */
@media (max-width: 485px) {

  #header_banner #title_header {
    font-size: 40px;
  }

  #header_banner #title_description {
    font-size: 17px;
    min-width: 80%;
  }

  .section_title2 {
    font-size: 45px !important;
    padding-left: 12px;
  }

}

/* MEDIA QUERY 380px */
@media (max-width: 380px) {

  #header_banner {
    height: 325px !important;
  }

  #header_banner #title_header {
    font-size: 30px;
  }

  #social_splash {
    top: -40px !important;
  }

  #title_description {
    padding-bottom: 30px;
  }
  
  #wn_imagebase {
    margin-left: -10px !important;
  }
  
}

/* END OF MEDIA QUERIES */

/* MAIN SITE CONTENT */
html {
  height: 100%;
  width: 100%;
}

body {}

* {
  margin: 0;
  padding: 0;
}

a {
  color: #000000;
  transition: color 0.3s ease;
  text-decoration: none;
}

a:hover {
  color: #c3b298;
  transition: color 0.3s ease;
}

#header_banner {
  background-color: #242424;
  width: 100%;
}

#title_header {
  color: #ffffff;
  font-family: "Barlow", sans-serif;
  font-weight: 100;
  font-style: italic;
  font-size: 70px;
  text-align: center;
  text-shadow: 2px 2px 5px #000000;
  padding-top: 40px;
}

#title_description {
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-weight: 200;
  font-style: italic;
  font-size: 20px;
  text-align: center;
  text-shadow: 2px 2px 5px #000000;
  max-width: 40%;
  min-width: 800px;
  margin: auto;
  padding-top: 10px;
}

#social_holder {
  margin: auto;
  margin-top: 25px;
  padding-bottom: 25px;
  text-align: center;
}

.socialicon:hover {
  fill: #f5bafd !important;
}

.dropdownsvg {
    position: relative;
    display: inline-block;
}

.dropdown-menu {
    position: absolute;
    top: 60px; /* slightly below the SVG */
    left: -80px;
    background-color: #fff;
    color: #000;
    border-radius: 4px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    width: 200px;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: none; /* Prevent hovering/clicking when hidden */
    z-index: 999;
}

.dropdown-menu.open {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.dropdown-item {
    padding: 10px 15px;
    font-size: 16px;
    font-family: "Barlow", sans-serif;
    border-bottom: 1px solid #eee;
}

.dropdown-item:last-child {
    border-bottom: none;
}

.dropdown-item a {
    color: #000000;
    text-decoration: none;
}

.dropdown-item a:hover {
    color: #c3b298;
}

#wnimgcontainer {
  display: block;
  width: 100%;
  height: 100%;
  margin-top: 20px;
  overflow: hidden;
}

#wn_imagebase {
  background-image: url("https://sunseekersglobal.com/images/wnimg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: repeat-y;
  width: 300px;
  height: 300px;
  float: left;
  margin-right: 15px;
  border-radius: 20px;
  box-shadow: 0px 0px 8px #7a7a7a;
  margin-bottom: 80px;
}

#wn_container {
  background-color: #ffffff;
  padding: 40px;
  padding-top: 80px;
}

#wn_block {
  margin: auto;
  width: 100%;
  max-width: 1000px;
  height: auto;
  display: block;
  color: #000000;
  margin-top: 100px;
}

#wnsplash {
  font-size: 50px;
  font-family: "Barlow", sans-serif;
  color: #bdbdbd;
}

#featuredtitle {
  text-transform: uppercase;
}

#wn_text {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  padding-left: 20px;
}

.section_holder2 {
  margin: auto;
  width: 360px;
  margin-top: 40px;
}

.section_title2 {
  font-family: "Barlow", sans-serif;
  font-size: 50px;
  text-align: center;
  font-style: italic;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: -15px;
}

.artist-container {
  display: flex;
  flex-direction: column;
  padding-top: 30px;
  margin: auto;
  width: 1050px;
}

.flex-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.flex-row:last-child {
  margin-bottom: 0;
}

.flex-item {
  flex: 1;
  padding: 10px;
  box-sizing: border-box;
}

.artist-bio {
  width: 100%;
  box-shadow: 1px 2px 8px rgb(128, 128, 128, 0.5);
  border: 2px solid #cfcfcf;
  border-radius: 20px;
  font-family: "Inter", sans-serif;
  cursor: pointer;
  transition: max-height 2s ease-in-out;
  min-height: 180px;
  padding-bottom: 20px;
}

.artist-full-bio {
  max-height: 0;
  overflow: hidden;
  transition: max-height 2s ease-in-out, opacity 0.5s ease-in-out;
  padding-right: 5px;
  opacity: 0;
}

.artist-full-bio.open {
  max-height: 500px;
  opacity: 1;
}

.bio-text {
  display: block;
  font-family: "Inter", sans-serif;
  white-space: pre-wrap;
  overflow: hidden;
}

.artist-pic {
  display: flex;
  float: left;
  border-radius: 50%;
  margin-top: 24px;
  padding-left: 10px;
  padding-right: 15px;
  opacity: 1;
  transition: transform 1.8s ease-in-out;
  width: 150px;
  height: 150px;
  object-fit: cover;
  /* Transition for smooth drop down */
}

.artist-short {
  padding-top: 50px;
}

.artist-name {
  font-style: italic;
  font-size: 18px;
}

.artist-location {
  color: #9c9c9c;
}

#footer {
  width: 100%;
  height: 250px;
  background-color: #242424;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  text-align: center;
  padding-top: 50px;
  margin-top: 50px;
}

.newsletter {
    font-weight: bold;
    font-style: italic;
    font-size: 22px;
    background-color: #FFFFFF;
    color: #000000;
    border-radius: 20px;
    padding: 20px;
    margin-top: 30px;
    max-width: 400px;
    display: flex;
    justify-content: center;
    margin: auto;
    transition: background-color 0.3s ease;
}
    
.newsletter:hover {
    color: #000000;
    background-color: #f4f6bc;
    transition: background-color 0.3s ease;
}

@media (max-width: 660px) {
    
    .newsletter {
        width: 80%;
    }
}