@keyframes fadein {
  from {
    opacity: 0;
  }
  todo {
    opacity: 1;
  }
}
/* line 1, ../sass/_app.sass */
html, body {
  width: 100%;
  height: 100% auto;
  background-color: #FFFFFF;
  margin: 0;
  padding: 0;
}

/* line 8, ../sass/_app.sass */
.app {
  height: inherit;
  width: 100% !important;
}
/* line 12, ../sass/_app.sass */
.app__container {
  max-width: 1920px;
  margin: auto;
  text-align: center;
  padding: 0;
}

@font-face {
  font-family: "PrioriSansRegular";
  src: url("../../fonts/Priori_Sans_Regular.ttf") format("truetype");
  line-height: 1em;
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "PrioriSansRegular";
  src: url("../../fonts/Priori_Sans_Bold.ttf") format("truetype");
  line-height: 1em;
  font-weight: 200;
}
@font-face {
  font-family: "Sabon";
  src: url("../../fonts/sabon/sabon-roman-1361498956.ttf");
}
/* line 18, ../sass/_font.sass */
html, body, h1, h2, h3, h4, h5, h6, p {
  font-family: "Roboto Condensed", sans-serif;
}

/* line 21, ../sass/_font.sass */
h1, h2, h3, h4, h5, h6, p, a {
  color: #1A1A1A;
  animation: fadein 3s;
}

/* line 29, ../sass/_font.sass */
h6 {
  font-weight: 700;
}
/* line 32, ../sass/_font.sass */
h6 small {
  font-family: "Quicksand", sans-serif;
  font-size: 0.5em;
  font-weight: bold;
}

/* line 37, ../sass/_font.sass */
p, a {
  font-family: "Quicksand", sans-serif;
}

/* line 40, ../sass/_font.sass */
h1 {
  font-size: 2em;
  letter-spacing: 8px;
}

/* line 44, ../sass/_font.sass */
h2 {
  font-size: 2.5em;
}

/* line 47, ../sass/_font.sass */
h3 {
  font-size: 2em;
}

/* line 50, ../sass/_font.sass */
h4 {
  font-size: 1.6em;
}

/* line 53, ../sass/_font.sass */
h5 {
  font-size: 1em;
  letter-spacing: 4px;
}

/* line 57, ../sass/_font.sass */
h6 {
  font-size: 1em;
}

/* line 60, ../sass/_font.sass */
p, a {
  font-size: 1em;
}

/* line 63, ../sass/_font.sass */
a {
  cursor: pointer;
  text-decoration: none;
}

@media screen and (min-width: 640px) {
  /* line 68, ../sass/_font.sass */
  h1 {
    font-size: 3em;
    letter-spacing: 12px;
  }

  /* line 72, ../sass/_font.sass */
  h5 {
    font-size: 1.3em;
    letter-spacing: 6px;
  }
}
@media screen and (min-width: 1400px) {
  /* line 77, ../sass/_font.sass */
  h2 {
    letter-spacing: 6px;
  }
}
/* line 1, ../sass/_footer.sass */
.footer {
  margin: 60px 0 40px 0;
}
/* line 4, ../sass/_footer.sass */
.footer__links {
  font-size: 24px;
}
/* line 7, ../sass/_footer.sass */
.footer__links a {
  margin-left: 12px;
  margin-right: 12px;
}

@media screen and (min-width: 720px) {
  /* line 12, ../sass/_footer.sass */
  .footer__links {
    font-size: 16px;
  }
  /* line 15, ../sass/_footer.sass */
  .footer__links a {
    margin-left: 8px;
    margin-right: 8px;
  }
}
/* line 1, ../sass/_header.sass */
.header {
  width: 100%;
  position: relative;
  max-width: 1400px;
  margin: 0 auto 20px auto;
}
/* line 8, ../sass/_header.sass */
.header__img img {
  max-width: 80%;
}
/* line 11, ../sass/_header.sass */
.header__logo {
  position: absolute;
  top: 20px;
  right: 0;
  z-index: 1000;
}
/* line 17, ../sass/_header.sass */
.header__logo img {
  max-height: 100px;
}

