@charset "UTF-8";
@font-face {
  font-family: 'Founders-Grotesk-Text-Light';
  src: url("../fonts/Founders-Grotesk-Text-Light.eot");
  src: url("../fonts/Founders-Grotesk-Text-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Founders-Grotesk-Text-Light.woff") format("woff"), url("../fonts/Founders-Grotesk-Text-Light.woff2") format("woff2");
  font-weight: light; }
@font-face {
  font-family: 'Pitch-Regular';
  src: url("../fonts/Pitch-Regular.eot");
  src: url("../fonts/Pitch-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Pitch-Regular.woff") format("woff") url("../fonts/Founders-Grotesk-Text-Light.woff2") format("woff2");
  font-weight: regular; }
main {
  width: 60%;
  margin: auto;
  padding: 8rem 0; }
  @media only screen and (max-width: 768px) {
    main {
      width: 84%; } }
  @media only screen and (min-width: 1680px) {
    main {
      width: 42%; } }

.preloader {
  width: 100%;
  height: 100%;
  position: fixed; }
  .preloader .container {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .preloader .container svg {
      width: auto;
      height: 12rem; }
      @media only screen and (max-width: 768px) {
        .preloader .container svg {
          height: 8rem; } }
      @media only screen and (min-width: 1680px) {
        .preloader .container svg {
          height: 10rem; } }
      .preloader .container svg path, .preloader .container svg polygon, .preloader .container svg line {
        fill: #ccc;
        opacity: 0; }
    .preloader .container #i-dot, .preloader .container #i-stem {
      opacity: 0; }

.logo {
  margin-bottom: 8rem;
  opacity: 0; }
  .logo img {
    width: auto;
    margin: auto;
    height: 12rem; }
    @media only screen and (max-width: 768px) {
      .logo img {
        height: 8rem; } }
    @media only screen and (min-width: 1680px) {
      .logo img {
        height: 10rem; } }

.soon {
  margin-bottom: 12rem;
  opacity: 0; }
  .soon h1 {
    font-size: 3rem; }

.specialisation {
  margin-bottom: 12rem;
  opacity: 0; }
  .specialisation h1 span {
    position: relative;
    margin: 0 1rem 0 0; }
    .specialisation h1 span::after {
      content: '·';
      display: inline-block;
      position: absolute;
      top: -9%; }

.enquiries {
  margin-bottom: 8rem;
  opacity: 0; }
  .enquiries p {
    font-size: 3rem;
    line-height: 1.25; }
  .enquiries h1 {
    padding-bottom: 2rem; }

.deliveries {
  margin-bottom: 8rem;
  opacity: 0; }
  .deliveries p {
    font-size: 3rem;
    line-height: 1.25; }
  .deliveries h1 {
    font-size: 2rem;
    padding-bottom: 2rem; }

.flex-horizontally-centred {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center; }

.flex-horizontally-top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start; }

.flex-vertically-centred {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center; }

.flex-vertically-centred {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center; }

.flex-centred {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center; }

.flex-vertically-top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start; }

*, *:before, *:after {
  box-sizing: inherit;
  margin: 0;
  padding: 0; }

html {
  box-sizing: border-box; }
  @media only screen and (max-width: 768px) {
    html {
      font-size: 1.7667vw; } }
  @media only screen and (min-width: 768px) and (max-width: 959px) {
    html {
      font-size: 1vw; } }
  @media only screen and (min-width: 960px) {
    html {
      font-size: 0.6944vw; } }
  @media only screen and (min-width: 1680px) {
    html {
      font-size: 0.6vw; } }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #697155;
  font: normal 300 2rem "Founders-Grotesk-Text-Light", "Helvetica";
  color: #ccc;
  text-align: center;
  overflow: hidden; }

img {
  width: 100%;
  height: 100%;
  display: block; }

a {
  text-decoration: none;
  display: inline-block;
  color: inherit;
  position: relative; }
  a::before {
    content: "";
    display: block;
    position: absolute;
    border-bottom: solid 1px;
    border-color: #697155;
    bottom: 0px;
    width: 0%;
    left: 0%;
    margin: 0 auto;
    transition: all 0.5s ease;
    z-index: 1;
    opacity: 0.7; }
  a:hover::before {
    border-color: inherit;
    border-bottom: solid 1px;
    width: 100%;
    left: 0%;
    opacity: 1; }

p {
  line-height: 1.5; }
  p .prefix {
    font-size: 2rem;
    padding-right: 1rem; }

h1 {
  font: normal 300 2rem "Founders-Grotesk-Text-Light", "Helvetica";
  letter-spacing: 0.075rem;
  line-height: 1.5;
  text-transform: uppercase; }

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