@font-face {
  font-family: "Kenney Future";
  src: url("fonts/kenney_future_narrow-webfont.woff2") format("woff2"), url("fonts/kenney_future_narrow-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
div.top-bar {
  top: 0;
  position: -webkit-sticky;
  position: sticky;
  z-index: 99;
  padding: 0;
  background: #2b4148;
  /* Old browsers */
  background: -moz-linear-gradient(left, #2b4148 0%, #3e5e68 35%, #3e5e68 65%, #2b4148 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #2b4148 0%, #3e5e68 35%, #3e5e68 65%, #2b4148 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #2b4148 0%, #3e5e68 35%, #3e5e68 65%, #2b4148 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$outer", endColorstr="$outer",GradientType=1 );
  /* IE6-9 */
}
div.top-bar ul {
  background: transparent;
  text-transform: uppercase;
}
div.top-bar ul li {
  z-index: 1;
  min-width: 100px;
  font-size: 1.2em;
  padding: 0.2em 0.4em;
  text-align: center;
}
div.top-bar ul li img.logo-small {
  position: absolute;
  top: 6px;
  left: 0;
}
div.top-bar .middle {
  margin-left: auto;
  margin-right: auto;
}

.dropdown.menu .is-dropdown-submenu > a {
  padding: 0.2em 0.5em;
}
.dropdown.menu li.is-active > a {
  color: yellow;
}
.dropdown.menu li.opens-right > .is-dropdown-submenu {
  border-top: none;
  border-bottom: none;
  background-image: linear-gradient(to bottom, #3e4278, rgba(62, 66, 120, 0));
  width: 200px;
}
.dropdown.menu li.is-dropdown-submenu-parent > a::after {
  border: none;
}
.dropdown.menu li.is-dropdown-submenu-parent {
  width: 200px;
}
.dropdown.menu li.is-dropdown-submenu-parent.is-active {
  background-color: #3e4278;
  border-left: 2px solid #7074aa;
  border-right: 2px solid #7074aa;
}
.dropdown.menu li.is-dropdown-submenu-parent > a::after {
  border: none;
}

.top-to-bottom {
  margin-left: -2px;
  border-width: 2px;
  border-style: solid;
  padding-bottom: 2em;
  -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(#7074aa), to(rgba(62, 66, 120, 0))) 1 100%;
  -webkit-border-image: -webkit-linear-gradient(#7074aa, rgba(62, 66, 120, 0)) 1 100%;
  -moz-border-image: -moz-linear-gradient(#7074aa, rgba(62, 66, 120, 0)) 1 100%;
  -o-border-image: -o-linear-gradient(#7074aa, rgba(62, 66, 120, 0)) 1 100%;
  border-image: linear-gradient(to bottom, #7074aa, rgba(62, 66, 120, 0)) 1 100%;
}

/* The four large buttons seen on the bottom of the viewport */
#trailer-buttons {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
#trailer-buttons ul {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1;
}
#trailer-buttons a.some-button-large {
  padding: 0.2em;
  margin: 0 2em 2em;
  vertical-align: middle;
  position: relative;
  display: inline-block;
  height: 91px;
  text-transform: uppercase;
}
#trailer-buttons a.some-button-large:before {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  z-index: 2;
}
#trailer-buttons a.some-button-large > span {
  transition: all 0.2s ease-in-out;
  opacity: 0.6;
  position: relative;
  vertical-align: middle;
  display: inline-block;
  background-color: #565088;
  height: 50px;
  font-size: 1.4em;
  padding: 0.6em 2em;
  margin-left: -16px;
}
#trailer-buttons .some-button-large.youtube_trailer:before {
  content: url("../img/youtube_trailer_inactive.png");
}
#trailer-buttons .some-button-large.youtube_trailer:hover::before {
  content: url("../img/youtube_trailer_active.png");
}
#trailer-buttons .some-button-large.youtube_trailer:hover span {
  background-color: #7d2b2b;
}
#trailer-buttons .some-button-large.steam_wishlist:before {
  content: url("../img/steam_wishlist_inactive.png");
}
#trailer-buttons .some-button-large.steam_wishlist:hover::before {
  content: url("../img/steam_wishlist_active.png");
}
#trailer-buttons .some-button-large.steam_wishlist:hover span {
  background-color: #133a6d;
}
#trailer-buttons .some-button-large.newsletter:before {
  content: url("../img/newsletter_inactive.png");
}
#trailer-buttons .some-button-large.newsletter:hover::before {
  content: url("../img/newsletter_active.png");
}
#trailer-buttons .some-button-large.newsletter:hover span {
  background-color: #9b9481;
}
#trailer-buttons .some-button-large.discord_join:before {
  content: url("../img/discord_join_inactive.png");
}
#trailer-buttons .some-button-large.discord_join:hover::before {
  content: url("../img/discord_join_active.png");
}
#trailer-buttons .some-button-large.discord_join:hover span {
  background-color: #6074bd;
}

.live-banner {
  position: absolute;
  width: 200px;
}
.live-banner li {
  position: relative;
  left: -200px;
  max-width: 160px;
  background-color: #323232;
  box-shadow: 0 0 50px 5px #FF3333;
  border-radius: 0 0 10px 10px;
  padding: 0;
  transition: all 0.5s ease-in-out;
}
.live-banner li img:nth-child(1) {
  margin-bottom: 10px;
}
.live-banner li:hover {
  box-shadow: 0 0 50px 15px #FF3333;
}