@media screen and (min-width: 460px) {
  /* line 22, ../sass/_header.sass */
  .header__img img {
    max-width: 60%;
  }

  /* line 25, ../sass/_header.sass */
  .header__logo {
    opacity: 1;
    top: -10px;
  }
  /* line 29, ../sass/_header.sass */
  .header__logo img {
    max-height: 140px;
  }
}
@media screen and (min-width: 640px) {
  /* line 33, ../sass/_header.sass */
  .header {
    margin: 10px auto 40px auto;
  }

  /* line 36, ../sass/_header.sass */
  .header__logo {
    right: 5px;
    top: -20px;
  }
  /* line 40, ../sass/_header.sass */
  .header__logo img {
    max-height: 160px;
  }
}
@media screen and (min-width: 720px) {
  /* line 45, ../sass/_header.sass */
  .header__img img {
    max-width: 460px;
  }

  /* line 48, ../sass/_header.sass */
  .header__logo {
    right: 5px;
    top: -20px;
  }
}
@media screen and (min-width: 800px) {
  /* line 54, ../sass/_header.sass */
  .header__img img {
    max-width: 500px;
  }

  /* line 57, ../sass/_header.sass */
  .header__logo {
    right: 10px;
    top: -10px;
  }
  /* line 61, ../sass/_header.sass */
  .header__logo img {
    max-height: 180px;
  }
}
@media screen and (min-width: 960px) {
  /* line 65, ../sass/_header.sass */
  .header__logo {
    right: 30px;
    top: -30px;
  }
  /* line 69, ../sass/_header.sass */
  .header__logo img {
    max-height: 220px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 73, ../sass/_header.sass */
  .header__logo {
    right: 150px;
    top: -50px;
  }
  /* line 77, ../sass/_header.sass */
  .header__logo img {
    max-height: 250px;
  }
}
/* line 1, ../sass/_body.sass */
.body {
  max-width: 100%;
  overflow: hidden;
}
/* line 5, ../sass/_body.sass */
.body__background {
  display: none;
}
/* line 8, ../sass/_body.sass */
.body__container, .body__background, .body__foreground, .body__img, .body__img img {
  max-width: 100%;
}
/* line 11, ../sass/_body.sass */
.body__text {
  max-width: 800px;
  position: absolute;
  top: 100px;
  text-align: left;
  box-sizing: border-box;
  padding-left: 12px;
}
/* line 19, ../sass/_body.sass */
.body__text h2 {
  font-family: "Sabon", serif;
  font-size: 3.5em;
  color: white;
  margin-bottom: 60px;
}
/* line 25, ../sass/_body.sass */
.body__text h2 span {
  display: block;
  line-height: 1.6em;
}
/* line 29, ../sass/_body.sass */
.body__text img {
  max-width: 250px;
}

@media screen and (min-width: 720px) {
  /* line 34, ../sass/_body.sass */
  .body {
    width: 100%;
    max-width: 100%;
    margin-top: 24px;
  }
  /* line 39, ../sass/_body.sass */
  .body__text {
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%);
    width: 100%;
    margin: auto;
  }
  /* line 52, ../sass/_body.sass */
  .body__text h2 {
    margin-bottom: 60px;
    font-size: 4em;
  }
  /* line 56, ../sass/_body.sass */
  .body__text h2 span {
    display: inline-block;
    line-height: 1em;
  }
  /* line 60, ../sass/_body.sass */
  .body__container {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    align-content: center;
    position: relative;
  }
  /* line 76, ../sass/_body.sass */
  .body__background {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
  }
  /* line 81, ../sass/_body.sass */
  .body__background .body__img {
    position: relative;
    left: 150px;
    margin-left: 5%;
  }
  /* line 86, ../sass/_body.sass */
  .body__background .body__img img {
    max-width: 400px;
  }
  /* line 89, ../sass/_body.sass */
  .body__foreground {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
  }
  /* line 103, ../sass/_body.sass */
  .body__foreground .body__img {
    margin-right: 10%;
  }
  /* line 106, ../sass/_body.sass */
  .body__foreground .body__img img {
    max-width: 330px;
  }
}
@media screen and (min-width: 960px) {
  /* line 112, ../sass/_body.sass */
  .body__text {
    padding-left: 0;
  }
  /* line 117, ../sass/_body.sass */
  .body__background .body__img {
    position: static;
    left: 0;
    margin-left: 8%;
  }
  /* line 124, ../sass/_body.sass */
  .body__foreground .body__img {
    margin-right: 12%;
  }
}
@media screen and (min-width: 1200px) {
  /* line 131, ../sass/_body.sass */
  .body__background .body__img {
    margin-left: 10%;
  }
  /* line 133, ../sass/_body.sass */
  .body__background .body__img img {
    max-width: 500px;
  }
  /* line 137, ../sass/_body.sass */
  .body__foreground .body__img {
    margin-right: 13%;
  }
  /* line 140, ../sass/_body.sass */
  .body__foreground .body__img img {
    max-width: 400px;
  }
}
@media screen and (min-width: 1440px) {
  /* line 146, ../sass/_body.sass */
  .body__text {
    max-width: 1200px;
  }
  /* line 149, ../sass/_body.sass */
  .body__text h2 {
    font-size: 5em;
  }
  /* line 152, ../sass/_body.sass */
  .body__text img {
    max-width: 350px;
  }
  /* line 157, ../sass/_body.sass */
  .body__background .body__img img {
    max-width: 550px;
  }
  /* line 161, ../sass/_body.sass */
  .body__foreground .body__img {
    margin-right: 16%;
  }
  /* line 164, ../sass/_body.sass */
  .body__foreground .body__img img {
    max-width: 430px;
  }
}
@media screen and (min-width: 1600px) {
  /* line 172, ../sass/_body.sass */
  .body__background .body__img img {
    max-width: 620px;
  }
  /* line 176, ../sass/_body.sass */
  .body__foreground .body__img {
    margin-right: 10%;
  }
  /* line 178, ../sass/_body.sass */
  .body__foreground .body__img img {
    max-width: 540px;
  }
}
@media screen and (min-width: 1760px) {
  /* line 183, ../sass/_body.sass */
  .body__foreground .body__img {
    margin-right: 15%;
  }
}
@media screen and (min-width: 1920px) {
  /* line 188, ../sass/_body.sass */
  .body__foreground .body__img {
    margin-right: 20%;
  }
}
