/* --------------------------------------------------
 * Pixelgarage fonts
 * --------------------------------------------------*/
@font-face {
  font-family: 'URW Grotesk Bold';
  src: url('../fonts/URW Grotesk/urwgrotesk-bol-webfont.eot');
  src: url('../fonts/URW Grotesk/urwgrotesk-bol-webfont.eot') format('embedded-opentype'), url('../fonts/URW Grotesk/urwgrotesk-bol-webfont.woff2') format('woff2'), url('../fonts/URW Grotesk/urwgrotesk-bol-webfont.woff') format('woff'), url('../fonts/URW Grotesk/urwgrotesk-bol-webfont.sgv#urw_groteskbold') format('sgv');
}
@font-face {
  font-family: 'URW Grotesk Extra Wide Light';
  src: url('../fonts/URW Grotesk/urwgroteskextwid-lig-webfont.eot');
  src: url('../fonts/URW Grotesk/urwgroteskextwid-lig-webfont.eot') format('embedded-opentype'), url('../fonts/URW Grotesk/urwgroteskextwid-lig-webfont.woff2') format('woff2'), url('../fonts/URW Grotesk/urwgroteskextwid-lig-webfont.woff') format('woff'), url('../fonts/URW Grotesk/urwgroteskextwid-lig-webfont.sgv#urw_grotesk_extra_widelight') format('sgv');
}
@font-face {
  font-family: 'URW Grotesk Cond Bold';
  src: url('../fonts/URW Grotesk/urwgroteskcon-bol-webfont.eot');
  src: url('../fonts/URW Grotesk/urwgroteskcon-bol-webfont.eot') format('embedded-opentype'), url('../fonts/URW Grotesk/urwgroteskcon-bol-webfont.woff2') format('woff2'), url('../fonts/URW Grotesk/urwgroteskcon-bol-webfont.woff') format('woff'), url('../fonts/URW Grotesk/urwgroteskcon-bol-webfont.sgv#urw_grotesk_condbold') format('sgv');
}
/* --------------------------------------------------
 * Pixelgarage Mixins library
 *
 * All mixins have to be in the namespace #pxl-mixins to prevent overriding.
 *
 * Usage:
 * .class {
 *     #pxl-mixins.mixin;
 * }
 *
 * --------------------------------------------------*/
/*
 *  General mixins
 * --------------------------------------------------*/
/*
 *  Box modificarion mixins
 * --------------------------------------------------*/
/*
 *  Transformation mixins
 * --------------------------------------------------*/
/*
 *  Text mixins
 * --------------------------------------------------*/
/*
 * Globals
 */
/* Links */
a,
a:focus,
a:hover {
  color: #fff;
}
/* Custom default button */
.cover .btn-default,
.cover .btn-lg,
.cover .btn-default:focus {
  text-shadow: none;
  /* Prevent inheritance from `body` */
  background-color: #D40028;
  min-width: 250px;
  font-family: 'URW Grotesk Bold';
  border: 1.5px solid #D40028;
  border-radius: 0;
  color: white;
  font-size: 16px;
}
.cover .btn-dark {
  background-color: black;
  border: 1.5px solid black;
}
@media screen and (min-width: 42.666666666666664em) {
  .cover .btn-default,
  .cover .btn-lg,
  .cover .btn-default:focus {
    font-size: 2.34375vw;
  }
}
@media screen and (min-width: 48em) {
  .cover .btn-default,
  .cover .btn-lg,
  .cover .btn-default:focus {
    font-size: 18px;
  }
}
@media screen and (min-width: 64em) {
  .cover .btn-default,
  .cover .btn-lg,
  .cover .btn-default:focus {
    font-size: 22px;
  }
}
@media screen and (min-width: 48em) {
  .cover .btn-default,
  .cover .btn-lg,
  .cover .btn-default:focus {
    min-width: auto;
  }
}
@media screen and (min-width: 64em) {
  .cover .btn-default,
  .cover .btn-lg,
  .cover .btn-default:focus {
    background-color: transparent;
    border-color: white ;
  }
  .cover .btn-default:hover,
  .cover .btn-lg:hover,
  .cover .btn-default:focus:hover {
    background-color: #D40028;
    border-color: #D40028;
    color: white;
  }
}
/*
 * Base structure
 */
html,
body {
  height: 100%;
}
body {
  text-align: center;
  font-family: 'URW Grotesk Bold';
  font-size: 16px;
  line-height: 1.3;
  color: #ffffff;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 34.90909090909091em) {
  body {
    font-size: 2.86458333vw;
  }
}
@media screen and (min-width: 48em) {
  body {
    font-size: 22px;
  }
}
@media screen and (min-width: 64em) {
  body {
    font-size: 28px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
  body {
    -webkit-font-smoothing: antialiased;
  }
}
/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  display: table;
  width: 100%;
  height: 100%;
  /* For at least Firefox */
  min-height: 100%;
}
.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
}
/* Padding for spacing */
.inner {
  padding: 30px;
}
/*
 * Header
 */
/*
 * Cover
 */
.cover {
  padding: 0 20px;
}
.cover .btn-lg {
  margin: 10px;
  padding: 10px 35px;
}
h1 {
  margin: auto;
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 16px;
  text-align: center;
  font-family: 'URW Grotesk Bold';
}
@media screen and (min-width: 48em) {
  h1 {
    margin-top: 37.5px;
  }
}
@media screen and (min-width: 64em) {
  h1 {
    margin-top: 50px;
  }
}
@media screen and (min-width: 100em) {
  h1 {
    margin-top: 62.5px;
  }
}
@media screen and (min-width: 48em) {
  h1 {
    margin-bottom: 37.5px;
  }
}
@media screen and (min-width: 64em) {
  h1 {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 100em) {
  h1 {
    margin-bottom: 62.5px;
  }
}
@media screen and (min-width: 42.666666666666664em) {
  h1 {
    font-size: 2.34375vw;
  }
}
@media screen and (min-width: 48em) {
  h1 {
    font-size: 18px;
  }
}
@media screen and (min-width: 64em) {
  h1 {
    font-size: 22px;
  }
}
.logo-wrapper {
  margin-bottom: 25px;
}
.logo-wrapper .logo {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 220px;
  height: 220px;
  background: center center no-repeat url(../images/sun-wu-logo-neg.png);
  background-size: contain;
}
@media screen and (min-width: 64em) {
  .logo-wrapper .logo {
    width: 460px;
    height: 460px;
    max-height: 50vh;
  }
}
@media screen and (min-width: 100em) {
  .logo-wrapper .logo {
    width: 500px;
    height: 500px;
  }
}
/*
 * BG-Video
 */
#background {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
/*
 * Footer
 */
/*
 * Affix and center
 */
@media (min-width: 768px) {
  /* Pull out the header and footer */
  .masthead {
    position: fixed;
    top: 0;
  }
  .mastfoot {
    position: fixed;
    bottom: 0;
  }
  /* Start the vertical centering */
  .site-wrapper-inner {
    vertical-align: middle;
    padding-bottom: 10vh;
  }
  /* Handle the widths */
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%;
    /* Must be percentage or pixels for horizontal alignment */
  }
}
@media (min-width: 992px) {
  .masthead,
  .mastfoot,
  .cover-container {
    width: 700px;
  }
}
