.menu{
  margin-top: 60px;
  margin-bottom: 60px;
  
}
.logo{
width: 90px;
float: left;
}
.logo a{
opacity: 1;
transition: 0.5s;
}
.logo a:hover{
opacity: 0.5;
transition: 0.5s;
}

.menu li{
list-style: none;
display: inline-block;
margin-left: 40px;
letter-spacing: 1px;
font-weight: 500;
    letter-spacing: 2px;
}

.menu-items {
float:right;
margin-bottom: 0px;

}

.menu a{
  color: inherit;
  text-decoration: none;
  }
.active-menu {
  display:inline-block; margin:0;text-transform:uppercase; 
  border-bottom: solid 1px #9c9c9c;
}

.nav__list-item .active-menu {
  display:inline-block; margin:0;text-transform:uppercase; 
  border-bottom: solid 1px #9c9c9c;
}

.menu-item a { color: #9c9c9c;display:inline-block; margin:0;text-transform:uppercase; }
.menu-item a:after {
  display:block;
  content: '';
  border-bottom: solid 1px #9c9c9c;
  transform: scaleX(0);  
  transition: transform 250ms ease-in-out;
}
.menu-item a:hover:after { transform: scaleX(1); }
.menu-item a:after{  transform-origin:  0% 50%; }

.site-content__headline {
  font-weight: 200;
  color: #9c9c9c;
  font-size: 50px!important;
}

.menu-icon__line {
  height: 2px;
  width: 30px;
  display: block;
  background-color: #9c9c9c;
  margin-bottom: 4px;
  -webkit-transition: background-color .5s ease, -webkit-transform .2s ease;
  transition: background-color .5s ease, -webkit-transform .2s ease;
  transition: transform .2s ease, background-color .5s ease;
  transition: transform .2s ease, background-color .5s ease, -webkit-transform .2s ease;
}
.menu-icon__line-left {
  width: 15px;
}
.menu-icon__line-right {
  width: 15px;
  float: right;
}

.nav {
  position: fixed;
  z-index: 1;
}
.nav:before, .nav:after {
  content: "";
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: #6cdcc385;
  z-index: -1;
  -webkit-transition: -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
  transition: -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
  transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
  transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s, -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
  -webkit-transform: translateX(0%) translateY(-100%);
          transform: translateX(0%) translateY(-100%);
}
.nav:after {
  background: #1a1613;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.nav:before {
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
}
.nav__content {
  position: fixed;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  width: 100%;
  text-align: center;
  font-size: calc(8vw + 10px);
  font-weight: 400;
  letter-spacing: 2px;
  cursor: pointer;
}
.nav__list-item {
  position: relative;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
  opacity: 0;
  -webkit-transform: translate(0%, 100%);
          transform: translate(0%, 100%);
  -webkit-transition: opacity .2s ease, -webkit-transform .3s ease;
  transition: opacity .2s ease, -webkit-transform .3s ease;
  transition: opacity .2s ease, transform .3s ease;
  transition: opacity .2s ease, transform .3s ease, -webkit-transform .3s ease;
  margin-right: 25px;
  color: #9c9c9c;
  display: inline-block;
}
.nav__list-item:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  top: 100%;
  z-index: -1;
}
.nav__list-item:hover:before {
  width: 100%;
}

body.nav-active .menu-icon__line {
  background-color: #9c9c9c;
  -webkit-transform: translateX(0px) rotate(-45deg);
          transform: translateX(0px) rotate(-45deg);
}
body.nav-active .menu-icon__line-left {
  -webkit-transform: translateX(1px) rotate(45deg);
          transform: translateX(1px) rotate(45deg);
}
body.nav-active .menu-icon__line-right {
  -webkit-transform: translateX(-2px) rotate(45deg);
          transform: translateX(-2px) rotate(45deg);
}
body.nav-active .nav {
  visibility: visible;
}
body.nav-active .nav:before, body.nav-active .nav:after {
  -webkit-transform: translateX(0%) translateY(0%);
          transform: translateX(0%) translateY(0%);
}
body.nav-active .nav:after {
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
}
body.nav-active .nav:before {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
body.nav-active .nav__list-item {
  opacity: 1;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-transition: opacity .3s ease, color .3s ease, -webkit-transform .3s ease;
  transition: opacity .3s ease, color .3s ease, -webkit-transform .3s ease;
  transition: opacity .3s ease, transform .3s ease, color .3s ease;
  transition: opacity .3s ease, transform .3s ease, color .3s ease, -webkit-transform .3s ease;
}
body.nav-active .nav__list-item:nth-child(0) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
body.nav-active .nav__list-item:nth-child(1) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
body.nav-active .nav__list-item:nth-child(2) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
body.nav-active .nav__list-item:nth-child(3) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
body.nav-active .nav__list-item:nth-child(4) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
body.nav-active .nav__list-item:nth-child(5) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
body.nav-active .nav__list-item:nth-child(6) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
body.nav-active .nav__list-item:nth-child(7) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}


/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 500px) {
}

/* Larger than tablet */
@media (min-width: 750px) {
}



/* Larger than Desktop HD */
@media (max-width: 3000px) {


  .site-content {
    display: flow-root;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    }
    .menu-icon {
      height: 30px;
      width: 30px;
      position: fixed;
      z-index: 2;
      right: 53px;
      top: 63px;
      cursor: pointer;
      display: none;
  }
}
/* Larger than desktop */
@media (max-width: 1100px) {
  .menu-items{display: none;}
  .menu-icon {display:block;}
  .nav__list-item {
    display: block;
    margin-right: 0px;
  }
}

@media (max-width: 400px) {

  .menu{
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .logo {
    width: 65px;
} 
  .menu-icon {
    right: 53px;
    top: 33px;
  }
  
}
