@import url(reset.css);
@font-face {
  font-family: Baroqe;
  src: url("../fonts/BaroqueScript.ttf");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: Allura;
  src: url("../fonts/Allura.ttf");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: Lato-Italic;
  src: url("../fonts/Lato/Lato-Italic.ttf");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: Lato-Light;
  src: url("../fonts/Lato/Lato-Light.ttf");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: Lato-LightItalic;
  src: url("../fonts/Lato/Lato-LightItalic.ttf");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: Lato-Heavy;
  src: url("../fonts/Lato/Lato-Heavy.ttf");
  font-weight: normal;
  font-style: normal; }
html, body {
  min-width: 320px;
  overflow: hidden; }

*:not(.step) {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

body {
  font-family: 'Arial', sans-serif;
  font-size: 16px; }

.home {
  height: 100vh;
  position: relative; }

.nav {
  background-color: #212121;
  box-sizing: border-box;
  box-shadow: inset 0px -5px 5px -3px #111;
  height: 46px; }
  .nav:after {
    clear: both;
    content: '';
    display: table; }
  .nav__list {
    float: right; }
    .nav__list__item {
      float: left; }
    .nav__list__link {
      color: #fff;
      display: block;
      padding: 15px;
      text-decoration: none; }
      .nav__list__link:hover, .nav__list__link:focus {
        background-color: #262626;
        box-shadow: inset 0px -5px 5px -3px #111; }

.hero::before {
  background: url("../images/foo/bg-11.png") repeat;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute; }

#content-body {
  height: 100vh;
  position: relative;
  overflow-y: auto;
  overflow-x: hidden; }

.pre-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(293deg, rgba(255, 255, 255, 0.5), rgba(152, 0, 255, 0.2), rgba(255, 255, 255, 0.5), rgba(228, 47, 165, 0.2), rgba(255, 255, 255, 0.5), rgba(21, 234, 179, 0.2), rgba(255, 255, 255, 0.5), rgba(232, 58, 58, 0.2));
  background-size: 1600% 1600%;
  -webkit-animation: memg-block-anim 36s ease infinite;
  -moz-animation: memg-block-anim 36s ease infinite;
  -o-animation: memg-block-anim 36s ease infinite;
  animation: memg-block-anim 36s ease infinite; }
@-webkit-keyframes memg-block-anim {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
@-moz-keyframes memg-block-anim {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
@-o-keyframes memg-block-anim {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
@keyframes memg-block-anim {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
.hero {
  background-image: url("../intro/bg-intro.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: white;
  height: 100vh;
  position: absolute;
  top: 0px;
  transition: all 320ms ease-in-out;
  width: 100%; }
  .hero--active {
    top: 46px;
    height: 100vh; }
  .hero__text {
    box-sizing: border-box;
    color: #fff;
    font-size: 3em;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 8px #212121;
    padding: 0 0.500rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%; }

.hamburger {
  cursor: pointer;
  height: 1.250rem;
  position: absolute;
  top: 1rem;
  right: 2rem;
  width: 2rem; }
  .hamburger__line {
    background-color: #333;
    height: 0.2rem;
    position: absolute;
    transition: all 320ms ease-in;
    width: 100%; }
    .hamburger__line:first-child {
      top: 0%; }
    .hamburger__line:nth-child(2) {
      top: 50%; }
    .hamburger__line:last-child {
      top: 100%; }
  .hamburger--active .hamburger__line:first-child {
    transform: translateY(0.5em) translateX(0) rotate(135deg); }
  .hamburger--active .hamburger__line:nth-child(2) {
    opacity: 0; }
  .hamburger--active .hamburger__line:last-child {
    transform: translateY(-0.75em) translateX(0) rotate(-135deg); }

@media screen and (max-width: 768px) {
  .nav {
    height: 136px; }
    .nav__list {
      width: 100%; }
      .nav__list__item {
        float: none;
        text-align: right; }
      .nav__list__link:hover, .nav__list__link:focus {
        box-shadow: unset; }

  .hero--active {
    top: 136px; } }

/*# sourceMappingURL=page-menu.css.map */
