@font-face {
  font-family: 'Gill';
  src: url("../fonts/GillSans-Light.woff") format("woff"), url("../fonts/GillSans-Light.woff2") format("woff2");
}

* {
  margin: 0;
}

.wrapper {
  height: 100vh;
  position: relative;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content {
  padding-bottom: 12vw;
}

@media (max-width: 575px) {
  .content {
    padding-bottom: 45vw;
  }
}

h1 {
  font-size: 3vw;
  text-align: center;
  margin-top: -10px;
  font-family: 'Libre Baskerville', serif;
  font-weight: 400;
  color: #4e4e55;
  letter-spacing: calc(5px + 3 * ((100vw - 1200px) / (1920 - 1200)));
}

@media (max-width: 575px) {
  h1 {
    font-size: 6vw;
  }
}

h3 {
  text-align: center;
  font-size: 1.85vw;
  margin-top: 5vw;
  color: #4e4e55;
  font-family: 'Gill', sans-serif;
  font-weight: 300;
  letter-spacing: 6px;
  letter-spacing: calc(4px + 2 * ((100vw - 1200px) / (1920 - 1200)));
}

@media (max-width: 575px) {
  h3 {
    font-size: 4vw;
    margin-top: 8vw;
  }
}

.logo {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 40.5vw;
}

@media (max-width: 575px) {
  .logo {
    width: 90%;
  }
}

.left {
  position: absolute;
  left: 0;
  bottom: calc(-30px - 130 * ((100vw - 320px) / (1920 - 320)));
  z-index: -1;
  width: 38vw;
}

.left img {
  width: 100%;
}

.right {
  position: absolute;
  right: -18%;
  top: calc(-25px - 110 * ((100vw - 320px) / (1920 - 320)));
  -webkit-transform: rotate(58deg);
          transform: rotate(58deg);
  width: 38vw;
  z-index: -1;
}

.right img {
  width: 100%;
}

.br {
  border: 1px solid red;
}
/*# sourceMappingURL=main.css.map */