/*
Theme Name: Madhouse 2018
Theme URI: https://wordpress.org/themes/twentyseventeen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 1.5
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: madhouse
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* https://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 */
@import url("https://fonts.googleapis.com/css?family=Roboto+Mono:100,400,500,700");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-size: 100%;
  font: inherit; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  height: 100%;
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  color: inherit;
  text-decoration: none; }
  a:hover {
    text-decoration: none; }
  a:focus {
    outline: 0 none;
    text-decoration: none; }
  a:active {
    text-decoration: none; }

img {
  display: block;
  max-width: 100%; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

button {
  padding: 0;
  margin: 0;
  border: 0;
  background: none;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  cursor: pointer; }

input[type="text"],
input[type="email"],
input[type="password"],
textarea {
  padding: 0;
  border: 0;
  padding: inherit;
  -webkit-appearance: none;
  font-family: inherit;
  font-size: inherit; }

img {
  vertical-align: middle; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

@keyframes scrollDown {
  0% {
    top: 7px; }
  50% {
    top: 20px; }
  100% {
    top: 7px; } }

@keyframes hambAfter {
  0% {
    width: 15px; }
  50% {
    width: 26px; }
  100% {
    width: 15px; } }

@keyframes hambBefore {
  0% {
    width: 23px; }
  50% {
    width: 26px; }
  100% {
    width: 23px; } }

@font-face {
  font-family: 'madhouse';
  src: url("assets/fonts/icons/madhouse.ttf?yer93t") format("truetype"), url("assets/fonts/icons/madhouse.woff?yer93t") format("woff"), url("assets/fonts/icons/madhouse.svg?yer93t#madhouse") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"]:before, [class*=" icon-"]:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'madhouse' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-close:before {
  content: "\e904"; }

.icon-burger:before {
  content: "\e905"; }

.icon-facebook:before {
  content: "\e900"; }

.icon-lg:before {
  content: "\e901"; }

.icon-pinterest:before {
  content: "\e902"; }

.icon-twitter:before {
  content: "\e903"; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  height: 60px;
  width: 100%; }
  @media (min-width: 768px) {
    .header {
      height: 80px;
      width: 100%; } }
  .header__content {
    position: relative;
    height: 100%;
    width: 100%;
    padding: 0 30px; }
    .header__content__lg {
      display: none;
      position: absolute;
      top: 20px;
      left: 30px;
      z-index: 20; }
      @media (min-width: 768px) {
        .header__content__lg {
          display: block;
          opacity: 1;
          pointer-events: inherit;
          transition: opacity 0.3s ease-in-out; } }
      .header__content__lg:before {
        font-size: 50px;
        color: white;
        transition: color 0.3s ease-in-out; }
      @media (min-width: 1024px) {
        .header__content__lg:hover:before {
          color: #ddff00; } }
    .header__content__hamb {
      display: block;
      position: absolute;
      top: 31px;
      right: 37px;
      height: 3px;
      width: 26px;
      margin-top: 8px;
      margin-bottom: 8px;
      background: white;
      transition: background 0.3s ease-in-out; }
      .header__content__hamb:before {
        content: '';
        display: block;
        position: absolute;
        top: -8px;
        right: 0;
        height: 3px;
        width: 23px;
        background: white;
        transition: background 0.3s ease-in-out; }
      .header__content__hamb:after {
        content: '';
        display: block;
        position: absolute;
        top: 7px;
        right: 0;
        height: 3px;
        width: 15px;
        background: white;
        transition: background 0.3s ease-in-out; }
      .header__content__hamb span {
        position: absolute;
        top: -8px;
        right: 0;
        display: block;
        height: 18px;
        width: 26px; }
      @media (min-width: 1024px) {
        .header__content__hamb:hover:before {
          animation: hambBefore 0.7s forwards; } }
      @media (min-width: 1024px) {
        .header__content__hamb:hover:after {
          animation: hambAfter 0.7s forwards; } }
    .header__content__name {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 20;
      font-family: "Roboto Mono", monospace;
      font-size: 10px;
      font-weight: 100;
      color: white;
      text-transform: uppercase;
      letter-spacing: 6px;
      text-align: center; }
    .header__content__back {
      display: block;
      position: absolute;
      top: 30px;
      left: 30px;
      z-index: 10;
      height: 30px;
      width: 30px;
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.3s ease-in-out; }
      .header__content__back:before {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 20px;
        color: black; }

.gl-black .header:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 80px;
  width: 100%;
  display: block;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, transparent 100%); }

.gl-black .header__content__lg {
  opacity: 0;
  pointer-events: none; }
  .gl-black .header__content__lg:before {
    color: white; }

.gl-black .header__content__hamb {
  background: white; }
  .gl-black .header__content__hamb:before {
    background: white; }
  .gl-black .header__content__hamb:after {
    background: white; }

.gl-black .header__content__back {
  opacity: 1;
  pointer-events: inherit; }
  .gl-black .header__content__back:before {
    color: white; }

.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  height: auto;
  width: 100%; }
  .footer__content {
    position: relative;
    height: 100%;
    width: 100%; }
    .footer__content__copyright {
      display: inline-block;
      padding: 8px 30px 10px 15px;
      background: white;
      position: relative;
      z-index: 20;
      transition: all 0.3s ease-in-out;
      font-family: "Roboto Mono", monospace;
      font-size: 10px;
      font-style: italic;
      color: black; }
      @media (min-width: 768px) {
        .footer__content__copyright {
          padding: 10px 60px 10px 20px; } }
      .footer__content__copyright small {
        display: none; }
        @media (min-width: 768px) {
          .footer__content__copyright small {
            display: inline-block; } }
    .footer__content__social {
      position: absolute;
      right: 20px;
      bottom: 29px; }
      .footer__content__social::after {
        clear: both;
        content: "";
        display: table; }
      @media (min-width: 768px) {
        .footer__content__social {
          right: 35px; } }
      .footer__content__social__item {
        float: left;
        padding-left: 5px; }
        .footer__content__social__item a {
          display: block;
          position: relative;
          height: 30px;
          width: 25px; }
          .footer__content__social__item a:before {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            transition: all 0.3s ease-in-out;
            font-size: 16px;
            color: white; }
            @media (min-width: 1024px) {
              .footer__content__social__item a:before {
                font-size: 14px; } }

.gl-black .footer__content__copyright {
  background: black;
  color: white; }

.gl-black .footer__content__social__item a:before {
  color: black; }

  /*!
   * fullPage 2.9.4
   * https://github.com/alvarotrigo/fullPage.js
   * MIT licensed
   *
   * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
   */
  html.fp-enabled,
  .fp-enabled body {
      margin: 0;
      padding: 0;
      overflow:hidden;

      /*Avoid flicker on slides transitions for mobile phones #336 */
      -webkit-tap-highlight-color: rgba(0,0,0,0);
  }
  #superContainer {
      height: 100%;
      position: relative;

      /* Touch detection for Windows 8 */
      -ms-touch-action: none;

      /* IE 11 on Windows Phone 8.1*/
      touch-action: none;
  }
  .fp-section {
      position: relative;
      -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
      -moz-box-sizing: border-box; /* <=28 */
      box-sizing: border-box;
  }
  .fp-slide {
      float: left;
  }
  .fp-slide, .fp-slidesContainer {
      height: 100%;
      display: block;
  }
  .fp-slides {
      z-index:1;
      height: 100%;
      overflow: hidden;
      position: relative;
      -webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
      transition: all 0.3s ease-out;
  }
  .fp-section.fp-table, .fp-slide.fp-table {
      display: table;
      table-layout:fixed;
      width: 100%;
  }
  .fp-tableCell {
      display: table-cell;
      vertical-align: middle;
      width: 100%;
      height: 100%;
  }
  .fp-slidesContainer {
      float: left;
      position: relative;
  }
  .fp-controlArrow {
      -webkit-user-select: none; /* webkit (safari, chrome) browsers */
      -moz-user-select: none; /* mozilla browsers */
      -khtml-user-select: none; /* webkit (konqueror) browsers */
      -ms-user-select: none; /* IE10+ */
      position: absolute;
      z-index: 4;
      top: 50%;
      cursor: pointer;
      width: 0;
      height: 0;
      border-style: solid;
      margin-top: -38px;
      -webkit-transform: translate3d(0,0,0);
      -ms-transform: translate3d(0,0,0);
      transform: translate3d(0,0,0);
  }
  .fp-controlArrow.fp-prev {
      left: 15px;
      width: 0;
      border-width: 38.5px 34px 38.5px 0;
      border-color: transparent #fff transparent transparent;
  }
  .fp-controlArrow.fp-next {
      right: 15px;
      border-width: 38.5px 0 38.5px 34px;
      border-color: transparent transparent transparent #fff;
  }
  .fp-scrollable {
      overflow: hidden;
      position: relative;
  }
  .fp-scroller{
      overflow: hidden;
  }
  .iScrollIndicator{
      border: 0 !important;
  }
  .fp-notransition {
      -webkit-transition: none !important;
      transition: none !important;
  }
  #fp-nav {
      position: fixed;
      z-index: 100;
      margin-top: -32px;
      top: 50%;
      opacity: 1;
      -webkit-transform: translate3d(0,0,0);
  }
  #fp-nav.right {
      right: 17px;
  }
  #fp-nav.left {
      left: 17px;
  }
  .fp-slidesNav{
      position: absolute;
      z-index: 4;
      left: 50%;
      opacity: 1;
      -webkit-transform: translate3d(0,0,0);
      -ms-transform: translate3d(0,0,0);
      transform: translate3d(0,0,0);
  }
  .fp-slidesNav.bottom {
      bottom: 17px;
  }
  .fp-slidesNav.top {
      top: 17px;
  }
  #fp-nav ul,
  .fp-slidesNav ul {
    margin: 0;
    padding: 0;
  }
  #fp-nav ul li,
  .fp-slidesNav ul li {
      display: block;
      width: 14px;
      height: 13px;
      margin: 0;
      padding-top: 20px;
      padding-bottom: 20px;
      position:relative;
  }
  .fp-slidesNav ul li {
      display: inline-block;
  }
  #fp-nav ul li a,
  .fp-slidesNav ul li a {
      display: block;
      position: relative;
      z-index: 1;
      width: 100%;
      height: 100%;
      cursor: pointer;
      text-decoration: none;
  }
  #fp-nav ul li a.active span,
  .fp-slidesNav ul li a.active span,
  #fp-nav ul li:hover a.active span,
  .fp-slidesNav ul li:hover a.active span{
      height: 10px;
      width: 10px;
      margin: -5px 0 0 -5px;
      border-radius: 100%;
   }
  #fp-nav ul li a span,
  .fp-slidesNav ul li a span {
      border-radius: 50%;
      position: absolute;
      z-index: 1;
      height: 5px;
      width: 5px;
      border: 0;
      background: white;
      left: 50%;
      top: 50%;
      margin: -2px 0 0 -2px;
      -webkit-transition: all 0.1s ease-in-out;
      -moz-transition: all 0.1s ease-in-out;
      -o-transition: all 0.1s ease-in-out;
      transition: all 0.1s ease-in-out;
  }
  #fp-nav ul li:hover a span,
  .fp-slidesNav ul li:hover a span{
      width: 10px;
      height: 10px;
      margin: -5px 0px 0px -5px;
  }
  #fp-nav ul li .fp-tooltip {
      position: absolute;
      top: -2px;
      color: #fff;
      font-size: 14px;
      font-family: arial, helvetica, sans-serif;
      white-space: nowrap;
      max-width: 220px;
      overflow: hidden;
      display: block;
      opacity: 0;
      width: 0;
      cursor: pointer;
  }
  #fp-nav ul li:hover .fp-tooltip,
  #fp-nav.fp-show-active a.active + .fp-tooltip {
      -webkit-transition: opacity 0.2s ease-in;
      transition: opacity 0.2s ease-in;
      width: auto;
      opacity: 1;
  }
  #fp-nav ul li .fp-tooltip.right {
      right: 20px;
  }
  #fp-nav ul li .fp-tooltip.left {
      left: 20px;
  }
  .fp-auto-height.fp-section,
  .fp-auto-height .fp-slide,
  .fp-auto-height .fp-tableCell{
      height: auto !important;
  }

  .fp-responsive .fp-auto-height-responsive.fp-section,
  .fp-responsive .fp-auto-height-responsive .fp-slide,
  .fp-responsive .fp-auto-height-responsive .fp-tableCell {
      height: auto !important;
  }

