body {
  background: #FBFBFB;
}
#header {
  background: #000;
}
#header .website-logo img {
  width: 120px;
}
#header .btn-action-wrap .btn.btn-secondary {
  background: #E936F5;
}
#header .user-wrap {
  color: #fff;
}
#header .masquerade-block-form .dropdown-menu {
  background: #000;
}
#header .masquerade-block-form .dropdown-menu {
  background: #000;
}
#header .masquerade-block-form .dropdown-menu .button {
  padding: 4px;
  text-transform: none;
  font-size: 0.7rem;
  background: #fff;
  color: #363636;
  border-radius: 2px;
}
.page-title-wrapper {
  background: #333333;
  padding: 16px 0;
}
.page-title-wrapper h1.page-title {
  color: #fff;
  font-family: 'Venus rising', "Oswald", sans-serif;
  text-transform: uppercase;
  margin: 0;
}
#footer {
  background: #ECECEC;
  font-size: 0.9rem;
  padding: 16px;
}
#footer .site-footer-bottom {
  position: relative;
}
.card {
  border-color: #ECECEC;
}
