.white {
  color: #ffffff;
}

.text-white {
  color: #fff !important;
}

.bg-primary-dark {
  background-color: #4c337c;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar.navbar-light {
  position: fixed;
  top: 0;
  z-index: 999;
  right: 0;
  left: 0;
  border-bottom: 1px solid transparent;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all 0.2s;
}

.nav-rev .navbar,
.navbar.scrolled {
  background-color: #ffffffbf;
  transition: all 0.2s;
}

.scrolled {
  background-color: #ffffff !important;
  box-shadow: 0px 1px 5px 0px #33333333;
  border-bottom: 1px solid #f7f3ec;
}

.navbar.navbar-light .nav-content {
  justify-content: space-between;
  display: flex;
}

.navbar.navbar-light .nav-content .nav-logo-img {
  height: 40px;
  display: block;
}

.navbar.navbar-light .nav-content .nav-logo-img-color {
  height: 40px;
  display: none;
}

.navbar.scrolled .nav-content .nav-logo-img {
  height: 40px;
  display: none;
}

.navbar.scrolled .nav-content .nav-logo-img-color {
  height: 40px;
  display: block;
}

.navbar.navbar-light .nav-content .powered-by-color {
  display: block;
  color: #ffffff;
  margin-bottom: 0;
}

.extra-small-font-size {
  font-size: 11px;
  line-height: 11px;
}

.navbar.navbar-light .nav-content .powered-by-color a {
  text-decoration: none;
  color: #ffffff;
}

.navbar.scrolled .nav-content .powered-by-color {
  display: block;
  color: #0a2656;
  margin-bottom: 0;
}

.navbar.scrolled .nav-content .powered-by-color a {
  color: #0a2656;
}

#footer {
  background: #2c1d47;
}

#footer .link {
  color: #ffffff;
  text-decoration: none;
}

.small-font-size {
  font-size: 14px;
  line-height: 19px;
}

.copyright {
  display: flex;
  justify-content: end;
  align-items: center;
}

/* On screens that are 600px or less, set the background color to olive */
@media screen and (max-width: 600px) {
  #footer .col-sm-6 {
    text-align: center;
  }

  .copyright {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
