body {
    font-family: 'Yeseva One', serif;
    background-color: #768372;
    z-index: -1;
  }

  .overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #768372;
    overflow-x: hidden;
    transition: 0.5s;
    box-shadow: 2px 2px 2px 2px rgb(0 0 0 / 10%);
  }
  
  .overlay-content {
    position: relative;
    top: 10%;
    width: 100%;
    text-align: left;
    margin-left: 2%;
    margin-top: 30px;
    font-family: 'Yeseva One', serif;
  }
  
  .overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #FBFBFB;
    display: block;
    transition: 0.3s;
  }
  
  .overlay a:hover, .overlay a:focus {
    color: #BECABA;
  }
  
  .overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    border: 0;
  }
  .closebtn{
    background-color: #768372;
    color: #FBFBFB;
  }
  .closebtn:hover{
    color: #BECABA;
  }

  .home{
    margin-top: 181%;
  }
  
  @media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
    .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
    }
  }

  .openbtn{
    color: #BECABA;
    font-size: 80px;
    position: absolute;
    margin-top: 5px;
    margin-left: 5px;
  }

  .headerimg{
    width: 60%;
    margin: -1%;
    box-shadow: 2px 2px 2px 2px rgb(0 0 0 / 10%);
  }

  .header {
    position: absolute;
    margin-top: -600px;
    z-index: -1;
    animation: 1s forwards 0s 1 example;
  }

  @keyframes example {
    from {left: 10%;}
    to {left: 62%;}
  }

  .headerh1{
    color: #FBFBFB;
    font-size: 85px;
    margin-top: -50px;
  }

  .headerh2{
    color: #FBFBFB;
    font-size: 40px;
  }

  .nav-open {
    width: 20%;
  }
  
  @media screen and (max-width: 1000px) {
    body {
      font-family: 'Yeseva One', serif;
      background-color: #768372;
      margin: 0;
      padding: 0;
    }
    
    .overlay {
      height: 100%;
      width: 0;
      position: fixed;
      z-index: 1;
      top: 0;
      left: 0;
      background-color: #768372;
      overflow-x: hidden;
      transition: 0.5s;
      box-shadow: 2px 2px 2px 2px rgb(0 0 0 / 10%);
    }
    
    .overlay-content {
      position: relative;
      top: 10%;
      width: 100%;
      text-align: left;
      padding-top: 50px;
      font-family: 'Yeseva One', serif;
      font-size: 80px;
    }
    
    .overlay a {
      padding: 8px;
      text-decoration: none;
      font-size: 40px;
      color: #FBFBFB;
      display: block;
      transition: 0.3s;
    }
    
    .overlay a:hover, .overlay a:focus {
      color: #BECABA;
    }
    
    .overlay .closebtn{
      position: absolute;
      top: 20px;
      right: 45px;
      border: 0;
    }
    
    .closebtn {
      background-color: #768372;
      color: #FBFBFB;
      font-size: 80px;
    }
    
    .closebtn:hover {
      color: #BECABA;
    }
    
    .home {
      margin-top: 181%;
    }
    
    .openbtn {
      color: #BECABA;
      font-size: 40px;
      position: fixed;
      margin-top: 10px;
      margin-left: 10px;
    }
    
    .headerimg {
      width: 100%;
    }
    
    .header {
      text-align: left;
      margin-top: 10%;
      margin-left: -50%;
      animation: 1s forwards 0s 1 example2;
    }

    @keyframes example2 {
      from {left: 10%;}
      to {left: 60%;}
    }
    
    .headerh1 {
      color: #FBFBFB;
      font-size: 58px;
      margin: 0;
    }
    
    .headerh2 {
      color: #FBFBFB;
      font-size: 34px;
      margin: 0;
    }
    .nav-open {
      width: 100%;
    }
  }

  @media screen and (min-width: 1001px) and (max-width:1540px) {
    body {
      font-family: 'Yeseva One', serif;
      background-color: #768372;
      margin: 0;
      padding: 0;
    }
    
    .overlay {
      height: 100%;
      width: 0;
      position: fixed;
      z-index: 1;
      top: 0;
      left: 0;
      background-color: #768372;
      overflow-x: hidden;
      transition: 0.5s;
      box-shadow: 2px 2px 2px 2px rgb(0 0 0 / 10%);
    }
    
    .overlay-content {
      position: relative;
      top: 10%;
      width: 100%;
      text-align: left;
      padding-top: 50px;
      font-family: 'Yeseva One', serif;
      font-size: 80px;
    }
    
    .overlay a {
      padding: 8px;
      text-decoration: none;
      font-size: 40px;
      color: #FBFBFB;
      display: block;
      transition: 0.3s;
    }
    
    .overlay a:hover, .overlay a:focus {
      color: #BECABA;
    }
    
    .overlay .closebtn{
      position: absolute;
      top: 20px;
      right: 45px;
      border: 0;
    }
    
    .closebtn {
      background-color: #768372;
      color: #FBFBFB;
      font-size: 80px;
    }
    
    .closebtn:hover {
      color: #BECABA;
    }
    
    .home {
      margin-top: 181%;
    }
    
    .openbtn {
      color: #BECABA;
      font-size: 40px;
      position: fixed;
      margin-top: 10px;
      margin-left: 10px;
    }
  
    @keyframes example2 {
      from {left: 10%;}
      to {left: 60%;}
    }
    
    .headerh1 {
      color: #FBFBFB;
      font-size: 68px;
      margin: 0;
    }
    
    .headerh2 {
      color: #FBFBFB;
      font-size: 44px;
      margin: 0;
    }

    .headerimg {
      width: 60%;
    }
    .header {
      text-align: left;
      margin-top: -30%;
      margin-left: 2%;
      animation: 1s forwards 0s 1 example2;
    }
    .nav-open {
      width: 100%;
    }
  }