.navbar.navbar-dark.navbar-expand-md.fixed-top.bg-dark {
  background-color: #000000;
}

.bg-dark {
  background-color: #050506!important;
}

.nav.navbar-nav.flex-grow-1.justify-content-end {
  font-family: 'Roboto Slab', sans-serif;
  color: white;
  font-size: 20px;
}

.navbar-dark .navbar-nav .nav-link {
  color: white;
}

@media screen and (max-width: 420px) {
  .navbar-dark .navbar-brand {
    background-image: url("break-4.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 200px;
    height: 32px;
  }
}

@media screen and (min-width: 421px) {
  .navbar-dark .navbar-brand {
    background-image: url("break-2.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 303px;
    height: 54px;
  }
}

