@import url(https://fonts.googleapis.com/css?family=Marvel:400,400italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,300italic,400italic,500,500italic,700italic,700);

header {
  position: relative;
  background-color: black;
  height: 100vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

@media (max-width: 991px)
{
  .mobileFallback {
    display: block!important;
  }
}

@media (min-width: 992px)
{
  .mobileFallback {
    display: block !important;
  }
}

.mobileFallback {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

header .container {
  position: relative;
  z-index: 2;
}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.4;
  z-index: 1;
}

@media (pointer: coarse) and (hover: none) {
  header {
    background: url('#') black no-repeat center center scroll;
  }
  header video {
    display: none;
  }
}

body {
  background-color: black;
}

.footer {
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-transform: uppercase;
  padding: 50px;
}

@media (max-width: 768px) {
  .footer img {
    max-width: 150px;
    height: auto;
    margin: 30px auto;
  }
}
.social-links {
  text-align: center;
}

.social-links h3 {
  font-size: 25px;
  line-height: 30px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Marvel', sans-serif;
  font-style: italic;
  font-weight: 700;
}
.social-links ul {
  margin: 30px 0;
  padding: 0;
}
.social-links ul li {
  list-style: none;
  display: inline-block;
}
.social-links ul li img {
  height: 45px;
  width: auto;
  margin: 10px;
}
@media (max-width: 768px) {
  .social-links ul li img {
    height: 35px;
  }
}
.harmonix {
  /* border-top: 1px solid #fff; */
  margin: 10px auto 10px auto;
}
@media (max-width: 768px) {
  .harmonix {
    margin: 40px auto 20px auto;
  }
}
.harmonix .logo {
  margin: 80px auto;
}
.harmonix a {
  color: white;
  font-weight: 700;
  text-decoration: underline;
  margin: 0 5px;
}

#logo {
  color: white;
  align-items: center;
  align-content: center;
  text-align: center;
  left: 50%;
  top: -65px;
  transform: translate(-50%, 50%);
  margin: 0 auto;
  position: absolute;
}

#logo img {

}

#play {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  align-items: center;
  align-content: center;
  text-align: center;
}

#play button {
  font-size: 100px;
  background-color: rgba(0,0,0,0);
  color: rgba(255,255,255,.5);
  margin: 10px;
}

#play button:hover {
  background-color: rgba(0,0,0,0);
  color: rgba(255,255,255,.9);
  margin: 10px;
}

#play p {
  color: white;
  color: rgba(255,255,255,.85);
  font-size: 16px;
  text-transform: uppercase;
  position: relative;
  top: -25px;
}

#store {
  color: white;
  align-items: center;
  align-content: center;
  text-align: center;
  left: 50%;
  bottom: 0px;
  transform: translate(-50%, -10%);
  margin: 0 auto;
  position: absolute;
  width: 100%;
}

@media (min-width: 0px) and (max-width: 450px) 
{
  #store {
    bottom: 0px !important;
  }
  #store .mobileSocial {
      display: none;
  }
  #logo img {
    height: 79% !important;
    padding-top: 0px !important;
  }
  #play {
    top: 45% !important;
  }
}

@media (min-width: 450px) and (max-width: 991px)
{
  #store {
    bottom: 15px;
  }
  #play {
    top: 43%;
  }
  #store button {
    font-size: 20px !important;
  }
  #store h1 {
    font-size: 32px !important;
  }
}


#social {
  color: white;
  bottom: 0px;
  left: 10px;
  margin: 0 auto;
  position: absolute;
  width: 500px;
  transform: translateY(-30%);
}

#social button {
  font-size: 30px;
  color: white;
  margin-right: 10px;
  border-radius: 25px;
  z-index: 1000;
}


#social button:hover {
  opacity: .7;
}

#rightBottom {
  color: white;
  align-items: right;
  align-content: right;
  text-align: right;
  bottom: 0px;
  right: 10px;
  margin: 0 auto;
  position: absolute;
  width: 100%;
  transform: translateY(-20%);
}

#rightBottom a, #rightBottom p {
  font-size: 25px;
  color: white;
  font-weight: 100;
}

#rightBottom button {
  font-size: 30px;
  color: white;
  margin-right: 10px;
  border-radius: 25px;

}

#store button {
  font-size: 25px;
  border: 2px solid white;
  color: white;
  margin: 10px;
  border-radius: 25px;
  z-index: 1000;
}

#store div .spacer {
  margin: 60px;
}

#store h1 {
  line-height: 50px;
  font-size: 36px;
  /* border-bottom: .5px solid white; */
}

#store h1 span {
  font-weight: 800;
  text-decoration: underline;
  /*color: orange;*/
}

#store h2 {
  line-height: 25px;
  font-size: 28px;
  /* border-bottom: .5px solid white; */
}