.scroll-down {
  display: none;
  position: absolute;
  bottom: 60px;
  left: 50%;
  z-index: 10;
  transform: translateX(-50%);
  opacity: 1;
  transition: opacity 0.5s ease-in-out; }
  @media (min-width: 1024px) {
    .scroll-down {
      display: block; } }
  .scroll-down--hide {
    opacity: 0; }
  .scroll-down__icon {
    position: relative;
    height: 40px;
    width: 24px;
    margin: 0 auto;
    border: 2px solid rgba(255, 255, 255, 0.6);
    border-radius: 15px; }
    .scroll-down__icon:before {
      display: block;
      content: '';
      position: absolute;
      top: 7px;
      left: 7px;
      height: 5px;
      width: 2px;
      border: 2px solid rgba(255, 255, 255, 0.6);
      border-radius: 5px;
      animation: scrollDown 2.0s ease-in-out infinite; }
  .scroll-down__text {
    padding-top: 20px;
    font-family: "Roboto Mono", monospace;
    font-size: 10px;
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px; }

.fp-viewing-news .scroll-down,
.fp-viewing-my-work .scroll-down,
.fp-viewing-about-me .scroll-down,
.fp-viewing-contact .scroll-down {
  opacity: 0; }

.menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 15;
  background: rgba(0, 0, 0, 0.96);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease-in-out; }
  .menu--open {
    pointer-events: inherit;
    opacity: 1; }
  .menu__close {
    display: block;
    position: absolute;
    top: 10px;
    right: 20px;
    height: 40px;
    width: 40px;
    z-index: 15; }
    @media (min-width: 768px) {
      .menu__close {
        top: 20px;
        right: 30px; } }
    .menu__close:before {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 18px;
      color: white; }
  .menu__lg {
    display: none;
    position: absolute;
    top: 20px;
    left: 30px;
    z-index: 20; }
    @media (min-width: 768px) {
      .menu__lg {
        display: block; } }
    .menu__lg:before {
      font-size: 50px;
      color: white;
      transition: color 0.3s ease-in-out; }
    @media (min-width: 1024px) {
      .menu__lg:hover:before {
        color: #ddff00; } }
  .menu__name {
    position: absolute;
    top: 24px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 20;
    font-family: "Roboto Mono", monospace;
    font-size: 12px;
    font-weight: 400;
    color: white;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-align: center; }
    @media (min-width: 768px) {
      .menu__name {
        top: 34px; } }
  .menu__list {
    position: fixed;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: auto;
    width: 100%; }
    .menu__list__item {
      padding-top: 20px;
      padding-bottom: 20px;
      text-align: center; }
      @media (min-width: 768px) {
        .menu__list__item {
          padding-top: 30px;
          padding-bottom: 30px; } }
      @media (min-width: 1240px) {
        .menu__list__item {
          padding-top: 15px;
          padding-bottom: 15px; } }
      .menu__list__item__link {
        position: relative;
        font-family: "Roboto Mono", monospace;
        font-size: 50px;
        color: white;
        letter-spacing: -2px; }
        @media (min-width: 768px) {
          .menu__list__item__link {
            font-size: 70px; } }
        @media (min-width: 1240px) {
          .menu__list__item__link {
            font-size: 100px;
            letter-spacing: -4px; } }
        .menu__list__item__link:before {
          display: block;
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          height: 4px;
          width: 0%;
          background: white;
          transition: width 0.3s ease-in-out; }
        @media (min-width: 1024px) {
          .menu__list__item__link:hover:before {
            width: 100%; } }
  .menu__copyright {
    display: inline-block;
    padding: 8px 30px 10px 15px;
    background: white;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 20;
    font-family: "Roboto Mono", monospace;
    font-size: 11px;
    font-style: italic;
    color: black; }
    @media (min-width: 768px) {
      .menu__copyright {
        padding: 8px 60px 10px 20px; } }
    .menu__copyright small {
      display: none; }
      @media (min-width: 768px) {
        .menu__copyright small {
          display: inline-block; } }

.home {
  position: relative;
  height: 100vh;
  width: 100%; }
  @media (min-width: 768px) {
    .home {
      overflow: hidden; } }
  .home__content {
    height: 110%;
    width: 110%;
    background: url("assets/images/home.jpg") center center no-repeat;
    background-size: cover;
    overflow: hidden; }
    @media (min-width: 768px) {
      .home__content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: all 0.8s ease-in-out 0.3s;
        background-image: url("assets/images/home-large.jpg"); } }
  .home__data {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: auto;
    width: 100%; }
    @media (min-width: 768px) {
      .home__data {
        opacity: 0;
        transition: opacity 0.5s ease-in-out 0.1s; } }
    @media (min-width: 1024px) {
      .home__data::after {
        clear: both;
        content: "";
        display: table; } }
    .home__data__lg {
      text-align: center; }
      @media (min-width: 1024px) {
        .home__data__lg {
          float: left;
          width: 50%; } }
      .home__data__lg:before {
        font-size: 60vw;
        color: #eee; }
        @media (min-width: 350px) {
          .home__data__lg:before {
            font-size: 70vw; } }
        @media (min-width: 768px) {
          .home__data__lg:before {
            font-size: 400px; } }
        @media (min-width: 1024px) {
          .home__data__lg:before {
            font-size: 320px; } }
        @media (min-width: 1240px) {
          .home__data__lg:before {
            font-size: 420px; } }
    .home__data__text {
      position: relative;
      padding-top: 20px;
      height: auto;
      width: 60vw;
      margin: 0 auto; }
      @media (min-width: 768px) {
        .home__data__text {
          height: auto;
          width: 400px; } }
      @media (min-width: 1024px) {
        .home__data__text {
          float: left;
          width: 50%;
          padding-left: 90px; } }
      @media (min-width: 1240px) {
        .home__data__text {
          padding-top: 55px; } }
      .home__data__text__title {
        font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
        font-size: 40px;
        line-height: 36px;
        font-weight: 700;
        color: #eee;
        letter-spacing: -3px;
        opacity: 0.9; }
        @media (min-width: 350px) {
          .home__data__text__title {
            font-size: 45px;
            line-height: 41px; } }
        @media (min-width: 768px) {
          .home__data__text__title {
            font-size: 65px;
            line-height: 61px; } }
        @media (min-width: 1024px) {
          .home__data__text__title {
            font-size: 90px;
            line-height: 80px; } }
        @media (min-width: 1240px) {
          .home__data__text__title {
            font-size: 120px;
            line-height: 107px;
            letter-spacing: -8px; } }
      .home__data__text__subtitle {
        position: absolute;
        top: calc(50% + 2px);
        left: 95px;
        font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
        font-size: 10px;
        line-height: 8px;
        color: #eee;
        opacity: 0.9; }
        @media (min-width: 350px) {
          .home__data__text__subtitle {
            left: 105px;
            font-size: 11px;
            line-height: 9px; } }
        @media (min-width: 768px) {
          .home__data__text__subtitle {
            left: 160px;
            font-size: 13px;
            line-height: 11px; } }
        @media (min-width: 1024px) {
          .home__data__text__subtitle {
            top: calc(50% - 3px);
            left: 315px;
            font-size: 18px;
            line-height: 16px; } }
        @media (min-width: 1240px) {
          .home__data__text__subtitle {
            top: calc(50% + 13px);
            left: 365px;
            font-size: 20px;
            line-height: 21px;
            font-weight: 700; } }
  .home.active .home__content {
    height: 100%;
    width: 100%; }
  .home.active .home__data {
    opacity: 1;
    transition-delay: 1s; }



.news {
  position: relative;
  height: auto;
  width: 100%; }
  @media (min-width: 768px) {
    .news {
      height: 100vh;
      overflow: hidden; } }
  .news__content {
    height: 110%;
    width: 110%;
    background: url("assets/images/news.jpg") center center no-repeat;
    background-size: cover;
    overflow: hidden; }
    @media (min-width: 768px) {
      .news__content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: all 0.8s ease-in-out 0.3s;
        background-image: url("assets/images/news-large.jpg"); } }
  .news__data {
    height: auto;
    width: 100%;
    padding: 80px 60px 80px 30px; }
    @media (min-width: 768px) {
      .news__data {
        opacity: 0;
        transition: opacity 0.5s ease-in-out 0.1s;
        padding-top: 120px;
        padding-right: 60px;
        padding-left: 60px; } }
    @media (min-width: 1024px) {
      .news__data {
        padding-top: 120px;
        padding-right: 150px;
        padding-left: 150px; } }
    .news__data__title {
      padding-bottom: 40px;
      font-family: "Roboto Mono", monospace;
      font-size: 45px;
      line-height: 40px;
      color: white; }
      @media (min-width: 1240px) {
        .news__data__title {
          font-size: 60px;
          line-height: 60px;
          letter-spacing: -5px; } }
    .news__data__list {
      padding-top: 40px; }
      @media (min-width: 1024px) {
        .news__data__list {
          padding-top: 80px; } }
      .news__data__list__item {
        padding-bottom: 25px; }
        @media (min-width: 1024px) {
          .news__data__list__item {
            padding-bottom: 25px; } }
        .news__data__list__item .news__data__list__item__link {
          cursor: pointer;
          position: relative;
          font-family: "Roboto Mono", monospace;
          font-size: 14px;
          line-height: 18px;
          color: white; }
          @media (min-width: 1024px) {
            .news__data__list__item .news__data__list__item__link {
              font-size: 22px;
              line-height: 26px; } }
          .news__data__list__item .news__data__list__item__link:before {
            position: absolute;
            top: 0;
            left: 0;
            display: block;
            content: '';
            height: 100%;
            width: 0%;
            background: white;
            transition: width 0.3s ease-in-out; }
          .news__data__list__item .news__data__list__item__link span {
            position: relative;
            transition: all 0.3s ease-in-out;
            display: inline-block;
            padding-right: 0;
            padding-left: 0; }
          /* @media (min-width: 1024px) {
            .news__data__list__item a:hover:before {
              width: 100%; } }
          @media (min-width: 1024px) {
            .news__data__list__item a:hover span {
              color: black;
              padding-right: 5px;
              padding-left: 5px; } } */
    @media (min-width: 1024px) {
      .news__data__content {
        max-width: 100%; }
        .news__data__content::after {
          clear: both;
          content: "";
          display: table; } }
    @media (min-width: 1024px) {
      .news__data__content__col {
        float: left;
        width: 50%;
        padding-right: 90px; } }
    @media (min-width: 1024px) {
      .news__data__content__col:first-child {
        width: 400px; } }
    @media (min-width: 1024px) {
      .news__data__content__col:last-child {
        padding-right: 0; } }
    .news__data__content__col p {
      font-family: "Roboto Mono", monospace;
      font-size: 14px;
      line-height: 18px;
      color: white;
      text-transform: uppercase; }
      @media (min-width: 768px) {
        .news__data__content__col p {
          max-width: 60%;
          text-transform: inherit; } }
      @media (min-width: 1024px) {
        .news__data__content__col p {
          max-width: 100%;
          font-size: 15px;
          line-height: 22px; } }
      .news__data__content__col p a {
        color: white;
        font-weight: 700;
        text-decoration: underline; }
  .news.active .news__content {
    height: 100%;
    width: 100%; }
  .news.active .news__data {
    opacity: 1;
    transition-delay: 1s; }

.news-detail {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  height: 100vh;
  width: 100%;
  background: #090909;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  pointer-events: none; }
  .news-detail--show {
    opacity: 1;
    pointer-events: inherit; }
  .news-detail:after {
    @media (min-width: 768px) {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    }
  }
  .news-detail:before {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 160px;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(9, 9, 9, 0) 0%, #090909 60%, #090909 100%);
    background: -webkit-linear-gradient(top, rgba(9, 9, 9, 0) 0%, #090909 60%, #090909 100%);
    background: linear-gradient(to bottom, rgba(9, 9, 9, 0) 0%, #090909 60%, #090909 100%); }
    @media (min-width: 768px) {
      .news-detail:before {
        display: none; } }
  .news-detail__bg {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
    @media (min-width: 768px) {
      .news-detail__bg {
        display: block; } }
    .news-detail__bg:before {
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.3);
      position: absolute;
      top: 0;
      left: 0;
      content: '';
      display: none;
    }
    @media (min-width: 768px) {
      .news-detail__bg:before {
        display: block; } }
  .news-detail__content {
    height: 100%;
    width: 100%;
    overflow-y: auto; }
    @media (min-width: 768px) {
      .news-detail__content {
        position: absolute;
        top: calc(50% + 40px);
        left: 160px;
        z-index: 2;
        transform: translateY(-50%);
        height: auto;
        width: 480px;
        overflow-y: inherit; } }
    .news-detail__content__close {
      display: none;
      height: 30px;
      width: 30px;
      transform: rotate(0deg);
      transition: all 0.3s ease-in-out; }
      @media (min-width: 768px) {
        .news-detail__content__close {
          position: relative;
          top: 10px;
          left: -20px;
          display: block; } }
      .news-detail__content__close:before {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 18px;
        color: white; }
      @media (min-width: 1024px) {
        .news-detail__content__close:hover {
          transform: rotate(90deg); } }
    .news-detail__content__image {
      height: 100vw;
      width: 100%;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat; }
      @media (min-width: 768px) {
        .news-detail__content__image {
          display: none; } }
    .news-detail__content__data {
      padding: 30px 30px 80px; }
      .news-detail__content__data__date {
        padding-top: 20px;
        font-family: "Roboto Mono", monospace;
        font-size: 13px;
        line-height: 13px;
        color: white; }
        @media (min-width: 768px) {
          .news-detail__content__data__date {
            padding-top: 0;
            font-size: 13px;
            font-weight: 100; } }
      .news-detail__content__data__title {
        padding-top: 15px;
        padding-bottom: 25px;
        font-family: "Roboto Mono", monospace;
        font-size: 45px;
        line-height: 50px;
        font-weight: 700;
        color: white; }
        @media (min-width: 768px) {
          .news-detail__content__data__title {
            padding-top: 20px;
            padding-right: 100px;
            padding-bottom: 25px;
            font-size: 45px;
            line-height: 45px; } }
        @media (min-width: 1024px) {
          .news-detail__content__data__title {
            padding-top: 20px;
            padding-right: 0;
            padding-bottom: 25px; } }
      .news-detail__content__data__description {
        font-family: "Roboto Mono", monospace;
        font-size: 15px;
        line-height: 31px;
        color: white; }
        @media (min-width: 768px) {
          .news-detail__content__data__description {
            font-size: 13px;
            line-height: 23px;
            text-align: justify;
            text-justify: inter-word; } }
      .news-detail__content__data__social {
        position: relative;
        left: -12px;
        padding-top: 40px; }
        .news-detail__content__data__social::after {
          clear: both;
          content: "";
          display: table; }
        @media (min-width: 768px) {
          .news-detail__content__data__social {
            padding-top: 100px; } }
        .news-detail__content__data__social__item {
          float: left;
          padding-left: 5px; }
          .news-detail__content__data__social__item a {
            display: block;
            position: relative;
            height: 30px;
            width: 30px; }
            @media (min-width: 768px) {
              .news-detail__content__data__social__item a {
                height: 40px;
                width: 40px; } }
            .news-detail__content__data__social__item a:before {
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%);
              font-size: 16px;
              color: white; }
              @media (min-width: 768px) {
                .news-detail__content__data__social__item a:before {
                  font-size: 22px; } }
              @media (min-width: 1024px) {
                .news-detail__content__data__social__item a:before {
                  font-size: 18px; } }


.about {
  position: relative;
  height: auto;
  width: 100%; }
  @media (min-width: 768px) {
    .about {
      height: 100vh;
      overflow: hidden; } }
  .about__content {
    height: 110%;
    width: 110%;
    background: url("assets/images/about.jpg") center center no-repeat;
    background-size: cover;
    overflow: hidden; }
    @media (min-width: 768px) {
      .about__content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: all 0.8s ease-in-out 0.3s;
        background-image: url("assets/images/about-large.jpg"); } }
  .about__data {
    height: auto;
    width: 100%;
    padding: 80px 60px 60px 30px; }
    @media (min-width: 768px) {
      .about__data {
        opacity: 0;
        transition: opacity 0.5s ease-in-out 0.1s;
        padding-top: 120px;
        padding-right: 60px;
        padding-left: 60px; } }
    @media (min-width: 1024px) {
      .about__data {
        padding-top: 120px;
        padding-right: 150px;
        padding-left: 150px; } }
    .about__data__title {
      padding-bottom: 40px;
      font-family: "Roboto Mono", monospace;
      font-size: 45px;
      line-height: 40px;
      color: white; }
      @media (min-width: 1240px) {
        .about__data__title {
          font-size: 60px;
          line-height: 60px;
          letter-spacing: -5px; } }
    @media (min-width: 1024px) {
      .about__data__content {
        max-width: 60%; }
        .about__data__content::after {
          clear: both;
          content: "";
          display: table; } }
    @media (min-width: 1024px) {
      .about__data__content__col {
        float: left;
        width: 50%;
        padding-right: 90px; } }
    .about__data__content__col p {
      padding-bottom: 15px;
      font-family: "Roboto Mono", monospace;
      font-size: 14px;
      line-height: 18px;
      color: white;
      text-transform: uppercase; }
      @media (min-width: 768px) {
        .about__data__content__col p {
          max-width: 60%; } }
      @media (min-width: 1024px) {
        .about__data__content__col p {
          max-width: 100%;
          padding-bottom: 20px;
          font-size: 15px;
          line-height: 22px; } }
    @media (min-width: 1024px) {
      .about__data__content__col:nth-child(1) p:last-child {
        display: none; } }
    @media (min-width: 1024px) {
      .about__data__content__col:nth-child(2) p {
        font-size: 10px;
        line-height: 20px; } }
  .about.active .about__content {
    height: 100%;
    width: 100%; }
  .about.active .about__data {
    opacity: 1;
    transition-delay: 1s; }

.works {
  position: relative;
  height: auto;
  width: 100%; }
  @media (min-width: 768px) {
    .works {
      height: 100vh; } }
  .works__content {
    position: relative;
    height: 100%;
    width: 100%;
    padding-top: 60px;
    background: black; }
    @media (min-width: 1024px) {
      .works__content {
        padding-top: 80px; } }
    .works__content__list {
      padding-right: 30px;
      padding-left: 30px;
      background: white; }
      @media (min-width: 768px) {
        .works__content__list {
          padding: 0; }
          .works__content__list::after {
            clear: both;
            content: "";
            display: table; } }
      .works__content__list__item {
        width: 100%; }
        @media (min-width: 768px) {
          .works__content__list__item {
            float: left;
            height: 33.33vw;
            width: 33.33%; } }
        @media (min-width: 1024px) {
          .works__content__list__item {
            height: calc(33.33vh - (80px / 3));
            width: 20%; } }
  .works__box {
    position: relative;
    display: block;
    height: 100vw;
    width: 100%;
    overflow: hidden; }
    @media (min-width: 768px) {
      .works__box {
        height: 100%;
        width: 100%; } }
    .works__box__image {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      height: 101%;
      width: 101%;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      transition: all 0.6s ease-in-out; }
    .works__box__data {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      padding: 30px;
      background: rgba(0, 0, 0, 0.5); }
      @media (min-width: 1024px) {
        .works__box__data {
          left: 30px;
          background: black;
          opacity: 0;
          transition: all 0.4s ease-in-out; } }
      .works__box__data__title {
        padding-right: 30px;
        font-family: "Roboto Mono", monospace;
        font-size: 26px;
        line-height: 28px;
        color: white; }
        @media (min-width: 768px) {
          .works__box__data__title {
            font-size: 20px;
            line-height: 22px; } }
        @media (min-width: 1024px) {
          .works__box__data__title {
            position: relative;
            left: 20px;
            opacity: 0;
            transition: all 0.3s ease-in-out 0.2s; } }
        @media (min-width: 1240px) {
          .works__box__data__title {
            padding-right: 20px;
            font-size: 30px;
            line-height: 30px;
            letter-spacing: -1px; } }
      .works__box__data__view {
        position: absolute;
        bottom: 30px;
        left: 30px;
        font-family: "Roboto Mono", monospace;
        font-size: 13px;
        line-height: 13px;
        color: white;
        text-transform: uppercase; }
        @media (min-width: 1024px) {
          .works__box__data__view {
            left: 50px;
            opacity: 0;
            transition: all 0.3s ease-in-out 0.2s; } }
    @media (min-width: 1024px) {
      .works__box:hover .works__box__image {
        height: 105%;
        width: 105%; } }
    @media (min-width: 1024px) {
      .works__box:hover .works__box__data {
        left: 0;
        opacity: 1; } }
    @media (min-width: 1024px) {
      .works__box:hover .works__box__data__title {
        opacity: 1;
        left: 0; } }
    @media (min-width: 1024px) {
      .works__box:hover .works__box__data__view {
        opacity: 1;
        left: 30px; } }

.work-detail {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  height: 100vh;
  width: 100%;
  background: black;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  pointer-events: none; }
  .work-detail--show {
    opacity: 1;
    pointer-events: inherit; }
  .work-detail__content {
    height: 100%;
    width: 100%;
    overflow-y: auto;
    background: white;
    padding-bottom: 70px; }
    @media (min-width: 1024px) {
      .work-detail__content {
        background: white;
        padding-bottom: 80px; } }
    .work-detail__content__data {
      background: white; }
    .work-detail__content__footer {
      position: relative;
      background: white;
      padding: 20px 30px 40px; }
      .work-detail__content__footer::after {
        clear: both;
        content: "";
        display: table; }
      @media (min-width: 768px) {
        .work-detail__content__footer {
          padding: 40px 30px 100px; } }
      @media (min-width: 1024px) {
        .work-detail__content__footer {
          padding: 50px 80px 20px; } }
      .work-detail__content__footer__prev {
        float: left;
        font-family: "Roboto Mono", monospace;
        font-size: 14px;
        font-weight: 500;
        color: black; }
        @media (min-width: 1024px) {
          .work-detail__content__footer__prev {
            font-size: 16px; } }
      .work-detail__content__footer__next {
        float: right;
        font-family: "Roboto Mono", monospace;
        font-size: 14px;
        font-weight: 500;
        color: black; }
        @media (min-width: 1024px) {
          .work-detail__content__footer__next {
            font-size: 16px; } }
      .work-detail__content__footer__lg {
        display: none;
        position: absolute;
        top: 28px;
        left: 50%;
        transform: translateX(-50%); }
        @media (min-width: 768px) {
          .work-detail__content__footer__lg {
            display: block; } }
        @media (min-width: 1024px) {
          .work-detail__content__footer__lg {
            top: 40px; } }
        .work-detail__content__footer__lg:before {
          font-size: 40px; }
  .work-detail__herospace {
    padding: 180px 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    @media (min-width: 1024px) {
      .work-detail__herospace {
        position: relative;
        height: 50vw;
        padding-left: 130px; } }
    @media (min-width: 1024px) {
      .work-detail__herospace__content {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        padding-right: 50%; } }
    .work-detail__herospace__title {
      display: inline;
      background: black;
      font-family: "Roboto Mono", monospace;
      font-size: 40px;
      line-height: 50px;
      color: white; }
      @media (min-width: 1024px) {
        .work-detail__herospace__title {
          max-width: 100px;
          font-size: 54px;
          line-height: 64px; } }
    .work-detail__herospace__tags {
      padding-top: 20px; }
      .work-detail__herospace__tags__item {
        display: table;
        padding: 4px 5px;
        margin-bottom: 4px;
        background: black;
        font-family: "Roboto Mono", monospace;
        font-weight: 100;
        font-size: 11px;
        line-height: 11px;
        color: white; }
        @media (min-width: 1024px) {
          .work-detail__herospace__tags__item {
            margin-bottom: 2px;
            font-size: 14px;
            line-height: 14px; } }
  .work-detail__text {
    padding: 30px 30px 40px; }
    @media (min-width: 1024px) {
      .work-detail__text {
        padding: 60px 30px 80px; } }
    .work-detail__text h3 {
      font-family: "Roboto Mono", monospace;
      font-size: 20px;
      line-height: 24px;
      color: black;
      text-align: center; }
      @media (min-width: 1024px) {
        .work-detail__text h3 {
          max-width: 900px;
          margin: 0 auto;
          font-size: 26px;
          line-height: 30px; } }
    .work-detail__text h4 {
      font-family: "Roboto Mono", monospace;
      font-size: 18px;
      line-height: 22px;
      color: black;
      text-align: center; }
      @media (min-width: 1024px) {
        .work-detail__text h4 {
          max-width: 900px;
          margin: 0 auto; } }
    .work-detail__text p {
      padding-top: 30px;
      font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
      font-size: 16px;
      line-height: 20px;
      color: black;
      text-align: center; }
      @media (min-width: 1024px) {
        .work-detail__text p {
          max-width: 1100px;
          margin: 0 auto; } }
  .work-detail__image {
    height: 70vw;
    width: 100%;
    padding-bottom: 15px; }
    @media (min-width: 1024px) {
      .work-detail__image {
        height: 50vw;
        width: 100%;
        padding-right: 80px;
        padding-bottom: 25px;
        padding-left: 80px; } }
    .work-detail__image__content {
      height: 100%;
      width: 100%;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover; }
    .work-detail__image:last-child {
      padding-bottom: 0; }

.works__content--empty {
  padding-top: 0;
  overflow: hidden; }

.works__empty {
  min-height: 100vh;
  height: auto;
  width: 100%; }
  @media (min-width: 768px) {
    .works__empty {
      height: 100vh;
      overflow: hidden; } }
  .works__empty__content {
    background: url("assets/images/work-empty.jpg") center center no-repeat;
    background-size: cover;
    min-height: 100vh;
    overflow: hidden;
    height: 110%;
    width: 110%; }
    @media (min-width: 768px) {
      .works__empty__content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: all 0.8s ease-in-out 0.3s;
        background-image: url("assets/images/work-empty-large.jpg"); } }
  .works__empty__data {
    transform: translateY(-50%);
    padding: 80px 60px 60px 30px;
    position: absolute;
    top: calc(50% - 40px);
    height: auto;
    width: 100%; }
    @media (min-width: 768px) {
      .works__empty__data {
        opacity: 0;
        transition: opacity 0.5s ease-in-out 0.1s;
        padding-top: 120px;
        padding-right: 60px;
        padding-left: 60px; } }
    @media (min-width: 1024px) {
      .works__empty__data {
        padding-top: 120px;
        padding-right: 150px;
        padding-left: 150px; } }
    .works__empty__data__title {
      color: white;
      font-family: "Roboto Mono", monospace;
      font-size: 45px;
      line-height: 40px;
      padding-bottom: 40px; }
      @media (min-width: 1240px) {
        .works__empty__data__title {
          font-size: 60px;
          letter-spacing: -5px;
          line-height: 60px; } }
    .works__empty__data__description {
      color: white;
      font-family: "Roboto Mono", monospace;
      font-size: 14px;
      line-height: 18px;
      text-transform: uppercase;
      padding-bottom: 15px; }
      @media (min-width: 768px) {
        .works__empty__data__description {
          max-width: 60%; } }
      @media (min-width: 1024px) {
        .works__empty__data__description {
          font-size: 15px;
          line-height: 22px;
          max-width: 100%;
          padding-bottom: 20px; } }
  .works.active .works__empty__content {
    height: 100%;
    width: 100%; }
  .works.active .works__empty__data {
    opacity: 1;
    transition-delay: 1s; }

.contact {
  position: relative;
  height: auto;
  width: 100%; }
  @media (min-width: 768px) {
    .contact {
      height: 100vh;
      overflow: hidden; } }
  .contact__content {
    height: 110%;
    width: 110%;
    background: url("assets/images/contact.jpg") center center no-repeat;
    background-size: cover;
    overflow: hidden; }
    @media (min-width: 768px) {
      .contact__content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: all 0.8s ease-in-out 0.3s;
        background: url("assets/images/contact-large.jpg") center center no-repeat;
        background-size: cover; } }
  .contact__data {
    height: auto;
    width: 100%;
    padding: 80px 60px 60px 30px; }
    @media (min-width: 768px) {
      .contact__data {
        opacity: 0;
        transition: opacity 0.5s ease-in-out 0.1s;
        padding-top: 120px;
        padding-right: 60px;
        padding-left: 60px; } }
    @media (min-width: 1024px) {
      .contact__data {
        padding-top: 120px;
        padding-right: 150px;
        padding-left: 150px; } }
    .contact__data__title {
      padding-bottom: 40px;
      font-family: "Roboto Mono", monospace;
      font-size: 45px;
      line-height: 40px;
      color: white; }
      @media (min-width: 1240px) {
        .contact__data__title {
          font-size: 60px;
          line-height: 60px;
          letter-spacing: -5px; } }
    @media (min-width: 1024px) {
      .contact__data__content {
        max-width: 60%; }
        .contact__data__content::after {
          clear: both;
          content: "";
          display: table; } }
    .contact__data__content p {
      padding-bottom: 15px;
      font-family: "Roboto Mono", monospace;
      font-size: 14px;
      line-height: 18px;
      color: white;
      text-transform: uppercase; }
      @media (min-width: 768px) {
        .contact__data__content p {
          max-width: 60%; } }
      @media (min-width: 1024px) {
        .contact__data__content p {
          max-width: 100%;
          padding-bottom: 20px;
          font-size: 15px;
          line-height: 22px; } }
    .contact__data__content__mail {
      position: relative;
      display: inline-block; }
      .contact__data__content__mail:before {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        content: '';
        height: 100%;
        width: 0%;
        background: white;
        transition: width 0.3s ease-in-out; }
      .contact__data__content__mail span {
        position: relative;
        transition: all 0.3s ease-in-out;
        display: inline-block;
        padding-right: 0;
        padding-left: 0; }
      @media (min-width: 1024px) {
        .contact__data__content__mail:hover:before {
          width: 100%; } }
      @media (min-width: 1024px) {
        .contact__data__content__mail:hover span {
          color: black;
          padding-right: 5px;
          padding-left: 5px; } }
  .contact.active .contact__content {
    height: 100%;
    width: 100%; }
  .contact.active .contact__data {
    opacity: 1;
    transition-delay: 1s; }

.error404 {
  height: auto;
  width: 100%;
  min-height: 100vh; }
  @media (min-width: 768px) {
    .error404 {
      height: 100vh;
      overflow: hidden; } }
  .error404:before {
    display: none;
    content: 'madhouse';
    position: absolute;
    top: 50%;
    left: -10px;
    z-index: 20;
    transform: translateY(-50%) rotate(-90deg);
    font-family: "Roboto Mono", monospace;
    font-size: 10px;
    font-weight: 100;
    color: white;
    text-transform: uppercase;
    letter-spacing: 6px; }
    @media (min-width: 1024px) {
      .error404:before {
        display: block; } }
  .error404__content {
    height: 100%;
    width: 100%;
    background: url("assets/images/404.jpg") center center no-repeat;
    background-size: cover;
    overflow: hidden;
    min-height: 100vh; }
    @media (min-width: 768px) {
      .error404__content {
        background-image: url("assets/images/404-large.jpg"); } }
  .error404__data {
    height: auto;
    width: 100%;
    padding: 80px 60px 60px 30px; }
    @media (min-width: 768px) {
      .error404__data {
        padding-top: 120px;
        padding-right: 60px;
        padding-left: 60px; } }
    @media (min-width: 1024px) {
      .error404__data {
        position: absolute;
        top: calc(50% - 40px);
        transform: translateY(-50%);
        padding-top: 120px;
        padding-right: 150px;
        padding-left: 150px; } }
    .error404__data__title {
      padding-bottom: 40px;
      font-family: "Roboto Mono", monospace;
      font-size: 45px;
      line-height: 40px;
      color: white; }
      @media (min-width: 1240px) {
        .error404__data__title {
          font-size: 60px;
          line-height: 60px;
          letter-spacing: -5px; } }
    .error404__data__description {
      padding-bottom: 15px;
      font-family: "Roboto Mono", monospace;
      font-size: 14px;
      line-height: 18px;
      color: white;
      text-transform: uppercase; }
      @media (min-width: 768px) {
        .error404__data__description {
          max-width: 60%; } }
      @media (min-width: 1024px) {
        .error404__data__description {
          max-width: 100%;
          padding-bottom: 20px;
          font-size: 15px;
          line-height: 22px; } }

html, body {
  background: #13101c; }

.main:before {
  display: none;
  content: 'madhouse';
  position: absolute;
  top: 50%;
  left: -10px;
  z-index: 20;
  transform: translateY(-50%) rotate(-90deg);
  font-family: "Roboto Mono", monospace;
  font-size: 10px;
  font-weight: 100;
  color: white;
  text-transform: uppercase;
  letter-spacing: 6px; }
  @media (min-width: 1024px) {
    .main:before {
      display: block; } }
