/* styles.css 
   Project: 
   Author: 
   Date: 
*/

/*google font*/

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400&family=Montserrat:wght@300;400&display=swap');

/*main css*/


* {
   box-sizing: border-box;
   scroll-behavior: smooth;
}

img {
   width: 100%;
   display: block;
}

body {
   background-color: black;
   font-family: 'Aleo';
   font-size: 1.5em;
}

video{
   width: 50%;
   display: block;
   margin: auto;
}

a {
  color: #E39FC6;
}

/*.fuzz{
   position:absolute;
}*/

.site-overlay {
   position: fixed;
   top: 0;
   left: 0;
   width: 100vw;
   height: 100vh;
   z-index: 999; /* adjust depending on what you want it to appear over */
   pointer-events: none; /* lets you click through it */
}

.knightlab {
   width: 100%;
   position: absolute;
   top: 208%;
}


.header video{
   padding-top: 25px;
   width: 100%;

}

.header {
   width: 100%;
   position: relative;
   margin: auto;
   bottom: 50px;

}


.subhead {
   position: relative;
   width: 40%;
   margin: auto;
}

.stickyhead {
   width: 80%;
   margin: auto;
   position: sticky;
   position: -webkit-sticky;
   top: -225px;
   z-index: 5;
   padding: 100px;
}

.stickymenu {
   width: 70%;
   margin: auto;
   position: relative;
}

.stickyitem {
   position: absolute;
   width: 25%;
   height: 30px;
   cursor: pointer;
}

.one {
   left: 10%;
   top: 74%;
}


.two{
   left: 38%;
   top: 74%;
}

.three{
   left: 68%;
   top: 74%;
}

.subtext {
/*   border: 2px solid hotpink;*/
   position: relative;
   color: white;
   font-family: 'Aleo', slab-serif;
   font-size: 30px;
   bottom: 22%;
   width: 80%;
   left: 10%;
}

.intro {
/*   border: 5px solid green;*/
   display: grid;
   grid-template-columns: 3fr 2fr;
   grid-gap: 30px;
   max-width: 80%;
   margin: auto;
   padding: 0px 20px;
   bottom: 30px;
   position: inherit;
}

.introtext {
   position: relative;
   z-index: 1;
   color: white;
}

.intro img{
   margin: auto;
}


.before {
/*   border: 5px solid red;*/
   max-width: 900px;
   margin: auto;
   padding: 0px 20px;
}

.beforetitle img{
   width: 70%;
   margin: auto;
   padding: 40px;
}

.beforetext {
/*   border: 5px solid red;*/
   width: 85%;
   padding: 50px;
   margin: auto;
   color: white;
}

.now {
/*   border: 5px solid red;*/
   max-width: 900px;
   margin: auto;
   padding: 0px 20px;
   color: white;
}

.nowtext {
/*   border: 5px solid red;*/
   width: 85%;
   padding: 50px;
   margin: auto;
   color: white;
}

.nowtitle img{
   width: 50%;
   margin: auto;
   padding: 40px;
}

.main1{
   display: grid;
   grid-template-columns: 1fr 1fr;
   align-self: center;
}

.sidevid video{
   position: relative;
   width: 120%;
   padding-right: 40px;
   padding-top: 5px;
}

.main2{
   padding: 10px;
   display: grid;
   grid-template-columns: 1fr 1fr;
}

.sidepic img{
   width: 80%;
   padding-top: 15%;
   position: sticky;
   top: 10px;
   align-self: center;
}

.rightsidetext{
   padding: 20px;
}

.leftsidetext{
   padding: 20px;
}

.soon {
/*   border: 5px solid red;*/
   max-width: 900px;
   margin: auto;
   padding: 0px 20px;
   color: white;
}


.soontext {
/*   border: 5px solid red;*/
   width: 85%;
   padding: 50px;
   margin: auto;
   color: white;
}

.soontitle img{
   width: 50%;
   margin: auto;
   padding: 40px;
}

.galleryback {
   position: relative;
}

.between {
   position: relative;
}

.gallery {
   display: grid;
   grid-template-columns: 1fr 1fr 1fr 1fr;
   grid-gap: 10px;
   cursor: pointer;
   position: absolute;
   top: 6%;
   left: 5%;
   width: 90%;
   font-size: 0.5em;

}

.gallery img:hover {
   border: 5px solid pink;
}

.podcast{
   padding: 5%;
}

.dancer{
   position: relative;
   margin: auto;
}

.podback {
  position: relative;
  margin: auto;
}

.podback img.wide {
  width: 70%; 
  display: block;
  margin: auto;
}

.container{
  position: absolute;
  cursor: pointer;
  top: 7%;
  left: 20%;
  width: 60%; /* Match image size */
  pointer-events: auto; /* Allows interaction with controls */
}


.pullquote{
  width: 50%;
  font-size: 1.4em;
  line-height: 1em;
  font-style: italic;
  text-align: center;
  margin: auto;
}

.name {
  font-size: 0.7em;
  text-align: center;
  line-height: 0.1em;
  padding-bottom: 30px;
}

/*popup modal*/

.overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.95);
  overflow-y: scroll;
  z-index:  10;
  display: none;  
}

.modal {
  width: 70%;
  margin: 5% auto;
  color: white;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  font-size: 1em;
  padding: 50px;
  align-self: center;
}

.modal img{
   width: 80%;
   align-self: center;
}

.closer {
  position: absolute;
  right: 22vh;
  top:  10vh;
  width: 8%;
  cursor: pointer;
  padding: 15px;
}

.narrow {
   display: none;
}

footer{
   background-color: #E39FC6;
   color: #6F247E;
   padding: 0.005%;
   padding-right: 25px;
   text-align: right;
   font-family: 'Aleo', serif;
}



@media only screen and (max-width: 640px) {

   .modal{
      font-size: 0.75em;
   }

   .intro {
      grid-template-columns: 1fr;
   }

   .main1 {
         grid-template-columns: 1fr
   }

   .gallery {
         grid-template-columns: 1fr 1fr
   }

   .stickymenu{
      width: 90%;
   }

   .wide {
      display: none;
   }

   .narrow {
      display: block;
   }

}
