@font-face {
  font-display: swap; 
  font-family: 'Marcelline';
  font-style: normal;
  font-weight: 100 !important;
  font-synthesis: none;
  src: url('fonts/Marcelline-Regular.otf') format('opentype'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap; 
  font-family: "Times New Roman";
  font-style: normal;
  font-weight: 100 !important;
  font-synthesis: none;
  src: url('fonts/times.ttf');
}

body{
  padding:0;
  margin:0;
  position:relative;
  background-image:url(images/paper.png);
  background-repeat:repeat;
  color:white;
  width:100vw;
  overflow-x: hidden;
  font-family: "Times New Roman";
  font-weight: 100 !important;
}

.nav{
  display:grid;
  grid-template-columns: 1fr 1fr 7vw 1fr 1fr;
  align-items:center;
  width:100vw;
}
.abs{
  position:absolute;
  z-index:10;
}

.nav a{
  width:100%;
  text-align:center;
  padding:2vh 0;
  margin:0;
  text-decoration: none;
  color:white;
  font-size:2.5vh;
}
.nav img{
  width:100%;
  padding:0;
  margin:0;
}

.gen{
  display:block;
  margin:0;
  width:100vw;
}

h1{
  font-weight:100;
}

.header{
  height:70vh;
  display:grid;
  grid-template-columns: 1fr 46vh 1fr;
  align-items:center;
  margin:0;
  padding:0;
  width:100vw;
  overflow:hidden;

}
.header div{
  width: calc(100% - 6vh);
  height:40vh;/*remove later*/
  padding:3vh 3vh 8vh 3vh;
  background: white;
  box-shadow: rgba(0, 0, 0, 0.202) 1.5vh 1.5vh 3vh;
}
.header img{
  width:100%;
  border: 0.01vh rgb(205, 205, 205) solid;
}
.header h1{
  font-size:8vh;
  padding: 0 6vw;
  word-spacing:2vh;
}

.bigimage{
  position:relative;
  margin: 0;
}
.bigimage div{
  overflow:hidden;
  height:60vh;
  position:relative;
}
.bigimage img{
  position:absolute;
  transform:translate(-50%, 0%);
  left:50vw;
  top:-20vw;
  width:100vw;
}
.bigimage h1{
  font-family:"Marcelline";
  position:relative;
  z-index:10;
  font-weight: 100;
  font-size:12vh;
  margin: 0 0 0 20vw;
  line-height:5vh;
}
.bigimage .line2{
  line-height:inherit;
  padding-left:12vh;
}
#big1 img{
  top:-6vw;
}
#big3 {
  top:-18vw;
}
#big1 div{
  height:65vh;
}
#big2{
  top:-30vw;
}

.txt {
  padding: 0;
  width: calc(100% - 40vw);
  text-align:center;
  margin:10vh 0 0 20vw;
}
.txt h2{
  font-size:5vh;
  font-weight:100;
  padding:0;
  margin:10vh 0 0 0;
}
.txt p{
  font-size:2.5vh;
}


.split{
  font-size:2vh;
  display:grid;
  grid-template-columns: 1fr max-content 1fr;
  align-items: center;
  text-align:center;
}
.split div, .bar{
  background:white;
  height:0.3vh;
  width:100%;
  margin: 10vh 0;
}
.split h2{
  padding:0 3vh;
  font-weight: 100;
  font-size:2.5vh;
}
.split h1{
  padding:0 3vh;
  font-family: "Marcelline";
  font-size:8vw;
  font-weight: 100;
}

.left{
  text-align:right;
}

.slide{
  position:relative;
  margin:10vh 0;
}
.frame{
  position:absolute;
  width:60vw;
  left:20vw;
  top:-7vw;
  transform:scaleY(1.04);
}
.slideshow-container {
  width: 45vw;
  position: relative;
  margin: 10vw 27.5vw;
}
.mySlides {
  display: none;
}
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: calc(50% - 17px);
  width: auto;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}
@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}










form{
  margin: 10vh 20vw 0vh;
  text-align:center;
  width:60vw;
  display:block;
}
input, textarea{
  width:60vw;
  padding:0;
  margin:0;
}

