@charset "UTF-8";
@font-face {
  font-family: 'KucchiItalic-Thin';
  src: url("../fonts/KucchiItalic-Thin.eot");
  src: local("☺"), url("../fonts/KucchiItalic-Thin.woff") format("woff"), url("../fonts/KucchiItalic-Thin.ttf") format("truetype"), url("../fonts/KucchiItalic-Thin.otf") format("otf"), url("../fonts/KucchiItalic-Thin.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'KucchiItalic-Medium';
  src: url("../fonts/KucchiItalic-Medium.eot");
  src: local("☺"), url("../fonts/KucchiItalic-Medium.woff") format("woff"), url("../fonts/KucchiItalic-Medium.ttf") format("truetype"), url("../fonts/KucchiItalic-Medium.otf") format("otf"), url("../fonts/KucchiItalic-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'KucchiItalic-SemiBold';
  src: url("../fonts/KucchiItalic-SemiBold.eot");
  src: local("☺"), url("../fonts/KucchiItalic-SemiBold.woff") format("woff"), url("../fonts/KucchiItalic-SemiBold.ttf") format("truetype"), url("../fonts/KucchiItalic-SemiBold.otf") format("otf"), url("../fonts/KucchiItalic-SemiBold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

html {
  overflow: hidden !important;
}

body {
  height: 100vh;
  width: 100%;
  padding: 0;
  margin: 0;
  color: #000;
  background: url(../images/Grids.svg) repeat;
  overflow: hidden;
}

header {
  position: relative;
}

footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 95%;
}

footer h1 {
  font-family: 'KucchiItalic-SemiBold',Sans-Serif;
  font-weight: 700;
  font-size: 5.25rem;
  color: #000000;
}

footer h2 {
  font-family: 'KucchiItalic-Thin',Sans-Serif;
  font-weight: 300;
  font-size: 4.25rem;
  color: #7e7f7f;
}

footer h5 {
  font-family: 'KucchiItalic-Medium',Sans-Serif;
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 1px;
  color: #fbc115;
}

footer a:hover {
  text-decoration: none;
}

footer img.smily {
  width: 70px;
  bottom: 40px;
  position: absolute;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  footer h1 {
    font-size: 3.8rem;
  }
  footer h2 {
    font-size: 2.8rem;
  }
  footer h5 {
    font-size: 2rem;
  }
  footer img.smily {
    bottom: 35px;
    width: 55px;
  }
}

@media only screen and (max-width: 600px) {
  header, footer {
    margin-left: -20px;
  }
  footer h1 {
    font-size: 2.5rem;
  }
  footer h2 {
    font-size: 2rem;
  }
  footer h5 {
    font-size: 1.3rem;
  }
  footer img.smily {
    bottom: 55px;
    width: 40px;
  }
}

@media only screen and (max-width: 440px) {
  footer h1 {
    font-size: 2rem;
  }
  footer h2 {
    font-size: 1.8rem;
  }
  footer h5 {
    font-size: 1rem;
  }
  footer img.smily {
    bottom: 32px;
    width: 35px;
  }
}

@media only screen and (max-width: 360px) {
  footer h1 {
    font-size: 1.8rem;
  }
  footer h2 {
    font-size: 1.8rem;
  }
  footer img.smily {
    bottom: 31px;
    width: 30px;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
  html {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transform-origin: left top;
            transform-origin: left top;
    width: 100vh;
    overflow: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    background: url(../images/Grids.svg) repeat;
  }
  footer {
    bottom: -80%;
  }
  footer h1 {
    font-size: 1.8rem;
  }
  footer h2 {
    font-size: 1.8rem;
  }
  footer img.smily {
    bottom: 31px;
    width: 30px;
  }
}
/*# sourceMappingURL=style.css.map */