/*! Place your custom styles here */

.cover h1 {
  font-size: 4em;
  line-height: 1.5em;
}

.bar .logo {
  max-height: 4em;
}

@media (min-width: 576px) {
  .bar .logo {
    top: 0;
    left: -25px;
  }
}

@media (min-width: 992px) {
  .nav-right {
    padding-top: 10px;
  }
}

.stack-interface.stack-menu {
  padding-top: 10px;
}

@media (max-width: 992px) and (min-width: 768px) {
  .nav-right-1 {
    float: right;
  }
  .nav-right-2 {
    clear: both;
  }
  .dropdown__content {
    left: -26px !important;
  }
}

ul {
  list-style: disc;
}

.nav-container ul {
  list-style: none !important;
}