#store h2 span {
  font-weight: 800;
  text-decoration: underline;
  /*color: orange;*/
}

#store button:hover {
  color: rgb(255,119,0);
}

#store .blue-hover:hover {
  color: rgb(52,187,255) !important;
}
/*
#store .gradient:hover {
    background-image: -webkit-linear-gradient(left, rgb(52,187,255), rgb(255,119,0)); 
    background-image:    -moz-linear-gradient(left, rgb(52,187,255), rgb(255,119,0)); 
    background-image:     -ms-linear-gradient(left, rgb(52,187,255), rgb(255,119,0)); 
    background-image:      -o-linear-gradient(left, rgb(52,187,255), rgb(255,119,0)); 
    background-image:         linear-gradient(to right, rgb(52,187,255), rgb(255,119,0)); 
    color:transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

#store .gradient:hover i {
  color: white;
} */

.force-right
{
  left: 100%;
  position: relative;
}

.image-rating {
  max-height: 80px;
  width: auto;
}


.topnav {
    height: 50px;
    background: black;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20
}

.topnav .btn-return,
.topnav .links {
    top: 15px;
    transition: all .5s;
    position: absolute
}

.topnav .btn-return {
    height: 20px;
    width: 15px;
    background-image: url(images/btn-return.svg);
    background-size: 15px;
    background-repeat: no-repeat;
    opacity: 0;
    left: 30px;
    cursor: pointer
}

@media (max-width: 1350px) {
  .hiddenOnMobile {
    display: none !important;
  }
  .showOnMobile {
    display: block !important;
  }
}

@media (max-width: 700px)
{

  #store h1 {
   font-size: 32px; 
  }
  #store h2 {
    font-size: 26px;
  }
}

@media (max-width:998px) {
    .topnav .btn-return {
        background-image: url(images/btn-return.svg);
        left: 18px
    }
}

.topnav .links {
    left: 20px;
    display: block;
    z-index: 20
}

.topnav .links a {
    text-decoration: none;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    margin: 10px;
    color: #fff
}

.right-links a {
    text-decoration: none;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    margin: 10px;
    color: #fff;
    display: block;
    top: 15px;

}
.topnav .top-preorder {
    position: absolute;
    top: 0;
    right: 0;
    width: 192px;
    height: 50px
}

.topnav .top-preorder .btn-top-preorder {
    cursor: pointer;
    background-image: url(images/btn-header-preorder.png);
    background-repeat: no-repeat;
    height: 50px;
    width: 192px;
    background-size: 192px 50px
}

@media (max-width:768px) {
    .topnav .links a {
        font-size: 13px;
        margin-right: 5px;
    }
    .topnav .top-preorder {
        width: 120px;
        height: 50px
    }
    .topnav .top-preorder .btn-top-preorder {
        background-image: url(images/btn-preorder-mobile.png);
        background-position: right center;
        padding-right: 60px;
        width: 120px;
        background-size: 120px 50px
    }
}

.topnav .top-preorder .preorder-toggle {
    position: absolute;
    right: 15px;
    top: 17px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    display: inline-block;
    z-index: 10;
    background-image: url(images/btn-close.png);
    background-size: 16px;
    padding: 10px;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all .5s;
    pointer-events: none
}

.topnav .top-preorder.open .btn-top-preorder {
    right: -192px
}

.topnav .top-preorder.open .preorder-toggle {
    cursor: pointer;
    opacity: 1;
    pointer-events: all
}

.topnav.scroll .btn-top-preorder {
    position: absolute;
    right: 0
}

.topnav.scroll .links {
    left: 60px
}

.topnav.scroll .btn-return {
    opacity: 1
}

.topnav .visible-mobile-sm {
    display: none;
}
.topnav .visible-mobile-md {
    display: none;
}
.topnav .visible-mobile-lg {
    display: none;
}
@media (max-width: 320px) {
   .topnav .visible-mobile-sm {
        display: block;
   }
}
@media (min-width: 321px) and (max-width: 767px) {
   .topnav .visible-mobile-md {
        display: block;
   }
}
@media (min-width: 768px) {
   .topnav .visible-mobile-lg {
        display: block;
   }
}

#songsModal .modal-content {
  background-color: rgba(0,0,0,.9); !important;
  text-align: center;
  font-color: white !important;
  border-radius: 25px;
}

#songsList {
  margin: 10px;
  color: white;
}

#songsList p span {
  display: block;
}

#songsList b, #songsList span {
  text-transform: uppercase;
}

#songsList b {
  font-size: 20px;
  font-weight: 400;
}

#songsList span {
  font-weight: 200;
}

#songsList button {
  color:white;
  width: 75%;
  border: 2px solid white;
}

.requests {
  margin-top: 25px;
  margin-bottom: 25px;
}

button {
  border-radius: 25px;
}

.topnav {
  text-transform: uppercase;
}

