.logo_container
{
  position: fixed;
    top: 5%;
    left: 8%;
    height: 27px;
    width: 35px;
    cursor: pointer;
    z-index: 100;

}

@media (max-width: 550px) {

  .overlayhs{
    height: 100vh !important;
  }
  .mob{
    width: 100% !important;
  }
  

}

@media only screen and (min-width: 700px) {
}


@media only screen and (min-width: 1000px) {
}
.overlayh .cont-left{
  top: 28%;
  left: 32%;
  position: relative;
}

.overlayh .cont-bottom{
  display: block;
  position: absolute;
  top: 78%;
  left: 5%;
}

.o-y{
  overflow-y: hidden !important;
}


html, body {
  margin: 0;
  height:100%;
  width:100%;
  padding:0;
  overflow-x: hidden;
 
}

.hc{
  font-size: 1.5rem;
  word-spacing: 0.2rem;
  margin-bottom: 5%;
  width: fit-content;
}
.hc:hover{
  font-weight: bold;
}


@import url(https://fonts.googleapis.com/css?family=Varela+Round);


.button_container {
  position: fixed;
  top: 8%;
  right: 8%;
  height: 27px;
  width: 35px;
  text-align: center;
  align-items: center;
  cursor: pointer;
  z-index: 100;
  transition: opacity .25s ease;
}
.button_container:hover {
  opacity: .7;
}
.button_container.active .top {
  transform: translateY(11px) translateX(0) rotate(45deg);
  background: #FFF;
}
.button_container.active .middle {
  opacity: 0;
  background: #FFF;
}
.button_container.active .bottom {
  transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: #FFF;
}
.button_container span {
  background: black;
  border: none;
  height: 5px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .35s ease;
  cursor: pointer;
}
.button_container span:nth-of-type(2) {
  top: 11px;
}
.button_container span:nth-of-type(3) {
  top: 22px;
}

.overlayh {
  position: fixed;
  background: #DAC0A7;
  top: 0;
  z-index: 20;
  left: 0;
  width: 100%;
  height: 0%;
  visibility: hidden;
  transition:  visibility .35s, height .35s;
  overflow-y: hidden !important;
}
.overlayh.open {
  position: fixed;
  visibility: visible;
  height: 100vh;
  overflow-y :hidden !important;
}
.overlayh.open li {
  animation: fadeInRight .5s ease forwards;
  animation-delay: .35s;
}
.overlayh.open li:nth-of-type(2) {
  animation-delay: .4s;
}
.overlayh.open li:nth-of-type(3) {
  animation-delay: .45s;
}
.overlayh.open li:nth-of-type(4) {
  animation-delay: .50s;
}

.overlayh nav {
 
  font-size: 1.8rem;
  
 

}
.overlayh ul {
  list-style: none;
  display: block;
  position: absolute;
  top: 28%;
  left: 5%;
 
}
.overlayh ul li {
  display: block;
  margin-bottom: 15%;
  height: calc(100% / 4);
  min-height: 50px;
  opacity: 0;
}
.overlayh ul li a {
  display: block;
  position: relative;
  color: black;
  text-decoration: none;
  overflow: hidden;
}
.overlayh ul li a:hover {
  
  opacity: 0.5;
  font-weight: bold;
}


@keyframes fadeInRight {
  20% {
    opacity: 0;
    top: 20%;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}

 body {
        font-family: 'gridfont';font-size: 16px;
          
      }



@font-face {
  font-family: gridfont;
  src: url('PointSoftDEMO-Light.woff2') format('woff2'),
        url('PointSoftDEMO-Light.woff') format('woff');
        font-weight: 400 !important;
}
