/* -------------------------------
  Breakpoints
------------------------------- */
/* -------------------------------
  Fonts
------------------------------- */
/* -------------------------------
  Breakpoints
------------------------------- */
/* -------------------------------
  Mixins
------------------------------- */
.nav-bar {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
.nav-bar .nav-content {
  width: 100%;
  height: 5rem;
  max-width: 960px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #111111;
}
@media (max-width: 767px) {
  .nav-bar .nav-content {
    height: auto;
    padding: .5rem 1rem .5rem 1.5rem;
  }
}
.nav-bar .nav-content.nav-home {
  justify-content: center;
  height: 5rem;
}
@media (max-width: 480px) {
  .nav-bar .nav-content.nav-home {
    height: 4rem;
  }
}
.nav-bar .nav-content h2 {
/*  width: calc(100% - 5rem);*/
  font-family: "NeueMontreal-Regular", Sans-Serif;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .nav-bar .nav-content h2 {
    width: 100%;
    font-size: 1.625rem;
    line-height: 1.15;
    display: flex;
    flex-direction: column;
    letter-spacing: 0.25px;
  }
}
@media (max-width: 350px) {
  .nav-bar .nav-content h2 {
    font-size: 1.5rem;
  }
}
.nav-bar .nav-content h2 span {
  opacity: 0.5;
}
.nav-bar .nav-content .nav-button {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  border: 1px solid #f7f7f7;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background: #b6d778;
}
@media (max-width: 480px) {
  .nav-bar .nav-content .nav-button {
    position: fixed;
    width: 4rem;
    height: 4rem;
    top: 1rem;
    right: 1rem;
  }
}
.nav-bar .nav-content .nav-button img {
  width: 1.5rem;
  transform: rotate(-180deg);
}

/*# sourceMappingURL=BlockNav.css.map */
