body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f8f5ef; /* Cream/Beige background color */
  color: #333; /* Default text color */
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

header {
  background-color: #f8f5ef;
  color: #F7D000;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between; /* Space between the logo and icons */
  align-items: center;
  padding-left: 0; /* Adjust overall padding */
  padding-right: 100px;
}

.logo img {
  max-width: 15%; /* Adjust to fill the available space */
  height: auto;
  padding-left: 50px;
}

.contact-icons {
  text-align: right;
}

.contact-icons img {
  max-width: 10%; /* Adjust to fill the available space */
  height: auto;
  transition: all .2s ease; /* zoom in */
}

.contact-icons img:hover {
  transform: translate3D(0,0,0) scale(1.20); /* move up slightly and zoom in */
  object-fit: contain;
  filter: grayscale(60%);
  transition: all .2s ease; /* zoom in */
}

header a {
  text-decoration: none;
  height: auto;
}

.contact-icons {
padding-right: 0px;
margin-right: 0px;
}

/* Media query for header section mobile view */
@media (max-width: 767.98px) {
  header {
      padding-top: 20px;
      padding-bottom: 20px;
  }
  .logo img {
display: none;
padding-left: 0px;
  }
  .contact-icons {
    text-align: center;
  }
  .contact-icons img {
      height: auto;
  }
  header {
    padding-right: 0px;
  }
}

.hero {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  gap: 40px; /* Adjusts spacing between text and image */
}

.hero img {
  max-width: 30%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 5px 10px #8e8e8e);
}

.hero-text {
  max-width: 800px;
  display: flex;
  flex-direction: column;
  align-items: center; /* Centers text horizontally */
  text-align: center;  /* Centers text within the container */
}

.hero-text h2 {
  color: #364D46;
  font-size: 65px;
  text-shadow: 1px 1px #F2C193;
  margin: 0; /* Removes default margins */
  line-height: 0.9; /* Adjust line height for spacing between words */
}

.hero-text h2 span {
  display: block; /* Each word on a new line */
}

.hero-text p {
  font-size: 20px; /* Smaller font size */
  color: #364D46; /* Same color as the main text for consistency */
  font-style: italic; /* Italics */
  font-weight: normal; /* Not bold */
  margin-top: 10px; /* Spacing between the main title and the subtext */
}

.hero-mobile {
  display: none;
}

/* Media query for hero section mobile view */
@media (max-width: 767.98px) {
  .hero {
    display: none;
  }
  
  .hero-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px;
    text-align: center; /* Centers text horizontally */
  }
  
  .hero-mobile img {
    max-width: 80%;
    height: auto;
    justify-content: center;
    align-items: center;
  }
  
  .hero-text-mobile {
    max-width: 600px;
    display: flex;
    flex-direction: column;
    align-items: center; /* Ensures the text is centered */
  }
  
  .hero-text-mobile h2 {
    color: #364D46;
    font-size: 38px;
    text-shadow: 1px 1px #F2C193;
    margin-bottom: 0;
    line-height: 1;
    text-align: center;
  }
  
  .hero-text-mobile h2 span {
    display: block; /* Each word on a new line */
  }
  
  .hero-text-mobile p {
    font-size: 16px; /* Smaller font size for mobile */
    color: #364D46;
    font-style: italic;
    margin-top: 10px;
    text-align: center; /* Centers the "Hosted By" text */
  }
}

/* Separator styling */
.section-separator {
  height: 2px; /* Set overall height */
  width: 85%;
  background: radial-gradient(circle, #F2C193 20%, #ffe66b 40%, #fff3b7 60%, #fffae2 80%);
  border-radius: 50px; /* Smooth edges */
  margin: 10px auto;
}

.listenlinks {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.box-links {
  display: flex;
  gap: 50px; /* Adjust spacing between boxes here */
}

.box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px; /* Size of the boxes */
  height: 50px; /* Size of the boxes */
  background-color: #f8f5ef; /* Background color of the boxes */
  border: 1px solid black; /* Black border around the boxes */
  text-align: center;
  color: black;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none; /* Remove underline from links */
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Default box shadow */
  transition: transform 0.3s ease, box-shadow 0.3s ease; /* Animation effect for scaling and shadow */
}

.box:hover {
  transform: scale(1.1); /* Make the box bigger on hover */
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2); /* Enhanced shadow on hover */
}

