/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
  color: #fff;
}

/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: #fff;
  border: 1px solid #fff;
}


/*
 * Base structure
 */

html,
body {
  height: 100%;
  width: 100% !important;
  /* max-width: 100% !important; */
  background-color: #333;
}
body {
  /* max-width: 100% !important; */
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 3px rgba(0,0,0,.5);
}

img {
  box-sizing: border-box !important;
}

/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  display: table;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;
  -webkit-box-shadow: inset 0 0 100px rgba(0,0,0,.5);
          box-shadow: inset 0 0 100px rgba(0,0,0,.5);
}

.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
}

/*Overlay*/

.overlay {
  position: relative;
}

.overlay:after {
  position: absolute;
  content:"";
  top:0;
  left:0;
  width:100%;
  height:100%;
  opacity:0.3;
  background-color: black;
}

/*.overlay:hover:after  {
  opacity: .5;
}*/

/* Padding for spacing */
.inner {
  padding: 30px;
}

/*
 * Header
 */

.navbar-black {
  background-color: black;
}

.burger-white .icon-bar {
  color: white !important;
}

.masthead-brand {
  margin-top: 10px;
  margin-bottom: 10px;
}

.masthead-nav > li {
  display: inline-block;
}
.masthead-nav > li + li {
  margin-left: 20px;
}
.masthead-nav > li > a {
  padding-right: 0;
  padding-left: 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff; /* IE8 proofing */
  color: rgba(255,255,255,.75);
  border-bottom: 2px solid transparent;
}
.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
  background-color: transparent;
  border-bottom-color: #a9a9a9;
  border-bottom-color: rgba(255,255,255,.25);
}
.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
  color: #fff;
  border-bottom-color: #fff;
}

@media (min-width: 768px) {
  .masthead-brand {
    float: left;
  }
  .masthead-nav {
    float: right;
  }
}

/*
 * Cover
 */

 #attention-banner {
  width: 100%;
  padding: 1em 0;
  background-color: #a29bfe;
 }
  #attention-banner span {
    font-size: 120% !important;
  }
  #attention-banner a {
    text-decoration: none !important;
  }
  #attention-banner h1 {
    font-size: 100%;
    font-weight: 600;
    margin: 0 auto;
    cursor: pointer;
  }
  #attention-banner a {
    transition: 0.45s ease-in-out all;
  }
  #attention-banner a:hover {
    font-size: 1.01em !important;
    font-weight: 700 !important;
  }

 .hero {
  overflow-x:hidden;
   background-image: url('../img/aurora-banner_star.webp');
   background-position: top 0%;
 }

 .hero-2 {
   background-image: url('../img/mesh2.webp');
   background-position: top left;
 }

 .hero-3 {
   background-image: url('../img/player-web3-md.webp');
   background-position: top left;
 }

 .hero-4 {
  background-image: url('../img/ronin-bg.webp') !important;
  background-position: 25% top !important;
  background-size: cover !important;
  }

 .hero-real-estate {
   background-image: url('../img/augmented-reality-real-estate.webp');
   background-position: 20% center;
   background-size: cover;
 }

 .story {
  width: 100%;
  background-position: 75% center !important;
   background-image: url('../img/forest-rift-min.webp') !important;
 }

 #ar-tcg-bg {
  background-color: black;
  background-image: url('../img/player-web3-md.webp');
  background-size: 90%;
  background-position: center bottom;
}
 .ar-tcg-bg-battle {
  background-color: black;
  background-image: url('../img/ar-tcg/ar-tcg-battle.webp') !important;
  background-size: 90%;
  background-position: center bottom;
}
  .ar-tcg-bg-battle-2 {
    background-color: black;
    background-image: url('../img/ar-tcg/ar-tcg-battle.webp') !important;
    background-size: cover;
    background-position: center;
  }

.cover {
  padding: 0 20px;
}

.cover * {
  text-transform: uppercase;
}

.cover-heading {
  font-size: 300%;
}

.cover .btn-lg {
  border-radius: 0;

  padding: 15px 30px;
  font-weight: bold;
}

.character-container {
  width: 50%;
}

/* Jumbo Thing */

