.navbar {
  background: #140822;
  color: #fff;
}

#mobileCartButton span {
  color: #39f;
}

/* Green - #39f Add To Cart */
.btn-read-now {
  background:#39f;
  color:#fff;
}
.btn-read-now:hover,
.btn-read-now:active,
.btn-read-now:focus {
  background:#5bc0de;
  color:#fff;
}

/* Blue - #3cf Wishlist */
.btn-read-now-alt {
  background:#3cf;
  color:#fff;
}
.btn-read-now-alt:hover,
.btn-read-now-alt:active,
.btn-read-now-alt:focus {
  background:#5bc0de;
  color:#fff;
}

/* Purple - #87008c Pre-Order */
.btn-pre-order {
  background: #87008c;
  color:#fff;
}
.btn-pre-order:hover,
.btn-pre-order:active,
.btn-pre-order:focus {
  background: #b300bc;
  color:#fff;
}

.btn-checkout {
  background: #27ae61;
  color: #fff;
}
.btn-checkout:hover,
.btn-checkout:active,
.btn-checkout:focus {
  background: #01aa07;
  color: #fff;
}

/* Gold - #f1d649 */
.nav-cart:hover .nav-cart-dropdow,
.nav-cart:hover {
  background: #f1d649;
}

/* XS This size and smaller */
@media (max-width: 768px) {
  a.navbar-brand.logo-image {
    display: inline-block;
    float: none;
    width: auto;
  }
  a.navbar-brand.logo-image .ipad-desktop-only {
    display: block !important;
    width: 178px;
  }
}

/* Browse Drop Down */
.dropdown-menu.multi-column {
  border: 2px solid #27ae61;
}

/* App Buttons */
.app-buttons a {
  /* Nothing here */
}

/* Footer */
footer {
  background: #150920;
  color: #7f7f7f;
}
footer a {
  color: #666;
}
footer a:hover {
  color: #3cf;
}