@import url("https://fonts.googleapis.com/css2?family=Crimson+Text&family=Montserrat:wght@300&display=swap");
@font-face {
  font-family: "Brother 1816";
  font-weight: 300;
  src: url("../fonts/brother1816/Brother-1816-Thin.woff") format("woff"), url("../fonts/brother1816/Brother-1816-Thin.eot") format("eot"), url("../fonts/brother1816/Brother-1816-Thin.ttf") format("ttf");
}
@font-face {
  font-family: "Brother 1816";
  font-weight: 400;
  src: url("../fonts/brother1816/Brother-1816-Light.woff") format("woff"), url("../fonts/brother1816/Brother-1816-Light.eot") format("eot"), url("../fonts/brother1816/Brother-1816-Light.ttf") format("ttf");
}
@font-face {
  font-family: "Brother 1816";
  font-weight: 500;
  src: url("../fonts/brother1816/Brother-1816-Regular.woff") format("woff"), url("../fonts/brother1816/Brother-1816-Regular.eot") format("eot"), url("../fonts/brother1816/Brother-1816-Regular.ttf") format("ttf");
}
@font-face {
  font-family: "Brother 1816";
  font-weight: normal;
  src: url("../fonts/brother1816/Brother-1816-Regular.woff") format("woff"), url("../fonts/brother1816/Brother-1816-Regular.eot") format("eot"), url("../fonts/brother1816/Brother-1816-Regular.ttf") format("ttf");
}
@font-face {
  font-family: "Brother 1816";
  font-weight: 600;
  src: url("../fonts/brother1816/Brother-1816-Medium.woff") format("woff"), url("../fonts/brother1816/Brother-1816-Medium.eot") format("eot"), url("../fonts/brother1816/Brother-1816-Medium.ttf") format("ttf");
}
@font-face {
  font-family: "Brother 1816";
  font-weight: 700;
  src: url("../fonts/brother1816/Brother-1816-Bold.woff") format("woff"), url("../fonts/brother1816/Brother-1816-Bold.eot") format("eot"), url("../fonts/brother1816/Brother-1816-Bold.ttf") format("ttf");
}
@font-face {
  font-family: "Brother 1816";
  font-weight: 800;
  src: url("../fonts/brother1816/Brother-1816-ExtraBold.woff") format("woff"), url("../fonts/brother1816/Brother-1816-ExtraBold.eot") format("eot"), url("../fonts/brother1816/Brother-1816-ExtraBold.ttf") format("ttf");
}
@font-face {
  font-family: "Brother 1816";
  font-weight: 900;
  src: url("../fonts/brother1816/Brother-1816-Black.woff") format("woff"), url("../fonts/brother1816/Brother-1816-Black.eot") format("eot"), url("../fonts/brother1816/Brother-1816-Black.ttf") format("ttf");
}
@font-face {
  font-family: "Brother 1816 Printed";
  font-weight: 700;
  src: url("../fonts/brother1816/Brother1816Printed-Bold.woff") format("woff"), url("../fonts/brother1816/Brother1816Printed-Bold.eot") format("eot"), url("../fonts/brother1816/Brother1816Printed-Bold.ttf") format("ttf");
}
div.main {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("../img/background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: center;
  font-family: "Brother 1816", sans-serif;
  font-weight: normal;
}
div.main .side-text {
  position: fixed;
  width: 350px;
  top: calc(166px + 50px);
  left: calc(-166px + 50px);
  transform: rotate(-90deg);
  text-transform: uppercase;
  color: white;
  font-weight: 300;
  text-align: right;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 2px;
}
@media screen and (max-width: 760px) {
  div.main .side-text {
    top: calc(166px + 20px);
    left: calc(-166px + 20px);
  }
}
div.main .side-text strong {
  font-weight: 700;
}
div.main .logo-s3 {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
div.main .logo-s3 a {
  transition: all 0.3s;
  display: flex;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 14px;
  color: white;
  font-weight: 300;
  text-decoration: none;
}
div.main .logo-s3 a:hover {
  color: #53aa7b;
  text-decoration: underline;
}
div.main .logo-s3 a p {
  margin: 0 12px 0 0;
}
div.main .center {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: space-evenly;
}
div.main .center .top, div.main .center .bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-items: center;
}
div.main .center .logo {
  padding: 30px 0;
}
@media screen and (max-width: 760px) {
  div.main .center .logo img {
    max-width: 230px;
  }
}
@media screen and (max-width: 450px) {
  div.main .center .logo img {
    max-width: 150px;
  }
}
div.main .center .big-text {
  font-family: "Crimson Text", serif;
  font-size: 80px;
  color: white;
  line-height: 60px;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 760px) {
  div.main .center .big-text {
    font-size: 45px;
    line-height: 40px;
  }
  div.main .center .big-text p:first-of-type {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 450px) {
  div.main .center .big-text {
    font-size: 30px;
    line-height: 27px;
  }
}
div.main .center .big-text p {
  padding: 0;
  margin: 0;
}
div.main .center .big-text p strong {
  font-weight: 700;
  font-family: "Brother 1816 Printed", sans-serif;
}
div.main .center .big-text p:first-of-type {
  font-family: "Brother 1816", sans-serif;
  margin-bottom: 8px;
}
div.main .center .big-text p:last-of-type {
  transform: translateX(-8px);
  position: relative;
  text-align: right;
}
div.main .center .big-text p:last-of-type::after {
  position: absolute;
  content: ".";
  color: #53aa7b;
  font-size: 80px;
  top: 0;
  right: -8px;
  height: 10px;
  width: 10px;
}
div.main .center .soon {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  color: #53aa7b;
  font-weight: 300;
  width: 540px;
  max-width: 90%;
  text-align: center;
}
@media screen and (max-width: 760px) {
  div.main .center .soon {
    width: 350px;
    font-size: 27px;
  }
}
@media screen and (max-width: 450px) {
  div.main .center .soon {
    width: 90%;
    font-size: 23px;
  }
}
div.main .center .soon svg {
  margin: 10px auto 0;
  display: block;
}
div.main .center .name {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  color: white;
  text-transform: uppercase;
  margin-bottom: 30px;
}
div.main .center .name strong {
  font-family: "Brother 1816 Printed", sans-serif;
  font-size: 32px;
  text-transform: none;
  font-weight: 500;
}
div.main .center .address {
  font-family: "Montserrat", sans-serif;
  line-height: 25px;
  font-size: 18px;
  text-align: center;
  color: white;
}
div.main .center .address a {
  transition: all 0.3s;
  color: white;
  text-decoration: none;
}
div.main .center .address a:hover {
  color: #53aa7b;
  text-decoration: underline;
}
@media screen and (max-width: 760px) {
  div.main .center .address a {
    font-size: 15px;
  }
}

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