
:root {
  --aLink: #e1d78f;
  --aLinkHover: #ecece0;
  --aLinkHoverBack: #ecece0;
  --back: #101013;
  --footerHamburger: #e1d78f;
  --red: #e1d78f;
  --sidebarBack: #101013;
  --sidebarColor: #e1d78f;
  --sides: #101013;
  --textColor: #e1d78f;
  --titleColor: #e1d78f;
}


body {
  background-color: var(--sides);
  box-sizing: border-box;
  color: var(--textColor);
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 1em;
  margin: 0;
  max-width: 1100px;
  position: relative;
}
.layout {
  display: flex;
  min-height: 100vh;
}
hr {
  background-color: var(--textColor);
  border: 0;
  height: 20px;
  width: 105%;
}
.central_content {
  background-color: var(--sidebarBack);
  box-sizing: border-box;
  color: var(--textColor);
  display: block;
  min-height: 200px;
}
.central_content a,
body a,
body a:link,
body a:visited {
  color: var(--textColor);
}

.sidebar {
  background: var(--sidebarBack);
  box-sizing: border-box;
  color: var(--sidebarColor);
  padding: 1rem;
  width: 220px;
}
.sidebar img {
  bottom: 0;
  display: none;
  margin-left: -16px;
  margin-top: -16px;
  width: 217px;
}

.site-title {
  color: var(--textColor);
  font-size: 2em;
  font-weight: bold;
  margin: 0.5em 0;
  padding: 0 0.3em;
}
.card {
  color: var(--textColor);
  display: inline-flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 20px;
  width:90%;
  max-width: 250px;
}
.card a {
  color: var(--textColor) !important;
}
.card img {
  padding: 10px;
  width: 230px;
}
.card h3 a {
  color: var(--aLink);
}
.card h3 a:hover {
  color: var(--aLinkHover);
}
.content {
  flex: 1;
  overflow: visible;
}


#navigation {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}


#navigation a {
  background 0.15s,
  color 0.15s;
  background: none;
  box-sizing: border-box;
  color: var(--aLink, #f0f090);
  display: block;
  font-size: 1.2em;
  padding: 0.5em 0.5em;
  text-align: left;
  text-decoration: none;
  transition:
  width: 100%;
}

#navigation a:hover {
  color: var(--aLinkHover, #ffff70);
}
.schedule {
  font-size: 0.85em;
  font-weight: 400;
  padding: 12px;
}

.schedule-day {
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 2rem;
}

.schedule-venue {
  font-size: 1em;
  font-weight: bold;
  margin-top: 1.2rem;
}

.schedule-days {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.schedule-day-block {
  display: flex;
  flex-direction: column;
}

@media (min-width: 900px) {
  .schedule-days {
    flex-direction: row;
  }

  .schedule-day-block {
    flex: 1;
  }

  .schedule-day {
    margin-top: 0;
  }
}


.content a,
body a,
body a:link,
body a:visited {
  color: var(--textColor);
  padding: 0.2em;
  text-decoration: none;
}

body a:hover,
body a:visited {
  color: var(--textColor);
}
.central_text a,
.central_text a:link,
.central_text a:visited {
  color: var(--aLink);
}
.central_text a:hover {
  color: var(--aLinkHover);
}
.nopad {
  padding: 0 !important;
}
.rmarg {
  margin-right: 0px;
}
.collapsible {
  background-color: var(--footerHamburger);
  color: var(--textColor);
  font-size: 1.33em;
  max-width: 100%;
  padding: 18px;
  text-align: center;
}
.collapsible_title {
  background-color: var(--red);
  color: var(--titleColor);
  font-size: 1.25em;
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  text-align: center;
}
.page_title {
  font-size: 2em;
  font-stretch: expanded;
  padding-bottom: 0.1em;
}


#titlebar {
  background-color: var(--footerHamburger);
  margin-top: 0px;
  padding-top: 3rem;
  position: relative;
}
#titlesquare {
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-repeat: no-repeat;
  background-size: contain;
  box-sizing: border-box;
  margin-top: 0px;
  padding-top: 73%;
  position: relative;
  width: 100%;
}
#splash-quote {
  font-size: calc(5px + 1vw);
  left: 40%;
  margin-right: 8%;
  position: absolute;
  top: 3%;
}
#declaration {
  font-size: calc(6px + 1vw);
}


