body{
 background-color:#000;
}
.background {
  background: url(../img/background.jpg) no-repeat center center fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  z-index: -2; }

.gradient {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  z-index: -1;
  background: url(../img/gradient.png);
  background-repeat: repeat-x; }

.logo {
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 10px; }

.container {
  padding-top: 40px; }

.buy-container {
  margin-bottom: 20px; }
  .buy-container a {
    width: 100%; }

.spacer {
  height: 40px; }

footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding-bottom: 20px; }

footer img {
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 10px; }

@media (max-width: 992px) {
  .spacer {
    height: 10px; } }
@media (max-height: 380px) {
  footer {
    display: none; } }