.jumbotron {
  padding: 5em 0 6em 0;
  margin-bottom: 0;
  background-image: url('../img/star-banner.webp');
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.character-spotlight {
  /*background-image:radial-gradient();*/
  min-height: 110vh !important;
  /*overflow: visible;*/
  /*background-color: black;*/
  /*background: url('../img/forest-rift-min.png') !important;*/
  background-color: #1E1D21;
}

.storyline-background {
  /*background-color: rgba(255, 255, 255, 1) !important;*/
  background-color: black !important;
  background: url('../img/txh_contrast.webp');
  height: auto;
  min-height: 40vh;
  /*background:url('../img/forest-rift-min.png') !important;*/
  background-attachment: fixed !important;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: bottom !important;
}

.megasuper-background {
  /*background-color: rgba(255, 255, 255, 1) !important;*/
  background-color: black !important;
  background: url('../img/desolation-banner.webp');
  height: auto;
  min-height: 40vh;
  /*background:url('../img/forest-rift-min.png') !important;*/
  background-attachment: fixed !important;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: bottom !important;
}

.ar-cards-background {

  background: url('../img/ar-cards.webp') !important;

  height: auto !important;


  /*overflow: visible;*/
  /*background-image: url('https://media.giphy.com/media/l0MYJAzu5RTVSGeiY/giphy.gif');*/
  background-attachment: fixed !important;
  background-position: center top !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;

}

.osirus-sniper-background {

  background: url('../img/osirus-summon.webp') !important;

  height: auto !important;


  /*overflow: visible;*/
  /*background-image: url('https://media.giphy.com/media/l0MYJAzu5RTVSGeiY/giphy.gif');*/
  background-attachment: fixed !important;
  background-position: center top !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;

}

.this-is-genesis {
  /*background-image:radial-gradient();*/
  height: auto !important;
  padding: 2em 0 2em 0;

  /*overflow: visible;*/
  /*background-image: url('https://media.giphy.com/media/l0MYJAzu5RTVSGeiY/giphy.gif');*/
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  display: flex;
  align-items: center;
  justify-content: center;
}

.this-is-genesis .overlay {
  z-index: 0;
  height: 100%;
  /* width: 100vw; */
  background-color: rgba(0, 0, 0, 0.4);
}

.content__item {
  /*background-color: red;*/
  width: 100%;
}

.content__item-inner {
  /*background-color: blue;*/
  /* width: 70vw; */
}

.nav-tabs {
  border: 0 !important;
  margin-bottom: 0.1em !important;
}

.nav-tabs li {
  font-weight: 500;
  text-shadow: none;
  background-color: black;
}

.nav-tabs>li>a {
  border: 0 !important;
}

.nav-tabs>li.active>a {
  border: 0 !important;
}

html,
body {
  user-select: none !important;
}

.nav-tabs .active {
  /* background-color: transparent !important;
  color: white; */
  background-color: white;
  color: black;
  border-radius: 4px 4px 0 0 !important;
}

.nav-tabs li a:hover {
  background-color: white;
  color: black;
  border: 0;
}

.tab-content {
  min-height: 400px !important;
}

.main-container {
  background-color: white;
  width: 100% !important;
  -webkit-box-shadow: 6px 4px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 6px 4px 5px 0px rgba(0,0,0,0.75);
box-shadow: 6px 4px 5px 0px rgba(0,0,0,0.75);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 3vh;
  padding-bottom: 3vh;
}

.text-container {
  /* border: 1px solid black; */
  text-shadow: none !important;
  color: black;
  width: 75%;
}

.text-container h4{
  text-transform: uppercase;
  font-weight: 600 !important;
  font-size: 14px;
}

.text-container p {
 font-size: 14px;
}

.origin-container {
  text-shadow: none !important;
  color: black;
  width: 95%;
  padding: 30px 0 30px 0 !important;
}

.img-container {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 15%;
  margin-left: 2%;
  height: 12vh;

}

.img-container img {
  margin: 0 auto;
  max-height: 100px;
  height: auto;
  max-width: 90px;
  width: 80%;
}

/*Character Segment*/

/*.character-showcase {
  background-image: url('../img/star-banner.jpg');
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}*/

/*
 * Footer
 */

.mastfoot {
  color: #999; /* IE8 proofing */
  color: rgba(255,255,255,.5);
}


/*
 * Affix and center
 */

@media (min-width: 300px) {
  /* Start the vertical centering */
  .site-wrapper-inner {
    vertical-align: middle;
  }

  .inner {
    margin-top: -30vh !important;
  }

  .launch-text {
    width: 100% !important;
    font-size: 18px !important;
  }

  .small-text {
    font-size: 12px !important;
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .cover {
    width: 100vw !important;
  }

  #mc_embed_signup input {
    display: inline !important;
  }

}

@media (min-width: 800px){
  .cover.hyper-cover {
    font-size: 40px !important;
  }
}

@media (min-width: 768px) {

  .inner {
    margin-top: 0vh !important;
  }

  .hyper-cover {
    width: 100% !important;
    font-size: 50px !important;
  }

  .launch-text {
    width: 100% !important;
    font-size: 24px !important;
  }

  .small-text {
    font-size: 14px !important;
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .cover {
    width: 100% !important;
  }

  /* Pull out the header and footer */
  .masthead {
    position: fixed;
    background-color: black;
    top: 0;
  }
  .mastfoot {
    position: fixed;
    bottom: 0;
  }
  /* Handle the widths */
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%;
  }
}

/* MAIN SIZE CONTROLLER */

@media (min-width: 992px) {

  .cover {
    width: 80vw !important;
  }

  .launch-text {
    width: 80% !important;
    font-size: 2vi !important;
  }

  .small-text {
    font-size: 16px !important;
    padding-top: 40px;
    padding-bottom: 10px;
  }

  /*.masthead,
  .mastfoot,*/
  /*.cover-container {
    width: 100vw;
  }*/
}