.footer {
  background: var(--footerHamburger);
  bottom: 0px;
  color: black;
  font-size: 0.85em;
  height: 50px;
  margin-top: 0px;
  opacity: 1;
  padding-bottom: 5px;
  padding-right: 10px;
  padding-top: 0px;
  position: fixed;
  text-align: right;
	width:100%;
	min-width:500px;
}
footer a {
  color: black;
}


.button {
  background-color: var(--textColor);
  border-radius: 0.2em;
  color: black;
  display: inline-block;
  font-weight: bold;
  padding: 0.4em 0.8em;
  text-decoration: none;
}
.button:hover {
  background-color: var(--textColor);
  color: black;
}
a.button,
a.button:link,
a.button:visited,
a.button:hover {
  color: black;
}


.artist-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
  justify-content: center;
  padding: 0.5em 0;
}

.artist-gallery img {
  height: 180px;
  object-fit: cover;
  width: 180px;
}


.contact-box {
  padding: 20px;
}

.contact-box.black {
  background: #000;
  color: var(--textColor);
}

.contact-box.textcolor {
  background: var(--textColor);
  color: var(--back);
}
input, textarea, select {
  background: var(--textColor);
  border: 1px solid var(--back);
  color: var(--back);
}


.contact-form label {
  display: block;
  font-weight: bold;
  margin: 0.5rem 0 0.25rem;
}

.contact-form input:not([type="radio"]),
.contact-form textarea {
  box-sizing: border-box;
  font-family: inherit;
  max-width: 400px;
  padding: 0.4em;
  width: 100%;
}

.contact-form button,
button {
  background-color: var(--textColor);
  border-radius: 0.2em;
  border: none;
  color: black;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-top: 0.5rem;
  padding: 0.4em 0.8em;
}


.partner-logos {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 1rem 0;
}

.partner-logos img {
  height: auto;
  max-width: 150px;
}
h1,
h2,
h3 {
  margin-top: 0;
}

/* Film festival layout */
.film-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
  padding: 1rem 0;
}

.film-card {
  background: var(--sidebarBack);
  border: 2px solid var(--textColor);
  padding: 0.5rem;
}

.film-card img {
  width: 100%;
  height: auto;
  border-bottom: 2px solid var(--textColor);
}

.film-card h3 {
  color: var(--aLink);
  margin-bottom: 0.2rem;
}

.film-card .filmmaker {
  font-weight: bold;
  margin-top: 0;
}

/* Archive section styles */
.archive-years {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem;
  padding: 1rem 0;
}

.archive-year-card {
  background: var(--textColor);
  border: 2px solid var(--textColor);
  color: var(--back);
  display: block;
  padding: 2rem;
  text-align: center;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
}

.archive-year-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(225, 215, 143, 0.3);
}

.archive-year-title {
  font-size: 1.8em;
  font-weight: bold;
}

.archive-section {
  margin: 1.5rem 0;
}

.archive-section h3 {
  color: var(--textColor);
  margin-bottom: 1rem;
}

.archive-poster {
  text-align: center;
  padding: 1rem 0;
}

.archive-poster img {
  max-width: 100%;
  max-height: 600px;
  height: auto;
  border: 2px solid var(--textColor);
}

/* Photo gallery grid */
.archive-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 0.75rem;
  padding: 0.5rem 0;
}

.gallery-item {
  display: block;
  overflow: hidden;
  aspect-ratio: 1;
  border: 2px solid var(--textColor);
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}

.gallery-item:hover img {
  transform: scale(1.05);
}

/* Video embeds */
.archive-videos {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.video-item h4 {
  color: var(--textColor);
  margin-bottom: 0.5rem;
}

.video-embed {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
}

.video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid var(--textColor);
}

.coming-soon {
  font-style: italic;
  color: var(--textColor);
  opacity: 0.8;
}

/* Call to action box */
.cta-box {
  background: var(--textColor);
  color: var(--back);
  padding: 1.5rem;
  margin-top: 1rem;
  text-align: center;
}

.cta-box p {
  margin: 0.5rem 0;
}

.cta-box .button {
  margin-top: 0.5rem;
}