.apple-box {
  box-shadow: 0 4px 8px #F2C193; /* Pastel color for Apple box shadow */
}

.spotify-box {
  box-shadow: 0 4px 8px #80A3B9; /* Pastel color for Spotify box shadow */
}

.youtube-box {
  box-shadow: 0 4px 8px #AAD1A7; /* Pastel color for YouTube box shadow */
}

/* Media Query for mobile devices */
@media (max-width: 768px) {
  .box-links {
    flex-direction: column; /* Stack boxes vertically */
    gap: 20px; /* Adjust vertical spacing between boxes */
    align-items: center; /* Ensure the boxes are centered */
    width: 100%; /* Take full width of the container */
  }

  .box {
    width: 100%; /* Make boxes take full width */
    max-width: 300px; /* Set a maximum width for better appearance */
    margin: 0 auto; /* Center the boxes horizontally */
  }
}

.about {
  padding-top: 25px; /* Spacing around the section */
  padding-bottom: 25px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: 'Arial', sans-serif; /* Font family for text */
}

.about p {
  color: #6c757d; /* Grayish color for the paragraph text */
  font-size: 18px; /* Medium font size */
  line-height: 1.6; /* Spacing between lines of text */
  max-width: 1100px; /* Limit the width of the text */
  margin: 0 auto; /* Center the text block */
  text-align: center; /* Center text alignment */
}

.about-show {
  padding: 20px; /* Padding within the show container */
}

@media (max-width: 768px) {
  .about h2 {
      font-size: 28px; /* Smaller font on mobile */
  }

  .about p {
      font-size: 16px; /* Adjust text size on mobile */
  }
}

.podcast {
  padding-top: 0px; /* Spacing around the section */
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center; /* Center the player */
}

.podcast-player {
  max-width: 950px; /* Limit the width of the player */
  margin: 0 auto; /* Center the player container */
}

#buzzsprout-small-player {
  width: 100%; /* Ensure the player is responsive */
  height: auto;
}

@media (max-width: 768px) {
  .podcast {
      padding: 30px 15px; /* Adjust padding for mobile */
  }

  .podcast-player {
      max-width: 100%; /* Allow full width on smaller screens */
  }
}

/* More Episodes Section */
.more-episodes {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 0px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
}

.more-episodes-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(200px * 1.50); /* 3/4 of the width of the other boxes */
  height: 25px; /* Same height as other boxes */
  background-color: #f8f5ef; /* Same background color as other boxes */
  border: 1px solid black; /* Same border */
  text-align: center;
  color: black;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none; /* Remove underline */
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Default box shadow */
  transition: transform 0.3s ease, box-shadow 0.3s ease; /* Same hover effect */
}

.more-episodes-box:hover {
  transform: scale(1.1); /* Make the button bigger on hover */
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2); /* Enhanced shadow on hover */
}

/* Media Query for mobile devices */
@media (max-width: 768px) {
  .more-episodes-box {
    width: 100%; /* Full width on mobile */
    max-width: 300px; /* Set a maximum width for better appearance */
    margin: 0 auto; /* Center the button horizontally */
  }
}

.waves {
  position: relative;
  bottom:0;
  left:0;
  right:0;
  width: 100%;
  height: 16vh;
  margin-bottom: -7px;
  min-height: 100px;
  max-height: 150px;
}
.waves.waves-sm {
  height: 50px;
  min-height: 50px;
}
.wave-rotate {
  transform: rotate(180deg);
}
.moving-waves > use {
  animation: d 40s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}
