
.Navbar {
    background-color: #b81037;
    /* background-color: #333; */
    /* background-color: #000; */
    display: flex;
    padding: 1.2rem;
    position: absolute;
    top: 0;
    width: 100%;
}

.Navbar__Link {
  padding-right: 2rem;
  line-height: 40px;
}

.Navbar__Link{
  color: #ccc;
}

.Navbar__Items {
  display: flex;
}

.Navbar__Items--right {
  margin-left:auto;
}

.Navbar__Link-toggle {
  display: none;
}

@media only screen and (max-width: 768px) {
  .Navbar__Items,
  .Navbar {
    flex-direction: column;
    z-index: 20;
  }
  .Navbar__Items {
    display:none;
  }
  .Navbar__Items--right {
    margin-left:0;
    padding-top: 1rem;
  }
  .Navbar__ToggleShow {
    display: flex;
  }
  .Navbar__Link-toggle {
    align-self: flex-end;
    display: initial;
    position: absolute;
    cursor: pointer;
    top: 24px;
    font-size: 30px;
   }

  .item-link{
    padding-top: 1rem;
  }
}
