/*
Theme Name: GayPHX Web Awesome
Theme URI: http://gayphx.com/
Author: Bily Foster
Author URI: http://1LPro.com
Description: A custom theme for GayPHX.com
Version: 0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: responsive, custom-background, custom-header, custom-menu, featured-images, threaded-comments, translation-ready
Text Domain: gayphx
*/
  wa-page {
    --menu-width: 15rem;
    --aside-width: 15rem;
  }
  wa-page[view='desktop'] {
    [slot*='navigation'] {
      border-inline-end: var(--wa-border-width-s) var(--wa-border-style) var(--wa-color-surface-border);
    }
  }
  wa-page[view='mobile'] {
    --menu-width: auto;
    --aside-width: auto;
  }

  [slot='banner'] {
    --wa-color-text-link: var(--wa-color-neutral-on-loud);
    background-color: var(--wa-color-neutral-fill-loud);
  }
  [slot='header'] {
    --wa-link-decoration-default: none;
    border-block-end: var(--wa-border-width-s) var(--wa-border-style) var(--wa-color-surface-border);
  }
  [slot*='header'] a {
    font-weight: var(--wa-font-weight-action);
  }
  [slot='subheader'] {
    background-color: var(--wa-color-surface-lowered);
    border-block-end: var(--wa-border-width-s) var(--wa-border-style) var(--wa-color-surface-border);
  }
  [slot='navigation-header'] {
    border-block-end: var(--wa-border-width-s) var(--wa-border-style) var(--wa-color-surface-border);
  }

  [slot*='navigation'] a {
    --wa-color-text-link: var(--wa-color-text-normal);
  }
  [slot='navigation-footer'] {
    border-block-start: var(--wa-border-width-s) var(--wa-border-style) var(--wa-color-surface-border);

    .wa-flank {
      --flank-size: 1.25em;
    }
  }
  [slot='main-header'],
  main,
  [slot='main-footer'] {
    max-inline-size: 60rem;
    margin-inline: auto;
  }
  [slot='main-footer'] {
    border-block-start: var(--wa-border-width-s) var(--wa-border-style) var(--wa-color-surface-border);
  }
  [slot='footer'] {
    --wa-color-text-link: var(--wa-color-text-quiet);
    background-color: var(--wa-color-surface-lowered);
    font-size: var(--wa-font-size-s);
  }
  .wa-cluster ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.tribe-events-featured-image-container img {
  width: 100%; /* Ensures it fills the container */
  height: auto; /* Maintains aspect ratio */
  max-height: 500px; /* Optional: Restrict max height */
  object-fit: cover; /* Ensures proportional scaling */
  border-radius: var(--wa-border-radius-m); /* Optional: Adds rounded corners */
}

@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');

h1, h2, h3 {
    font-family: 'Anton', Arial Black, Impact, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}

header[slot="main-header"] {
  display: flex;
  justify-content: center; /* Centers horizontally */
  align-items: center; /* Centers vertically */
  text-align: center;
  width: 100%;
  padding: var(--wa-space-m);
}

.wa-ad {
  display: flex;
  flex-direction: column; /* Stack elements */
  align-items: center; /* Center the ad */
  text-align: center;
  width: 100%;
  max-width: 728px; /* Match the ad width */
  margin: 0 auto; /* Center the container */
  position: relative;
}

.supporter-tag {
  align-self: flex-start; /* Left-align */
  margin-bottom: var(--wa-space-2xs); /* Add space between tag and ad */
  background-color: var(--wa-color-brand-fill-loud); /* Adjust if needed */
  color: white;
  padding: var(--wa-space-2xs) var(--wa-space-xs);
  font-size: var(--wa-font-size-s);
  font-weight: bold;
  border-radius: var(--wa-border-radius-s);
}


.carousel-item {
  position: relative;
  display: inline-block;
  width: 100%;
}

.carousel-image img {
  display: block;
  width: 100%;
  height: auto;
}

.carousel-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5); /* 50% black background */
  color: white;
  text-align: center;
  padding: 15px;
}

.carousel-overlay a {
  color: white;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: bold;
}

.carousel-overlay a:hover {
  text-decoration: underline;
}


@media (max-width: 768px) {

}