.moving-waves > use:first-child {
  animation-delay: -2s;
  animation-duration: 11s;
}
.moving-waves > use:nth-child(2) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.moving-waves > use:nth-child(3) {
  animation-delay: -3s;
  animation-duration: 15s;
}
.moving-waves > use:nth-child(4) {
  animation-delay: -4s;
  animation-duration: 20s;
}
.moving-waves > use:nth-child(5) {
  animation-delay: -4s;
  animation-duration: 25s;
}
.moving-waves > use:nth-child(6) {
  animation-delay: -3s;
  animation-duration: 30s;
}
@keyframes d {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  to {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 767.98px) {
  .waves {
    height: 40px;
    min-height: 40px;
  }
}

.contact {
  background-color: #7E9D9A;
  padding: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-column {
  flex: 1;
  margin: 0 0px; /* Adjust the margin as needed for desktop spacing */
  max-width: 400px;
}

.contact h3 {
  color: #f8f5ef;
  text-shadow: 0.5px 0.5px #8e8e8e;
  font-size: 20px;
}

.contact p {
  color: #f8f5ef;
  line-height: 10px;
  user-select: text;
  font-size: 16px;
}

/* Media query for contact section mobile view */
@media (max-width: 767.98px) {
  .contact {
      flex-direction: column; /* Stack columns vertically on mobile */
      align-items: center; /* Center items horizontally on mobile */
  }

  .contact-column {
      margin: 0; /* Remove margin on mobile */
      width: 100%;
      max-width: none; /* Remove max-width on mobile */
  }

  .contact h3 {
      font-size: 12px;
  }

  .contact p {
      font-size: 10px;
      color: #f8f5ef;
  }
}

hr {
  background-color: #7E9D9A;
  text-align: center;
  color: #f8f5ef;
}
.hr-line {
  border-top: 1px solid transparent;
  background: linear-gradient(#7E9D9A, #7E9D9A) padding-box,
    linear-gradient(90deg, #7E9D9A, #f8f5ef, #7E9D9A) border-box;
}

footer {
  background-color: #7E9D9A;
  color: #f8f5ef;
  text-align: center;
  padding: 10px;
}

footer p {
  font-size: 14px;
}

.contact-link {
color: #f8f5ef;
text-decoration: none; /* Remove underline */
}

/* Media query for services section mobile view */
@media (max-width: 767.98px) {
  footer p {
      font-size: 8px;
  }
}

/* Go Back Text On Episodes Page*/
.go-back-link {
  text-decoration: underline;
  color: #364D46;
  font-size: 12px; /* Default size */
}

/* Make the link smaller on larger screens */
@media (min-width: 768px) {
  .go-back-link {
    font-size: 16px; /* Smaller size for desktop */
  }
}

/* All Episodes Section */
.episodes-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 20px;
  background-color: #f8f5ef; /* Match the background color of your page */
}

.episodes-title h2 {
  color: #364D46;
  font-size: 65px;
  text-shadow: 1px 1px #F2C193;
  margin: 0;
  line-height: 0.9;
  text-align: center;
}

.episodes-title h2 span {
  display: block; /* Stack words on mobile */
}

/* Media query for larger screens */
@media (max-width: 767.98px) {
  .episodes-title h2 span {
    display: block;
    margin-bottom: 5px; /* Add space between the words if they stack */
  }
}

/* Section Separator */
.section-separator {
  height: 2px; 
  width: 85%;
  background: radial-gradient(circle, #F2C193 20%, #ffe66b 40%, #fff3b7 60%, #fffae2 80%);
  border-radius: 50px;
  margin: 20px 0 40px 0;
}

/* Buzzsprout Player */
.podcast-player {
  max-width: 950px; 
  margin: 0 auto; /* Center the player container */
  padding-left: 20px;
  padding-right: 20px;
}

#buzzsprout-small-player {
  width: 100%; /* Ensure the player is responsive */
  height: auto;
}

/* Footer */
footer {
  background-color: #7E9D9A;
  color: #f8f5ef;
  text-align: center;
  padding: 10px;
}

footer p {
  font-size: 14px;
}

.contact-link {
  color: #f8f5ef;
  text-decoration: none; /* Remove underline */
}

@media (max-width: 767.98px) {
  .episodes-title h2 {
    font-size: 38px; /* Smaller font size for mobile */
  }

  .section-separator {
    width: 100%; /* Full width for mobile */
  }

  footer p {
    font-size: 12px; /* Adjust font size for mobile */
  }
}

/* Scroll to Top Button */
.scroll-top-btn {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 40px;
  right: 30px;
  background-color: #7E9D9A;
  color: #FFFFFF;
  font-size: 20px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  opacity: 0;
  pointer-events: none;
  z-index: 1000;
  transition: opacity 0.3s ease, transform 0.3s ease;
  text-align: center; /* Center text horizontally */
  line-height: 50px; /* Center text vertically */
  padding: 0; /* Remove padding */
}

.scroll-top-btn.show {
  opacity: 1;
  pointer-events: auto;
}

.scroll-top-btn:hover {
  background-color: #a6cfcb;
  transform: scale(1.1); /* Slightly larger on hover */
}
