@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900');

*{
  margin: 0;
  padding: 0px;
  color: white;
  scroll-behavior: smooth;
  font-family: Raleway;
}

html {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

body {
  background-color: #000000;
  margin: 0;
  padding: 0;
  font-size:13px;
  font-family:Arial, Helvetica, Verdana;
}

a{
  transition: all 0.2s ease-in;
  margin: 0;
  padding: 1 0;
  text-decoration: none;
}

a:hover{
  color: red;
}

img{
  max-width:100%;
  border:0;
  padding-top:1;
  padding-bottom:1;
}

.sections {
  align-content: middle;
  text-align: center;
  align: center;
  width: 100%;
}

.header {
  box-sizing: border-box;
  position: fixed;
  width: 100%;
  height: auto;
  padding: 20px;
  font-size: 16pt;
  letter-spacing: 5px;
  font-family: Raleway;
  font-weight: 500;
  color: white;
  text-shadow: rgba(0, 0, 0, 1.0) 0px 5px 5px;
  z-index: 999;
  background-color: rgba(0,0,0, 0.5);
}

.headingText {
  float: left;
  font-size: 18pt;
  z-index: 999;
}

.menu {
  float: right;
  word-spacing: 1rem;
}

.divider {
  display:block;
  border-left: 2px solid;
  height: 200px;
  width: 2px;
  margin-left: auto;
  margin-right: auto;
}

.intro_container {
  display: flex;
  flex-wrap: wrap;
  /*background-color: red;*/
  text-align: center;
  vertical-align: middle;
  align-items: center;
  width: 100%;
  height: 100vh;
  overflow: visible;
}

.intro_spacer {
  height: auto;
}

.slideshow {
  position: relative;  /* Add this line */
  display: flex;
  background-size: cover;
  background-position: center;
  background-origin: 50% 50%;
  background-repeat: no-repeat;
  text-align:center;
  vertical-align: : middle;
  align-items: :center;
  width: 100%;
  aspect-ratio:2.39 /1;
  transition: 20s;
  animation: intro_bg 20s infinite;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.slideshow p{
  z-index:900;
  position: relative;
}

.slide {
  position: absolute;
  width: 100%;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
  z-index: 1; 
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.indicators {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 20px;
  z-index: 20; 
  pointer-events: auto;
}

.indicator-wrapper {
  width: 15px;  
  height: 30pt;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.indicator {
  width: 2px;
  height: 30pt;
  border: 1px solid #BBBBBB;
  border-radius: 0%;
  background: #BBBBBB;
  cursor: pointer;
  transition: background 0.3s, transform 0.2s;
  box-shadow:     2px 2px 6px rgba(0, 0, 0, 0.8);
}

.indicator.active {
  background: #FFFFFF;
  border-color: #FFFFFF;
  transform: scale(1.2);
}

.indicator-wrapper:hover .indicator{
  border-color: white;
  background-color: white;
  transform: scale(1.2);
  transition: transform 0.5s border-color 0.5s ease;
}

.about_container {
  display: flex;
  /*background-color: red;*/
  text-align: center;
  vertical-align: middle;
  align-items: center;
  width: 100%;
  height: max(auto,100vh);
  overflow: visible;
  padding-bottom:50px;
  padding-top:50px;
}

.about {
  display: inline-block;
  /*background-color: red;*/
  text-align: center;
  vertical-align: middle;
  align-items: center;
  max-width: 1280px;
  overflow: visible;
  margin-left:auto;
  margin-right:auto;
}

.alt {
  margin-top: 20px;
  margin-bottom:20px;
  font-size: 15pt ;
  font-weight: 100;
}

.postersGrid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 5px;
  grid-auto-rows: minmax(30px, auto);
  overflow-x: hidden;
}

.postersGrid img{
  max-width: auto;
}

.reel_container {
  display: flex;
  /*background-color: red;*/
  text-align: center;
  vertical-align: middle;
  align-items: center;
  width: 100%;
  height: 100vh;
  overflow: visible;
  margin-left: auto;
  margin-right: auto;
}

.reel {
  display: block;
  text-align: center;
  align-items: center;
  width: 100%;
  overflow: visible;
  margin-left:auto;
  margin-right:auto;
  z-index: 0;
}

.reel iframe{
  z-index: 0;
}

.portfolio_column {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 20px;
}

.portfolio_column img{
  display: flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact_container {
  display: flex;
  /*background-color: red;*/
  text-align: center;
  vertical-align: middle;
  align-items: center;
  width: 100%;
  height: 100vh;
  overflow: visible;
}

.contact {
  /*background-color: red;*/
  text-align: center;
  vertical-align: middle;
  align-items: center;
  margin-left:auto;
  margin-right:auto;
  margin-top:auto;
  margin-bottom: auto;
}

.heading {
  display: inline-block; 
  margin: auto;
  justify-content: center;
  vertical-align: middle; 
  text-align: center; 
  align-items: center;
  font-family: Raleway;
  font-weight: 400;
  color: white;
  font-size: 40pt;
  letter-spacing: 30px;
  width: 100%;
  text-shadow:
    4px 6px 12px rgba(0, 0, 0, 1),
    2px 3px 8px rgba(0, 0, 0, 0.9);
  z-index: 10;
}

.subheading {
  padding: 20px;
  font-size: 30pt;
  font-weight: 300;
}

.text {
  font-size: 20pt;
  font-weight: 100;
}

.advance {
width: 100%;
position: absolute;
text-align: center;
font-size:100pt;
bottom: 0px;
left: 50%;
transform: translateX(-50%);
font-weight: 50;
}

@media screen and (max-width: 500px), (orientation: portrait) {
  .header {
    display: grid;
  }
  .headingText{
    width:100%;
    justify-self: right;
  }
  .heading {
    font-size: 7vw;
    letter-spacing: 2vw;
  }
  .subheading{
    font-size: 5vw;
  }
  .portfolio_grid{
    flex-direction: column;
  }
  .slideshow {
    aspect-ratio: auto;
    height: 70vh;
  }
  .slide {
    height: 70vh;
  }
  .slide img {
    object-position: center center;
    object-fit: cover;
    width: 100%;
  }
  .indicators {
    gap: 1em;
  }
  .indicator {
    width: 1px;
  }
  .postersGrid {
    grid-template-columns: repeat(4, 1fr);
  }
  .text {
    font-size: 15pt;
    font-weight: 100;
  }
}