.navigation-clean {
  background: #fff;
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: rgb(51,51,51);
  border-radius: 0;
  box-shadow: none;
  border: none;
  margin-bottom: 0;
}

@media (min-width:768px) {
  .navigation-clean {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.navigation-clean .navbar-brand {
  font-weight: bold;
  color: inherit;
}

.navigation-clean .navbar-brand:hover {
  color: #222;
}

.navigation-clean .navbar-toggler {
  border-color: #ddd;
}

.navigation-clean .navbar-toggler:hover, .navigation-clean .navbar-toggler:focus {
  background: none;
}

.navigation-clean .navbar-toggler {
  color: #888;
}

.navigation-clean .navbar-collapse, .navigation-clean .form-inline {
  border-top-color: #ddd;
}

.navigation-clean.navbar-light .navbar-nav .nav-link.active, .navigation-clean.navbar-light .navbar-nav .nav-link.active:focus, .navigation-clean.navbar-light .navbar-nav .nav-link.active:hover {
  color: #8f8f8f;
  box-shadow: none;
  background: none;
  pointer-events: none;
}

.navigation-clean.navbar .navbar-nav .nav-link {
  padding-left: 18px;
  padding-right: 18px;
}

.navigation-clean.navbar-light .navbar-nav .nav-link {
  color: #465765;
}

.navigation-clean.navbar-light .navbar-nav .nav-link:focus, .navigation-clean.navbar-light .navbar-nav .nav-link:hover {
  color: #37434d !important;
  background-color: transparent;
}

.navigation-clean .navbar-nav > li > .dropdown-menu {
  margin-top: -5px;
  box-shadow: none;
  background-color: #fff;
  border-radius: 2px;
}

.navigation-clean .dropdown-menu .dropdown-item:focus, .navigation-clean .dropdown-menu .dropdown-item {
  line-height: 2;
  color: rgb(35,120,190);
}

.navigation-clean .dropdown-menu .dropdown-item:focus, .navigation-clean .dropdown-menu .dropdown-item:hover {
  background: #eee;
  color: inherit;
}

.text-center.border.rounded.d-md-flex.justify-content-md-start {
}

.text-center.border.rounded.d-flex.justify-content-center.justify-content-md-start {
}

@media (min-width: 300px) {
  .text-center.border.rounded.d-flex.justify-content-center.justify-content-md-center {
    font-size: 10px;
  }
}

@media (min-width: 576px) {
  .text-center.border.rounded.d-flex.justify-content-center.justify-content-md-center {
    font-size: 15px;
  }
}

@media (min-width: 768px) {
  .text-center.border.rounded.d-flex.justify-content-center.justify-content-md-center {
    font-size: 20px;
  }
}

@media (min-width: 992px) {
  .text-center.border.rounded.d-flex.justify-content-center.justify-content-md-center {
    font-size: 25px;
  }
}

@media (min-width: 300px) {
  .border.rounded.d-md-flex.d-lg-flex.d-xl-flex.justify-content-md-center.justify-content-xl-start {
    font-size: 13px;
  }
}

@media (min-width: 576px) {
  .border.rounded.d-md-flex.d-lg-flex.d-xl-flex.justify-content-md-center.justify-content-xl-start {
    font-size: 22px;
  }
}

@media (min-width: 768px) {
  .border.rounded.d-md-flex.d-lg-flex.d-xl-flex.justify-content-md-center.justify-content-xl-start {
    font-size: 28px;
  }
}

@media (min-width: 300px) {
  .justify-content-md-center.justify-content-lg-center {
    font-size: 10px;
  }
}

@media (min-width: 576px) {
  .justify-content-md-center.justify-content-lg-center {
    font-size: 17px;
  }
}

@media (min-width: 300px) {
  .text-center.border.rounded.d-md-flex.d-lg-flex.d-xl-flex.justify-content-md-center {
    font-size: 14px;
  }
}

.border.rounded.d-xl-flex.justify-content-md-start.justify-content-xl-center {
}

@media (min-width: 300px) {
  .border.rounded.d-flex.justify-content-start {
    font-size: 10px;
  }
}

@media (min-width: 576px) {
  .border.rounded.d-flex.justify-content-start {
    font-size: 15px;
  }
}

@media (min-width: 768px) {
  .border.rounded.d-flex.justify-content-start {
    font-size: 20px;
  }
}

@media (min-width: 992px) {
  .border.rounded.d-flex.justify-content-start {
    font-size: 25px;
  }
}

@media (min-width: 300px) {
  .border.rounded.d-flex.justify-content-center.align-items-center.align-content-center {
    font-size: 10px;
  }
}

@media (min-width: 576px) {
  .border.rounded.d-flex.justify-content-center.align-items-center.align-content-center {
    font-size: 15px;
  }
}

@media (min-width: 768px) {
  .border.rounded.d-flex.justify-content-center.align-items-center.align-content-center {
    font-size: 20px;
  }
}

@media (min-width: 992px) {
  .border.rounded.d-flex.justify-content-center.align-items-center.align-content-center {
    font-size: 25px;
  }
}

@media (min-width: 300px) {
  .border.rounded {
    font-size: 10px;
  }
}

@media (min-width: 576px) {
  .border.rounded {
    font-size: 15px;
  }
}

@media (min-width: 768px) {
  .border.rounded {
    font-size: 20px;
  }
}

@media (min-width: 992px) {
  .border.rounded {
    font-size: 25px;
  }
}

.d-xl-flex {
}

@media (min-width: 300px) {
  .h3, h3 {
    font-size: 25px;
  }
}