form h2{
  padding: 5vh 0 0vh 0;
  margin:0;
  font-weight:100;
  font-size:2.5vh;
}
button{
  border:none;
  border-radius: 0;
  width:60vw;
  margin: 5vh 0 0 0;
  padding:3vh;
  background:rgb(172, 64, 64);
  font-family:"times new Roman";
  font-size:2.5vh;
}


.half{
  display:grid;
  grid-template-columns: max-content auto;
  margin: 0 20vw;
  align-items:center;
  width:60vw;
}
.halfl{
  grid-template-columns: auto max-content;
  flex-direction: row-reverse;
}
.halfl .imgdiv{
  order:1;
}
.half p{
  padding:0 2vw;
}
.half h2{
  padding:0 2vw;
  margin:0;
  font-family:"Marcelline";
  font-size: 5vw;

}
.halfl p{
  text-align:right;
}
.imgdiv{
  width: 40vh;
  height:40vh;/*remove later*/
  padding:3vh 3vh 8vh 3vh;
  background: white;
  box-shadow: rgba(0, 0, 0, 0.202) 1vh 1vh 3vh;
}
.half img{
  width:100%;
  border: 0.01vh rgb(205, 205, 205) solid;
  background:rgb(84, 84, 84);
  height:100%;
}

.timeline{
  display:grid;
  grid-template-columns: 1fr 0.3vh 1fr;
  width:60vw;
  margin:10vh 0 0 20vw;
}

.timeline div{
  align-items: center;
}

.event{
  display:grid;/*personally I think its worse like this but oh whale*/
  grid-template-columns: 2fr 1fr 1fr;
  column-gap: 1vh;
  margin: 6vh 0;
  text-align: right;
  align-items: baseline;
}
.spacer{
  height:5vh;
}
.event h3{
  padding:0;
  margin:0;
}
.event h2{
  padding:0;
  margin:0 2vh 0 0;
  font-size: 4vh;
}
.eventl{
  grid-template-columns: 1fr 1fr 2fr;
  text-align:left;
}
.eventl h2{
  margin:0 0 0 2vh;
}

.vline{
  background:white;
  width:0.3vh;
  height:100%;
}
.hline{
  background:white;
  height:0.3vh;
  width:100%;
  margin: 0;
}

.footer{
  display:grid; 
  grid-template-columns: auto auto;
  padding: 30vh 2vw 1vh 2vw;
  width:96vw;
  font-size:2vh;
}
.indfoot{
  padding:20vh 2vw 2vh 2vw;
}
h3{
  font-weight:100;
}
.footer a{
  color:white;

}

h2{
  font-weight: 100;
}
.bigcenter{
  text-align:center;
}

.bigcenter h1{
  font-family:"Marcelline";
  font-size:19vh;
  margin:10vh 0 5vh 0;
  padding:0;
  transform: rotate(7deg);
}
.bigcenter h1 div{
  display:inline-block;
  transform:rotate(-20deg);
}
.bigcenter h2{
  font-family:"Marcelline";
  font-size:10vh;
  margin:0;
  padding:0;
}
.bigcenter h3{
  font-size:3vh;
  line-height: 3.5vh;
  margin:0;
  padding:0;
}
.bigcenter a{
  color:white;
}

.drop{
  position:relative;
  width:35vh;
  height:70vh;
  overflow:hidden;
  margin: 0 0 5vh calc(50vw - 17.5vh);
}
.drop img{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  border-radius: 0.5vh;
}
@keyframes slipkey {
  0% {top:-50vh}
  80% {top:0vh}
  100% {top:15vh}
}
.slip{
  display:block;
  position:absolute;
  left:17.5vh;
  width:18vh;
  transform: translatex(-50%);
  height:48.7vh;
  animation: slipkey 15s ease-out;
  box-shadow:#00000040 3vh 2vh 2vh;
  animation-fill-mode: forwards;
  
}
.slip img{
  width:100%;
  border-radius: 0vh;
}
.front{
  filter: drop-shadow(rgba(0, 0, 0, 0.281) 3vh 3vh 5vh);
}









