
a{
  text-decoration: none;
  color: white;
  font-family: 'Roboto', sans-serif;

}
.intro-section h1{
    font-family: 'Roboto', sans-serif;

}
 

 ::-webkit-scrollbar-thumb:horizontal{
  width: 0px;
  border-radius: 0px;
 }


.intro-section {
  text-align: center;
  min-height: 100vh;
  min-width: 100vw;
  
}
input[type="text"]:focus {
    border: 0.4px solid #212121;
}
.yo{
  font-size: 3rem;
  top: 40%;
  text-align: left;
}
.pt-2{
  font-size: 3rem;
  top: 42%;
  text-align: left;
}
.sub{
  top:50%;
  margin: 0;
  text-align: left;
}

.left{
  height: 100%;
  width: 50%;
  position: absolute;
}
.left img{
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: see ease-in-out 1s forwards;
    width: 70%;
    
}
@keyframes see{
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}
.right{
  position: absolute;
  margin-left: 50%;
 
  width: 50%;
  height: 100%;
}


.intro-section img{
  float: left;
}

.content-section {
  --scroll-length: 1.5;
  height: calc( var(--scroll-length) * 100vh );
  width: 100%;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
.content-section .content .subheading,
.content-section .content .paragraph {
  opacity: 1;
  opacity: calc( 1 + var(--viewport-y) );
}

.figure {
  width: 100%;
  height: 100vh;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.figure > img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.intro-head{
  float: left;
  font-size: 5rem;
}

@keyframes emerge{
  0%{
    transform: translateY(20px);
    opacity: 0;
  }
  100%{
    transform: translateY(0px);
    opacity: 1;
  }
}
.content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 35em;
  display: grid;
  grid-template-rows: 1fr 1fr;
  color: white;
  padding: 2em;
  font-size: 2.5vmin;
}
.content * {
  text-shadow: 0 0 4vmin rgba(0, 0, 0, 0.25);
}
.content > .header {
  grid-row: 1 / 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.content > .paragraph {
  grid-row: 2 / 3;
  line-height: 1.5;
}

.heading {
  font-size: 2.75em;
  margin: 0;
}

.subheading {
  font-size: 1.25em;
  font-weight: 600;
  margin-bottom: .5em;
}

/* ---------------------------------- */
.figure {
  --scale: calc(.8 +
    (.2 * var(--scroll-length) * var(--visible-y))
  );
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  margin: 0;
  display: block;
  overflow: hidden;
  will-change: transform;
  -webkit-transform: scale(var(--scale));
          transform: scale(var(--scale));
}
.figure:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: black;
  opacity: calc( var(--visible-y) );
}
.figure > img {
  display: block;
  will-change: transform;
  -webkit-transform: scale(calc(1 / var(--scale)));
          transform: scale(calc(1 / var(--scale)));
}

/* ---------------------------------- */
.char {
  display: inline-block;
  opacity: calc(  1 + (  ( var(--viewport-y) * 1.5 ) - var(--char-percent) ) );
}



*,
*:before,
*:after {
  position: relative;
  box-sizing: border-box;
}

.heading,
.intro-heading {
  font-weight: 700;
}



body, html {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 1.05;
  font-weight: 400;
  letter-spacing: -.015em;
  font-family: "SF Pro Display","Helvetica Neue","Helvetica","Arial",sans-serif;
}
nav{
  width: 100%;
  position: fixed;
  z-index: 100000;
  transition: ease-in-out 0.3s;
  padding-bottom: 12px;
}
nav ul{
  padding-left: 45%;
  padding-top: 1%;
}
nav li{

  display: inline;
  padding-left: 5%;
}
nav a {
  font-family: 'Montserrat' , sans-serif;
  position: relative;
  font-weight: normal;
  color: black;
  text-decoration: none;
  font-size: 2.4rem;
}
nav a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: white;
  visibility: hidden;
  transform: scaleX(0);
  transition: all ease-in-out 0.24s;
  border-radius: 3.4rem;
}
nav a:hover:before {
  visibility: visible;
  transform: scaleX(1);
}


.core{
  border: 2px solid #FF9800;
  transition: ease-in-out 0.3s;
}
.core:hover{
  background-color: #FF9800;
  color: white;
}
nav.is-showing{
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.5);
}
nav.is-showing a{
  color: white;
}
nav.is-showing a:hover{
  text-decoration: none;
  color: white;
}

