
/* Fonts */
@font-face {
    font-family: 'PressStart2P';
    src: url('pressstart2p-regular-webfont.2be6274a.woff2') format('woff2'),
         url('pressstart2p-regular-webfont.ed610479.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'GraphikWeb';
  src: url('graphik-regular-web.3efd78e1.eot');
  src: url('graphik-regular-web.3efd78e1.eot?#iefix') format('embedded-opentype'),
  url('graphik-regular-web.09797f30.woff2') format('woff2'),
  url('graphik-regular-web.f4b67f75.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

html {
  height: 100%;
}

body {
  font-family: GraphikWeb;
  min-height: 100%;
  margin: 0px;
  border: 0;
  height: 100%;
}

a {
  color: #fff;
}

body * {
  box-sizing: border-box;
}

::-webkit-scrollbar {
  display: none;
}

.everything {
  display: flex;
  height: 100%;
  position: relative;
}

.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;

  height: 100%;
}

.child {
  flex: 1 0 0%;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.child.game {
  font-family: "PressStart2P";
  font-size: 12px;
  text-transform: uppercase;
  position: absolute;
  top: 100%;
}

.beatus {
  color: #fff;
  background-color: #183fc6;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.game {
  background-color: #fff;
}

.game-select-title {
    text-align: center;
    line-height: 42px;
}

.mobile-block {
    display: block;
}

.logo {
  position: absolute;
  top: 3em;
  left: 2em;
  background: url('stendahls_logo.cf57b240.png') no-repeat 0 0;
  width: 134px;
  height: 16px;
}


@media
only screen and (-webkit-min-device-pixel-ratio: 1.25),
only screen and ( min--moz-device-pixel-ratio: 1.25),
only screen and ( -o-min-device-pixel-ratio: 1.25/1),
only screen and ( min-device-pixel-ratio: 1.25),
only screen and ( min-resolution: 200dpi),
only screen and ( min-resolution: 1.25dppx)
{
  .logo {
    width: 134px;
    height: 32px;
    background: url('stendahls_logo2x.d7b7e6c4.png') no-repeat 0 0;
    background-size: 134px; /* Equal to normal logo width */
  }
}

.tagline-wrapper {
  position: absolute;
  top: 45%;
  left: 50%;
  height: 293px;
  transform: translateY(-50%) translateX(-50%);
}

/* low height */
@media only screen and (min-height: 800px) {
  .tagline-wrapper {
    position: absolute;
    top: 40%;
    left: 50%;
    height: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
}

/* HD/Retina CSS */
@media only screen and ( max-device-width: 640px ) {
  /*Iphone portrait and smaller*/
  .tagline-wrapper {
    position: absolute;
    top: 45%;
    left: 50%;
    height: 50%;
    transform: translateY(-50%) translateX(-50%);
  }

  .tagline-wrapper img {
    height: 100%;
    max-width: 100%;
  }
}

.tagline-wrapper img {
  height: 100%;
  max-width: 100%;
}

.title {
  font-size: 2em;
}


.body {
  font-family: "GraphikWeb", sans-serif;
  font-size: 22px;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: 50px;
  padding: 0 1em;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

/* low height */
@media only screen and (min-height: 800px) { 
  .body {
    font-family: "GraphikWeb", sans-serif;
    font-size: 22px;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: 164px;
    padding: 0 1em
  }
}

@media screen and (max-width: 1024px) {  
  .body {
    font-family: "GraphikWeb", sans-serif;
    font-size: 17px;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: 80px;
    padding: 0 1em;
    position: absolute;
    left: 0px;
    bottom: 0px;
  }

  .open-positions {
    font-size: 12px;
  }
}


@media screen and (min-width: 1400px) {  
  .body {
    padding-right: 6em;
    padding-left: 6em;
  }
}


.game-selector {
  position: relative
}

.game-selector a,
.game-selector a:active,
.game-selector a:visited {
  color: #000000;
  display: block;
  font-size: 18px;
  padding-top: 30px;
  text-decoration: none;
  position: relative;
}

.game-selector a.selected::before {
  content: url( 'icon.f52bf808.svg' );
  position: absolute;
  left: -40px;
  top: 20px;
}

.title {
  text-transform: uppercase;
  max-width: 692px;
  font-size: 3em;
  position: absolute;
  top: 50%;
  transform: translateY(-75%);
  margin-top: 0;
  margin-bottom: 0;
}

.emp {
  color: #000;
}

.arrow {
    content: url( 'icon.f52bf808.svg' );
    transform: translateX(-50%) rotate(90deg);
    position: absolute;
    left: 50%;
    bottom: 20px;
}

@media all and (min-width: 768px) {

  
  body {
      height: 100%;
      margin-bottom: 0;
      font-size: 18px;
  }

  .everything {
      height: 100%;
  }

  .container {
      flex-direction: row;
  }
  
  .mobile-block {
    display: inline;
  }
  
  .mobile-block:before {
      content: " ";
  }

  .beatus {
      position: relative;
  }

  .child {
      height: 100%;
      width: 50%;
  }

  .child.game {
      position: relative;
      top: auto;
  }

  .child.game h1 {
      text-align: center;
      line-height: 40px;
  }

  .title {
    font-size: 5em;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
    margin-bottom: 0;
  }
  
  .arrow {
      display: none;
  }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
  .container {
      flex-direction: column;
  }

}

.game_job_title {
  text-align: center;
}

.container_404 {
  display: flex;
  flex-direction: column;
  height: 100%;
  height: 100vh;
  width: 100%;
  width: 100vw;
  justify-content: center;
  align-items: center;
  background-color: #183fc6;
  text-align: center;
  color: white; 
  font-size: 24px;
  font-family: GraphikWeb, sana-serif;
}

.container_404 a {
  color: white; 
}
.container_404 a:visited {
  color: whitesmoke; 
}


.container_404_inner {
  background-color: #183fc6;
  margin: 100px 1em;
  position: relative;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  font-size: 38px;
}


@media screen and (max-width: 1024px) {  
  .container_404_inner {
    background-color: #183fc6;
    margin: 100px 1em;
    position: relative;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
  }
}




/*# sourceMappingURL=styles_main.abd89036.css.map */