@font-face {
  font-family: "Monument Grotesk Mono";
  src: url("../fonts/MonumentGrotesk-Mono.eot");
  src: url("../fonts/MonumentGrotesk-Mono.eot?#iefix") format("embedded-opentype"), url("../fonts/MonumentGrotesk-Mono.woff2") format("woff2"), url("../fonts/MonumentGrotesk-Mono.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Monument Grotesk";
  src: url("../fonts/MonumentGrotesk-Regular.eot");
  src: url("../fonts/MonumentGrotesk-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/MonumentGrotesk-Regular.woff2") format("woff2"), url("../fonts/MonumentGrotesk-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
*,
*:after,
*:before {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}

::selection {
  background: #eee;
}

html {
  box-sizing: border-box;
}
@media only screen and (max-width: 425px) {
  html {
    font-size: 1.33vw;
  }
}
@media only screen and (min-width: 426px) and (max-width: 959px) {
  html {
    font-size: 0.8vw;
  }
}
@media only screen and (min-width: 960px) {
  html {
    font-size: 0.625vw;
  }
}
@media only screen and (min-width: 1680px) {
  html {
    font-size: 0.4799vw;
  }
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font: normal 300 2.5rem "Monument Grotesk", "Helvetica Neue", Helvetica, sans-serif;
  color: #fff;
}
body.no-scroll {
  overflow: hidden;
}

main {
  position: relative;
  background: #ff513a;
  min-width: 100vw;
  min-height: 100vh;
  padding: 5rem 3.33%;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.contact {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 425px) {
  .contact {
    width: 93.33%;
    position: fixed;
    top: 5rem;
  }
}
.contact span.email a {
  display: block;
  transition: transform 0.2s ease-out;
}
.contact span.email:hover a {
  transform: translate3d(2px, -4px, 0) rotate(-2deg);
  transform-origin: left center;
}
.contact span.phone a {
  display: block;
  transition: transform 0.2s ease-out;
}
.contact span.phone:hover a {
  transform: translate3d(-2px, -5px, 0) rotate(2deg);
  transform-origin: right center;
}
@media only screen and (max-width: 425px) {
  .contact span.address {
    display: none;
  }
}
.contact span.address a {
  display: block;
  transition: transform 0.2s ease-out;
}
.contact span.address:hover a {
  transform: translate3d(2px, 5px, 0) rotate(-1deg);
  transform-origin: right center;
}
.contact .left {
  display: flex;
  flex-flow: row nowrap;
}
.contact .left span:not(:last-of-type) {
  margin-right: 10rem;
}
@media only screen and (max-width: 425px) {
  .contact .left {
    width: 100%;
    justify-content: space-between;
  }
}
.contact .right {
  margin-left: auto;
}
@media only screen and (max-width: 425px) {
  .contact .right {
    margin-left: 0;
    margin-top: 2.5rem;
  }
}

.device {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40%;
}
@media only screen and (max-width: 425px) {
  .device {
    width: 64%;
  }
}
@media only screen and (min-width: 1680px) {
  .device {
    width: 30%;
  }
}
.device svg path,
.device svg rect {
  fill: #fff;
}

.address-mobile {
  position: fixed;
  bottom: 5rem;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  display: none;
}
@media only screen and (max-width: 425px) {
  .address-mobile {
    display: block;
  }
}
.address-mobile a {
  display: block;
  transition: transform 0.2s ease-out;
}
.address-mobile:hover a {
  transform: translate3d(2px, 5px, 0) rotate(-1deg);
  transform-origin: right center;
}

/*# sourceMappingURL=main.css.map */
