.menu-toggle:hover .bar {
  background-color: #021025;
}

.bar {
  width: 35px;
  height: 5px;
  background-color: #9b9b9b;
  margin: 6px 0;
  transition: 0.4s;
}

.change .bar1 {
  transform: translate(0, 11px) rotate(-45deg);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  transform: translate(0, -11px) rotate(45deg);
}

.navigation a:link {
  text-transform: capitalize;
  text-decoration: none;
}

.navigation a:hover {
  text-decoration: underline;
}

.navigation .navigation-active {
  color: #9b9b9b;
}

.menu-open {
  position: fixed;
  top: 70px;
  left: 0;
  background-color: #fff;
  width: 100%;
  border-top: 1px dotted #e1e1e1;
  border-bottom: 1px dotted #e1e1e1;
  display: block;
}

.instagram-top {
  filter: invert(14%) sepia(81%) saturate(4757%) hue-rotate(212deg) brightness(92%) contrast(93%);
}

.instagram-top:hover {
  filter: invert(6%) sepia(27%) saturate(3956%) hue-rotate(196deg) brightness(88%) contrast(101%);
}

@media (min-width:800px)  {
  .menu-links {
    display: block;
  }

  .menu-links ul {
    display: inline-flex;
    flex-direction: row;
    align-items: center;=
  }

  .menu-links ul li {
    display: inline;
    padding: 0 16px;
    border-right: 1px dotted #e1e1e1;
  }

  .menu-links ul li:last-child {
    border-right: none;
  }

  .menu-open {
    display: block;
  }

  .menu-toggle {
    cursor: none;
    display: none;
  }
}

@media (max-width:800px)  {
  .menu-links {
    display: none;
  }

  .menu-links ul li {
    display: block;
    font-size: 32px;
    font-weight: 100;
    font-family: 'Branina Sans', Helvetica, Arial, sans-serif;
  }

  .menu-open {
    display: block;
  }

  .menu-toggle {
    display: inline-block;
    cursor: pointer;;
  }
}