.container {
  margin-top: 20px;
  margin-bottom: 20px;
}

.searchbar {
  margin-top: 30px;
}

.footer {
  display: none !important;
}

.home .container {
  margin: 0;
  padding: 0;
}

.home-header {
  min-height: 100vh;
  align-items: center;
  padding: 0;
  justify-content: center;
  margin: 0;
}

.background .background-image {
  top: 0 !important;
}

.nav {
  background: transparent;
  margin: 0 !important;
  max-height: 0px;
}

.nav .dropdown-toggle {
  margin: 0;
  position: absolute;
  top: -20px;
  right: -5px;
  z-index: 99999;
}

.dropdown-item {
  min-width: 200px;
}

.nav .nav-wrapper {
  flex-direction: row-reverse;
  padding: 0 !important;
}

.nav .nav-brand {
  display: none !important;
}

.home-header {
  padding-top: 0px !important;
  margin-bottom: 0px !important;
  min-height: calc(100vh) !important;
}

.home-app {
  display: none !important;
}

.home .row.dark,
.home .row.dark + .row,
.home .cta {
  display: none !important;
}

.hamburger {
  opacity: 0;
  margin-top: 10px;
  align-items: start;
}

.hamburger.is-active,
.localhost .hamburger {
  opacity: 1;
}

.mobile-menu {
  top: 0 !important;
  height: calc(100vh);
}

.mobile-menu h2 {
  display: none !important;
}

.mobile-menu .mobile-links {
  justify-content: center;
  height: 100%;
}

.mobile-menu .mobile-links .mobile-item {
  justify-content: center;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
}

.page-title {
  display: none !important;
}

.builder .characters-item .character-wrapper,
.builder .characters-item .character-wrapper img,
.item-builder .characters-item .character-wrapper,
.item-builder .characters-item .character-wrapper img {
  width: 100% !important;
  height: auto !important;
}

.builder .page-header .btns .btn:nth-child(1) {
  display: none !important;
}

.page-header {
  min-height: auto !important;
}

.page-header h1 {
  display: none !important;
}

.home-header h1:before {
  content: '';
  background: url('../img/logo.png');
  margin: 0 auto;
  background-size: contain;
  width: 100px;
  height: 100px;
  display: block;
}

.item-builder .row {
  flex-direction: column-reverse;
}

.builder .row {
  flex-direction: column-reverse;
}

.player-search {
  display: none;
}

.set-cta {
  display: none;
}

.partners-banner {
  display: none;
}

.hamburger,
.mobile-menu {
  position: fixed;
}