

@font-face {
  font-family: 'Ubuntu-Bold';
  src: url("/fonts/Ubuntu-Bold.eot");
  src: url("/fonts/Ubuntu-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/Ubuntu-Bold.woff") format("woff"), url("/fonts/Ubuntu-Bold.svg#Ubuntu-Bold") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Nunito-black';
  src: url("/fonts/Nunito-Black.eot");
  src: url("/fonts/Nunito-Black.eot?#iefix") format("embedded-opentype"), url("/fonts/Nunito-Black.woff") format("woff"), url("/fonts/Nunito-Black.svg#Nunito-Black") format("svg");
  font-weight: 900;
  font-style: normal; }

/*

#231F1f  -dark grey old #231F20
#ed1b54  - red old #ff0050
*/
body, html {
  max-height: 100%; }

body {
  overflow: hidden;
  background: #ed1b54;
 /* box-shadow: black 0px 0px 185px inset;*/ }

.page {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow-y: scroll;
  margin-top: 52px;
  height: 96vh;
  -webkit-overflow-scrolling: touch; }

* {
  color: #818080; }

/*BS override*/
.navbar {
  padding: 0 0.5rem;
  background-color: black;
  transition: filter .8s, background-color .8s, box-shadow .8s; }

.navbar-nav .nav-link {
  color: #ffff !important;
  font-weight: bold; }

.navbar-brand {
  position: relative;
  z-index: 100; }

.nav-solid {
  box-shadow: #000 0 1px 32px;
  background-color: #fff; }

.nav-solid .nav-item.nav-link {
  color: #fe002c !important; }

.logo-text.alt {
  display: initial; }

.logo-text {
  display: none; }

.nav-solid .logo-text.alt {
  display: none; }

.nav-solid .logo-text {
  display: initial; }

.navbar-light .navbar-toggler {
  color: #ff0151;
  border-color: transparent; }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,<svg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'><path stroke='#fe002c' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/></svg>"); }

.btn {
  font-family: "Nunito-black";
  color: #fff;
  border-style: solid;
  border-width: 0 1px 4px 1px;
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; 
  background-color: #423b3b;
  border-color: #231F1f;
  border-top-color: transparent; 
}
.btn:hover{
  margin-top: 0;
  border-width: 1px 1px 3px 1px !important;
  background-color: #2b2727;
  border-color: #111111;
}
.btn-primary {
  color: #fff;
  background-color: #ff0151;
  border-color: #bd0040 !important;
}

.btn-primary:active, .btn-primary:hover {
  color: #fff;
  background-color: #cf0042 !important;
  border-color: #83002c !important;
}

.btn:active, .btn:focus {
  box-shadow: none !important; }

.input-group-append .btn{border-top-left-radius:0;border-bottom-left-radius:0;}

img.floating {
  z-index: 5; }

/* Sections*/
section {
  position: relative;
  padding: 50px 12px;
  width: 100%;
  background-color: #ffffff;
  z-index: 0;
  color: #818080; }

/* Sections Header*/
section h1 {
  text-align: center;
  font-family: "Ubuntu-Bold", cursive, fatfrank, sans-serif;
  font-size: 3.5rem;
  text-transform: uppercase;
  color: #231F1f;
  margin: 0 0 50px 0; }

section .subheader {
  font-family: 'Nunito-black';
  color: #ed1b54;
  text-transform: uppercase;
  margin-bottom: 25px; }

.brand-h {
  text-transform: initial !important; }

section.depth.dark-inverse h1 {
  color: #fff; }

section.depth.white h1 {
  color: #ed1b54; }

section.depth.red h1, section.depth.red-solid h1, section.depth.dark h1, section.depth.dark-solid h1 {
  color: #fff; }

/* Sections Parallax Backgrounds*/
section.depth {
  background-position: 50% 0%;
  background-repeat: repeat;
  background-attachment: fixed;
  background-size: fill;
  background-image: url("/img/sections/red.png"); }

section.depth.red-solid, .red-solid {
  background: #ed1b54; }

section.depth.dark-solid, .dark-solid {
  background: #231F1f; }

.strip {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }

.strip img {
  height: 100%;
  width: 100%; }

section.depth.tstack {
  background-image: url("/img/sections/treasurestack_bg2.jpg");
  background-size: cover;
  background-repeat: no-repeat; }

section.depth.default {
  background-image: url("/img/sections/default.png"); }

section.depth.dark {
  background-image: url("/img/sections/dark.png"); }

section.depth.dark-inverse {
  background-image: url("/img/sections/dark-inverse.png"); }

section.depth.grey {
  background-image: url("/img/sections/grey.png"); }

section.depth.grey-inverse {
  background-image: url("/img/sections/grey-inverse.png"); }

section.depth.grey-white {
  background-image: url("/img/sections/grey-white.png"); }

section.depth.white {
  background-image: url("/img/sections/white.png"); }

section.depth.red {
  background-image: url("/img/sections/red.png"); }

.card {
  padding: 0;
  margin-bottom: 25px;
  border: none;
  border-radius: 0% !important; }

.card-img {
  border: none;
  border-radius: 0%; }

.footer .address {
  border-left: 1px solid #818080; }

.social-btn {
  width: 64px;
  height: 64px;
  background-size: contain;
  display: inline-block;
  border: 1px solid #231f1f;
  -webkit-transition: background-image 0.2s ease-in-out;
  transition: background-image 0.2s ease-in-out;
  border-radius: 100%; }

.social-btn.twitter {
  background-image: url(/img/social/twitter.png); }

.social-btn.youtube {
  background-image: url(/img/social/youtube.png); }

.social-btn.indiedb {
  background-image: url(/img/social/indiedb.png); }

.social-btn.twitter:hover {
  background-image: url(/img/social/twitter-alt.png); }

.social-btn.youtube:hover {
  background-image: url(/img/social/youtube-alt.png); }

.social-btn.indiedb:hover {
  background-image: url(/img/social/indiedb-alt2.png); }

/* width */
::-webkit-scrollbar {
  width: 0px; }

/* Track */
::-webkit-scrollbar-track {
  background: #ff0151; }

/* Handle */
::-webkit-scrollbar-thumb {
  background: black; }

.navbar-brand {
  margin-right: 0;
  padding-bottom: 0; }

.navbar-toggler {
  padding: 2px;
  font-size: inherit; }

.share-box {
  position: fixed;
  bottom: 10px;
  right: 2px;
  transition: top 1s linear;
  transition: left 1s linear; }

.share-box-scroll {
  top: 90vh; }

.jssocials-share {
  display: block; }

.jssocials-share-link {
  color: #cccccc;
  background-color: #231f1f; }

@media (max-width: 420px) {
  .footer {
    text-align: center; }
  .share-box {
    display: none; }
  .footer .address {
    border: none; } 
}

  *:focus {
    outline: none  !important;
    box-shadow:none !important;
  }
    
  input:invalid, textarea:invalid {
    box-shadow: inset 0 0 6px 0px #ff0000;
    color: red;
  }
  
  
  input:focus:ivalid,textarea:focus:invalid {
    outline: none;
  }
/* Preorder Stuff */
    
  .platform-link-box{
    z-index: 99999999;	
    box-shadow: #111 0px 0px 0px;
    padding:0;
    border-top:#111 2px solid;
    border-bottom:#111 2px solid;    
    -webkit-transition: box-shadow .2s ease-in-out;
    -moz-transition: box-shadow .2s ease-in-out;
    -o-transition: box-shadow .2s ease-in-out;
    transition: box-shadow .2s ease-in-out;      
  }
  .platform-link-box .container-fluid{padding:0;}
  .platform-link-box:hover{
    box-shadow: #111 0px 0px 10px;
  }
  
  .platform-link img{max-height: 60px;}
  .ninhover, .xboxhover, .steamhover{      
    display: block; 
    padding: 7px 0px;       
    -webkit-transition: box-shadow .3s, background-color .2s linear;
    -moz-transition: box-shadow .3s, background-color .2s linear;
    -o-transition:box-shadow .3s, background-color .2s linear;
    transition: box-shadow .3s , background-color .2s linear;
  }
  
  .ninhover:hover { 
    background-color: rgba(254, 0, 0,1);
    box-shadow:rgba(254, 0, 0,1) 0 0 20px 20px ;       
  }
  .xboxhover:hover {
    background-color: rgba(1, 138, 0,1);
    box-shadow:rgba(1, 138, 0,1) 0 0 20px 20px ; 
  }
  .steamhover:hover {
    background-color: rgba(19, 112, 161,1);
    box-shadow:rgba(19, 112, 161,1) 0 0 20px 20px ; 
  }