@media only screen and (max-width: 100vh){
  .nav{
    grid-template-columns: 20.75vw 20.75vw 17vw 20.75vw 20.75vw;
    font-size:4.5vw;
  }

  .header{
    grid-template-columns: 27vw 46vw 27vw;
    height:fit-content;
    margin: 10vh 0 15vh 0;
  }
  .header div{
    width: 40vw;
    height:40vw;/*remove later*/
    padding:3vw 3vw 8vw 3vw;
    box-shadow:none;
  }
  .header h1{
    font-size:6vw;
    padding: 0 5vw;
    word-spacing:0vw;
  }


  .split div, .bar{
    background:white;
    height:0.3vh;
    width:100%;
    margin: 5vh 0;
  }
  .split h2{
    max-width:100vw;
    font-size:4.5vw;
    padding: 0 1vh;
    max-width:60vw;
  }
  .split h1{
    max-width:100vw;
    padding: 0 1vh;
    font-size:15vw;
  }


  .bigimage div{
    height:fit-content;
  }
  .bigimage img{
    position:relative;
    transform:translate(-0,-0);
    left:0vw;
    top:0vh;
    width:100vw;
  }
  .bigimage h1{
    font-size:15vw;
    left:0;
    top:0;
    margin:0 0 0 3vw;
    padding:0;
    line-height:4vw;
  }
  .bigimage .line2{
    line-height:inherit;
    padding-left:15vw;
  }
  #big1 div{
    height:fit-content;
  }
  #big2, #big1 img, #big3{
    top:0;
    
  }

  .txt {
    width: 80vw;
    margin:5vh 0 0 10vw;
    font-size:4.5vw;
  }
  .txt h2{
    font-size:5vh;
    font-weight:100;
    padding:0;
    margin:10vh 0 0 0;
  }

  .footer, .indfoot{
    padding: 10vh 3vw 1vh 3vw;
    width:94vw;
    grid-template-columns: auto;
    text-align: center;
  }
  .footer .left{
    text-align:center;
  }

  .half{
    margin: 8vw 3vw;
    width:94vw;
    padding:0;
    column-gap: 3vw;
    grid-template-columns: 100%;
  }
  .halfl .imgdiv{
    order:inherit;
  }

  .half p{
    padding:0;
    margin:0;
    font-size:4vw;
    text-align: center;
  }
  .half h2{
    padding:0;
    margin:0;
    font-size:15vw;
    text-align: center;
  }
  .imgdiv{
    width: 30vw;
    height:30vw;/*remove later*/
    padding:3vw 3vw 8vw 3vw;
    box-shadow: rgba(0, 0, 0, 0.158) 3vw 3vw 3vw;
    margin:0 auto 5vw auto;
  }

  .frame{
    width:80vw;
    left:10vw;
    top:-9.5vw;
  }
  .slide{
    position:relative;
    margin:10vh 0;
  }

  .slideshow-container {
    width: 60vw;
    position: relative;
    margin: 10vw 20vw;
  }


  .timeline{
    width:90vw;
    margin:10vh 0 0 5vw;
  }
  .event{
    grid-template-columns: auto auto auto;
    column-gap: 0vh;
    margin: 6vw 0;
    text-align: right;
    align-items: baseline;
  }
  .spacer{
    height:5vw;
  }
  .event h3{
    padding:0;
    margin:0;
    font-size:3.5vw;
  }
  .event h2{
    padding:0;
    margin:0 2vw 0 0;
    font-size: 6vw;
  }
  .eventl{
    grid-template-columns: auto auto auto;
    text-align:left;
  }
  .eventl h2{
    margin:0 0 0 2vw;
  }

  form{
    margin: 5vh 10vw 5vh;
    width:80vw;
  }
  input, textarea{
    width:80vw;
  }

  .bigcenter{
    text-align:center;
  }

  .bigcenter h1{
    font-size:22vw;
    margin:10vh 0 5vh 0;
    padding:0;
    transform: rotate(7deg);
  }
  .bigcenter h1 div{
    transform:rotate(-20deg);
  }
  .bigcenter h2{
    font-family:"Marcelline";
    font-size:15vw;
    margin:0;
    padding:0;
  }
  .bigcenter h3{
    font-size:4.5vw;
    line-height: ;
  }

}