html {
  scroll-behavior: smooth;
}

/* This prevents the top bar from hiding the anchor links' headers */
a.anchor {
  display: block;
  position: relative;
  top: -1.5em;
  visibility: hidden;
}

body {
  background-color: black;
  background-size: contain;
  color: white;
  font-family: "Kenney Future", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  /* Preload hover images to prevent flashing */
}
@font-face {
  body {
    font-family: "kenney_future";
    src: url("fonts/kenney_future_narrow-webfont.woff2") format("woff2"), url("fonts/kenney_future_narrow-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
  }
}
body:after {
  display: none;
  content: url("../img/youtube_trailer_active.png") url("../img/steam_wishlist_active.png") url("../img/newsletter_active.png") url("../img/discord_join_active.png") url("../img/reddit_active.png") url("../img/youtube_active.png") url("../img/discord_active.png") url("../img/twitter_active.png") url("../img/facebook_active.png") url("../img/twitch_active.png");
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Kenney Future", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

/* Link colors */
a {
  transition: all 0.2s ease-in-out;
  color: white;
}
a:visited {
  color: white;
}
a:hover {
  color: yellow;
}
a:active {
  color: orange;
}

#bg-video {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
}

#content-container {
  margin-top: 100vh;
  text-align: center;
  font-size: 18px;
}
#content-container div.section-left, #content-container div.section-right {
  margin-bottom: 33vh;
  text-align: justify;
}
#content-container div.section-left h2, #content-container div.section-right h2 {
  text-transform: uppercase;
  color: yellow;
}
#content-container div.section-left h5, #content-container div.section-right h5 {
  margin-bottom: 1em;
  font-size: 22px;
}
#content-container div.section-left div.feature, #content-container div.section-right div.feature {
  margin-bottom: 2em;
  width: 100%;
}
#content-container div.section-left div.feature video, #content-container div.section-right div.feature video {
  float: right;
  margin-left: 1em;
  width: 700px;
  height: 400px;
  border: 6px solid #272b52;
}
#content-container div.section-left div.feature ul, #content-container div.section-right div.feature ul {
  margin-left: 1.5em;
}
#content-container div.section-left div.feature ul li, #content-container div.section-right div.feature ul li {
  margin: 3px;
}
#content-container div.section-left li, #content-container div.section-left p, #content-container div.section-right li, #content-container div.section-right p {
  font-family: "Titillium Web";
}
#content-container div.section-left {
  /* Medium and up */
  /* Small screens */
}
@media screen and (min-width: 40em) {
  #content-container div.section-left {
    padding: 1em 6em 1em 4em;
    background: linear-gradient(to right, #343968 66%, rgba(62, 66, 120, 0));
  }
}
@media screen and (max-width: 39.9375em) {
  #content-container div.section-left {
    padding: 1em 2em 1em 2em;
    background-color: #343968;
  }
}
#content-container div.section-right {
  /* Medium and up */
  /* Small screens */
}
#content-container div.section-right h2 {
  margin-left: 0.9375rem;
}
@media screen and (min-width: 40em) {
  #content-container div.section-right {
    padding: 1em 4em 1em 6em;
    background: linear-gradient(to left, #343968 66%, rgba(62, 66, 120, 0));
  }
}
@media screen and (max-width: 39.9375em) {
  #content-container div.section-right {
    padding: 1em 2em 1em 2em;
    background-color: #343968;
  }
}

#footer-container {
  background: linear-gradient(to right, #343968 0%, #675683 35%, #675683 65%, #343968 100%);
  background-position: center;
  padding: 2em 0;
  text-align: center;
}

/* Social media buttons */
a.some-button-small {
  padding: 0.2em;
  margin: 0 2em 1em;
}

.some-button-small.reddit:hover img {
  content: url("../img/reddit_active.png");
}

.some-button-small.youtube:hover img {
  content: url("../img/youtube_active.png");
}

.some-button-small.discord:hover img {
  content: url("../img/discord_active.png");
}

.some-button-small.twitter:hover img {
  content: url("../img/twitter_active.png");
}

.some-button-small.facebook:hover img {
  content: url("../img/facebook_active.png");
}

.some-button-small.twitch:hover img {
  content: url("../img/twitch_active.png");
}

#secret-container {
  background: #2b4148;
  /* Old browsers */
  background: -moz-linear-gradient(left, #2b4148 0%, #3e5e68 35%, #3e5e68 65%, #2b4148 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #2b4148 0%, #3e5e68 35%, #3e5e68 65%, #2b4148 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #2b4148 0%, #3e5e68 35%, #3e5e68 65%, #2b4148 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$outer", endColorstr="$outer",GradientType=1 );
  /* IE6-9 */
  margin: 0;
  height: 100vh;
  text-align: center;
  font-size: 18px;
  width: 100vw;
}
#secret-container h3 {
  text-transform: uppercase;
  color: yellow;
  padding-top: 5vh;
}

/*# sourceMappingURL=app.css.map */