.header-color{
    background: rgba(255,255,255,0.8);
}
.nav-ele{
    display: inline-block;
}
.left-name{
    position: relative;
    top: 8px;
    left:25px;
}
.right-name{
    position: relative;
    float: right;
    font-family: 'Roboto',verdana;
    font-weight: 300;
    font-size: 2.2rem;
    right:20px;
    top: 10px;
    border: 2px solid #e67e22;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 10px;
    transition: .3s;
    z-index: 1;
    color: #e67e22;
}
.right-name a{
     color: #e67e22;
}
.right-name:after{
    position: absolute;
    content: "";
    height: 0;
    width: 0;
    left: 0;
    top: 0;
    opacity: 0;
    background: #e67e22;
    border: none;
    z-index: -1;
    transition: .3s;
    border-radius: 10px;


}
.right-name:hover:after{
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
    opacity: 1;

}

.right-name:hover a{
    text-decoration: none;
    color: white;
}
.right-name:hover{
    border: 2px solid transparent;

}
.main{
  padding-top: 80px;
    position: relative;
    background-color:#fff;
    
}
.dates{
  position: relative;
  top: 30px;
  font-family: 'Roboto',verdana;
  font-weight: 300;
  font-size: 3rem;
  padding-bottom:  50px;
}
.midimg{
  width: 470px;
}
@media screen and (min-width:200px) {
   
    .midimg{
      width: 370px;
      height: 600px;


      }
      .main{
        padding-top: 100px;
        padding-bottom: 10px;
      }
      .logo-header{
        height: 50px;width: 50px;
      }
      .dates{
        padding-top: 10px;
        font-size: 3rem;
      }
      .buttonz{
  
        padding-top: 0px;
        padding-bottom: 50px;
        font-family: 'Roboto',verdana;
        font-weight: 700;
        font-size:1.7rem;
        color: orange;

      }
      .button{
        padding: 10px;
        display: inline-block;
        border: 2px solid orange;
        margin: 20px;
        transition: .3s;
        color: orange;
      }
      .button a{
        color: orange;
        transition: .3s;

      }
      .button:hover{
        background: orange;
        color: white;
      }
      .button:hover a{
        color: white;
      }
      .button a:hover{
        color: white;
        text-decoration: none;
      }
      .events{
        background: #ffffff;
        padding-top: 120px;
        padding-bottom: 50px;
        font-family: 'Roboto',verdana;
        font-weight: 300;
      }
      .events h1{
        font-size: 5rem;
        font-weight: 100;
        padding-bottom: 60px;
      }
      .card-holder{
        box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
        width: 300px;
        margin: 50px;
        padding: 60px;
        background: #fff;
        position: relative;
        transition: .3s;
        display: inline-block;
      }
      .card-holder:hover{
       box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
      }
      
      
     
      .card-holder img{
        height: 150px;
        width: 150px;
      }
      .card-holder h2{
        position: relative;
        top: 40px;
        margin-bottom: 40px;
        font-family: 'Ubuntu',verdana;
        font-size: 2.2rem;
        font-weight: 100;
        color:#34495e;
        cursor: pointer;
        
      
      }
      .events a{
        text-decoration: none;
        color: #000;
      }
     
      .events a:active{
        text-decoration: none;
        color: #000;
      }
      .close{
        position: relative;

      }
      .close:after{
        position: absolute;
        content: "x";
        background: #e0e0e0;
        font-family: 'Roboto',verdana;
        font-size: 4rem;

        top: 0;
        right: 0;

      }
      .modal-dialog{
        width: 95%;
       padding: 60px;
       
       font-size: 3rem;
       font-family: 'Roboto',verdana;
       font-weight: 300;

      }
      .modal-content{
        position: relative;
        z-index: 1;
      }
      
      .modal-body{
        padding: 30px;
      }
      .modal-heading{
        font-size: 4rem;
        font-weight: 100;
      }
      .modal-dialog h3{
        font-family: 'Roboto',verdana;
        font-size: 2rem;
        font-weight: 400;
        
      }
      .modal-dialog p{
        font-family: 'Raleway',verdana;
        font-weight: 500;
        font-size: 1.8rem;
      }
      a:focus{
        outline: none;
      }
}

@media screen and (min-width: 600px) {
  .logo-header{
    height: 50px;
    width: 50px;
  }
  .main{
    
  }
}
