


.button_container {
  position: absolute;
  top: -20px;
	left:0px;
	bottom:0px;
  height: 20px;
  width: 35px;
margin: auto;
  cursor: pointer;
  z-index: 9998;
  transition: opacity .25s ease;
}



.button_container:hover {
	
  opacity: .7;
}
.button_container.active .top {
  -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
          transform: translateY(11px) translateX(0) rotate(45deg);
  background: #222d47;
}
.button_container.active .middle {
  opacity: 0;
  background: #fff;
}
.button_container.active .bottom {
  -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
          transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: #222d47;
}
.button_container span {
  background: #fff;
  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;
	left: 0px;
}
.button_container span:nth-of-type(3) {
  top: 22px;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.1s, visibility 0.1s, height 0.1s;
  overflow: hidden;
    background: linear-gradient(-45deg, rgba(174,241,238,0.9), rgba(158,222,167,0.9), rgba(178,241,204,0.9), rgba(174,241,238,0.9));
	background-size: 500% 500%;
	-webkit-animation: gradientBG 6s ease infinite;
	        animation: gradientBG 6s ease infinite;
}

@-webkit-keyframes gradientBG {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

@keyframes gradientBG {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}


.overlay-text{
	width: 100%;
	height: auto;
	padding: 10px;
	position: absolute;
	right:0px;
	bottom:150px;
	color: #222d47;
	left: 0px;
	text-align: center;
	font-size: 15px;
	z-index: 99998;
}

.overlay.open {
  opacity: 1;
  visibility: visible;
  height: 100%;
}
.overlay.open li {
  -webkit-animation: FadeInRight .5s ease forwards;
          animation: FadeInRight .5s ease forwards;
  -webkit-animation-delay: .35s;
          animation-delay: .35s;
}
.overlay.open li:nth-of-type(2) {
  -webkit-animation-delay: .4s;
          animation-delay: .4s;
}
.overlay.open li:nth-of-type(3) {
  -webkit-animation-delay: .45s;
          animation-delay: .45s;
}
.overlay.open li:nth-of-type(4) {
  -webkit-animation-delay: .50s;
          animation-delay: .50s;
}
.overlay nav {
  position: relative;
  height: 100vh;
  top: 50%;
	padding-top: 200px;
	width: auto;
	max-width: 1200px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 35px;
	letter-spacing: 1px;
  font-weight: 100;
	margin: auto;
	color: #fff;
	text-align: center;
}
.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
}


.overlay ul li {
  display: block;
  height: 7%;
	font-size: 27px;

	text-align: center;
  min-height: 50px;
  position: relative;
  opacity: 0;
}








.overlay ul li a {
  display: block;
  position: relative;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
	-webkit-transition: all 0.1s ease-in-out;
}



.overlay ul li a:hover {
	-webkit-transition: all 0.1s ease-in-out;
  display: block;
  position: relative;
  color: #2d142c;

  text-decoration: none;
  overflow: hidden;
}








@-webkit-keyframes FadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

@keyframes FadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
























.button_container2 {
  position: absolute;
  top: -20px;
	left:0px;
	bottom:0px;
  height: 20px;
  width: 35px;
margin: auto;
  cursor: pointer;
  z-index: 9998;
  transition: opacity .25s ease;
}



.button_container2:hover {
	
  opacity: .7;
}
.button_container2.active .top {
  -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
          transform: translateY(11px) translateX(0) rotate(45deg);
  background: #222d47;
}
.button_container2.active .middle {
  opacity: 0;
  background: #fff;
}
.button_container2.active .bottom {
  -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
          transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: #222d47;
}
.button_container2 span {
  background: #000;
  border: none;
  height: 5px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .35s ease;
  cursor: pointer;
}
.button_container2 span:nth-of-type(2) {
  top: 11px;
	left: 0px;
}
.button_container2 span:nth-of-type(3) {
  top: 22px;
}


