.menu {
  width: 50px;
  height: 35px;
  padding: 0px 10px 0px 19px;
  display: block;
  cursor: pointer;
  position: relative;
  float: right;
  right: 0;
  z-index: 1;
}

.menu span {
  cursor: pointer;
  height: 2px;
  width: 28px;
  margin-bottom: 6px;
  background: #ffffff;
  position: relative;
  right: 0;
  display: block;
  transform: rotate(0deg);
  transition: .7s ease;
}

.hidden {
  opacity: 0;
  transition-delay: .5s;
  pointer-events: none;
  cursor: defa.navtopsp ult;
}

.visible {
  opacity: 1;
}

.menu.open span:nth-child(1) {
  top: 10px;
  transform: rotate(135deg);
  transition: .7s ease;
  background: #000000;
}

.menu.open span:nth-child(2) {
  opacity: 0;
  right: 100px;
  background: #000000;
}

.menu.open span:nth-child(3) {
  top: -7px;
  transform: rotate(-135deg);
  transition: .7s ease;
  background: #000000;
}

#navigation {
  background: #FEF6E6;
  font-family: 'Merriweather', serif;
  color: #fff;
  font-weight: 400;
  font-size: 40px;
  width: 100vw;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
}
.navigationh{height: 154vh !important;}
.nav {
  display: flex;
  justify-content: center;
}

.slideInLeft {
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
}

.slideOutLeft {
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
}

.navtopsp ul {
 color: #003974;
 font-size: 20px;
 line-height: 28px;
  width: 100%;

}
.tops22{  padding-top:90px;}
.navtopsp ul li{padding-bottom: 20px;}
.navtopsp ul li a, .navtopsp ul li a:hover {
  font-family: 'Whitney';
  color: #323232;
  font-size: 24px;
  line-height: 28px;
  text-decoration: none;
  font-weight: 100;
  padding-bottom: 10px;
}

@media only screen and (max-width: 1200px){
 /*#navigation{height: 100vh;} */
  .navtopsp ul li a, .navtopsp ul li a:hover{
    font-size: 20px;
    line-height: 25px;
  }
}

@media only screen and (max-width:992px){
/*#navigation{height: 100vh;}*/
  .navtopsp ul li a, .navtopsp ul li a:hover{
    font-size: 16px;
    line-height: 21px;
  }
  .navtopsp ul li{padding-bottom: 15px;}
    .menu{ line-height: 30px; padding-top: 3px;}
}
@media only screen and (max-width:767px){

  .tops22{  padding-top:80px;}
/*#navigation{height: 110vh;}*/
  .navtopsp ul{ margin-bottom: 0 !important; padding-left: 0 !important; padding-top: 0;}
    .navtopsp{padding-left: 40px; padding-left: 40px;}
  .navtopsp ul li a, .navtopsp ul li a:hover{
    font-size: 16px;
    line-height: 19px;
  }
  .navtopsp ul li{padding-bottom: 20px; line-height: 16px;}
  
}
@media only screen and (max-width:480px){
  .menu.open span:nth-child(3){top: -5px;}

 .menu{width: 45px;}
  .navtopsp ul li a, .navtopsp ul li a:hover{
    font-size: 14px;
    line-height: 17px;

  }
  .navtopsp ul li{padding-bottom: 18px;}

}

@media only screen and (max-width:360px){
  .menu{width: 40px;}
.menu span{width: 24px; margin-bottom: 5px;}
 
  .navtopsp ul li a, .navtopsp ul li a:hover{
    font-size: 13px;
    line-height: 15px;

  }

  .navtopsp ul li{padding-bottom:15px; line-height: 16px;}

}