@charset "utf-8";
:root {
  --background-navbar:#fff;
}

.header_h1{display:none;}
.header_h2{position:relative;z-index:110;top:0;left:0;width: 100%;height: 72px;}

@media screen and (max-width: 1000px) {
.header_h1{display:block;z-index:110;position:fixed;top:0;left:0;width: 100%;height: 72px;}
}

.menu {
  background-color:#fffffffe;
  list-style: none;
  position: absolute;
  width: 100%;
  height: auto;
  top:0;
  margin-top:72px;
  padding: 0 0 20px 0;
  clear: both;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  transform: scale(1, 0);
  transform-origin: top;
  
}
.menu-btn:checked ~ .menu {
  transform: scale(1, 1);
  transform-origin: top;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}
.menu a {
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 18px;
  text-transform: capitalize;
  opacity: 0;
  transition: 0.5s;
  color:#000000;
}

.menu li {
  padding: 15px 0;
  margin: 0 24px;
  opacity: 0;
  transition: 0.5s;
}

.menu-btn:checked ~ .menu a,
.menu-btn:checked ~ .menu li {
  opacity: 1;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.2s;
}
.menu-btn {
  display: none;
}
.menu-icon {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding: 34px 14px;
  float:right;	
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.navicon {
  display:block;
  height: 4px;
  width: 26px;
	float:right;
  position: relative;

  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.navicon:before,
.navicon:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}
.navicon:before {
  top: 9px;
}
.navicon:after {
  bottom: 9px;
}
.menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}
.menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}
.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before {
  top: 0;
}
.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  bottom: 0;
}
.menu-btn:checked ~ .menu-icon .navicon {
  background: rgba(0, 0, 0, 0);
  transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}
.navtext-container {
  width: 100%;
  height: 52px;
  position: absolute;
  box-sizing: border-box;
  display: flex;
  justify-content: left;
  align-items: center;
}
.navtext {
  position: absolute;
  text-transform: uppercase;

  letter-spacing: 4px;
  font-size: 20px;

}

.menu{
}

.menu li{
border-top:1px #fff solid;
}
.navtext{
color:#000000;
}
.navtext a{
color:#000000;
}
.navtext-container{
color:#000000;
}
.header_h1{
color:#000000;
background-color:#fffffffe;
}

.header_h2{
color:#000000;
background-color:#fffffffe;
}
.navicon:before,
.navicon:after{
background:#000000;
}
.navicon {
background:#000000;
}