@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@font-face {
  font-family: "EB Garamond";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/ebgaramond/v26/SlGDmQSNjdsmc35JDF1K5E55YMjF_7DPuGi-6_RkCY9FjbN1K2F2aSBzRVH8.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/notosans/v36/o-0mIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjcz6L1SoM-jCpoiyD9A-Wd.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
body, * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #7a7a7a;
  text-align: center;
  font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-variant-ligatures: none;
}

h1, h1 a {
  font-family: "EB Garamond", Georgia, "Times New Roman", serif !important;
  font-optical-sizing: auto !important;
  font-style: italic !important;
  font-display: swap;
}

h2 {
  font-family: "EB Garamond", Georgia, "Times New Roman", serif !important;
  font-optical-sizing: auto !important;
  font-style: normal !important;
  margin-bottom: 15px;
  font-weight: 100;
  font-display: swap;
}

p {
  margin-top: 30px;
}

a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
  touch-action: manipulation;
}

.content-container {
  max-width: 750px;
  margin: 0 auto;
}

.spacer {
  height: 120px;
  width: 100%;
}

.spacer-half {
  height: 60px;
  width: 100%;
}

.mt-0 {
  margin-top: 0 !important;
}

#header-img img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.socials .wrapper a img,
.languages .wrapper a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.socials .wrapper {
  margin: 0 auto;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  max-width: 500px;
}
.socials .wrapper a {
  width: 60px;
  margin: 10px;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.secondary-img .socials .wrapper {
  max-width: 500px;
}
.secondary-img .socials .wrapper a {
  width: 60px;
  margin: 10px;
  min-height: 44px;
}

.languages {
  height: 100px;
  padding: 10px;
}
.languages .wrapper {
  margin: 0 auto;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  max-width: 750px;
}
.languages .wrapper a {
  width: 75px;
  margin: 10px;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.white {
  background-color: #c5ab6a;
}
.white img {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}

.gold {
  color: #c5ab6a;
}
.gold img {
  filter: invert(67%) sepia(45%) saturate(330%) hue-rotate(5deg) brightness(93%) contrast(97%);
}

.bg-gold {
  background: #c5ab6a;
}
.bg-gold h1, .bg-gold h2, .bg-gold a, .bg-gold p {
  color: white !important;
}

.secondary-img {
  position: relative;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateZ(0);
}
.secondary-img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  backface-visibility: hidden;
}

.absolute-center {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}

footer {
  padding: 15px;
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start; /* imprint aligns with top of right block */
  justify-content: space-between; /* left vs. right separation */
  gap: 20px;
}

footer a {
  text-decoration: none;
}

.footer-right {
  text-align: right;
}

.footer-right .addresses {
  text-align: right;
}

.footer-right .copyright {
  margin-top: 25px;
  font-size: 0.85rem;
  color: #7a7a7a;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.fonts-loading {
  visibility: hidden;
}

.fonts-loaded {
  visibility: visible;
}

.copyright {
  clear: both;
  margin-top: 20px;
}

@supports (-webkit-touch-callout: none) {
  body {
    -webkit-overflow-scrolling: touch;
  }
  .secondary-img {
    transform: translate3d(0, 0, 0);
  }
}
#qrcode {
  display: block;
  position: fixed;
  top: 20px;
  height: 350px;
  width: 235px;
  z-index: 1000;
  right: 20px;
}

@media (max-width: 1300px) {
  #qrcode {
    display: none;
  }
}
@media (max-width: 768px) {
  .content-container {
    padding: 0 15px;
  }
  .spacer {
    height: 80px;
  }
  .spacer-half {
    height: 40px;
  }
  h1 {
    font-size: 1.8rem;
    line-height: 1.3;
  }
  h2 {
    font-size: 1.2rem;
  }
  p {
    font-size: 0.95rem;
    line-height: 1.5;
    margin-top: 20px;
  }
  .secondary-img {
    min-height: 300px;
  }
  .secondary-img .socials {
    height: 80px;
  }
  .secondary-img .socials .wrapper a {
    width: 60px;
    margin: 10px;
    min-height: 44px;
  }
  .socials .wrapper a {
    margin: 5px;
    min-height: 44px;
  }
  .languages .wrapper a {
    width: 60px;
    margin: 8px 5px;
    min-height: 44px;
  }
  footer {
    font-size: 0.8rem;
    padding: 10px;
    display: block;
  }
  footer .footer-right .addresses {
    margin-top: 15px;
    text-align: center;
  }
  .float-left,
  .float-right {
    float: none;
    margin-top: 10px;
  }
  .float-left span,
  .float-right span {
    display: block;
  }
}
@media (max-width: 480px) {
  h1 {
    font-size: 1.5rem;
  }
  .secondary-img {
    min-height: 250px;
  }
  .socials .wrapper a {
    width: 40px;
    margin: 3px;
    min-height: 44px;
  }
  .languages .wrapper a {
    width: 50px;
    margin: 5px 3px;
    min-height: 44px;
  }
}
@media (min-resolution: 192dpi) {
  img {
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 1) {
  body, * {
    font-feature-settings: "kern" 1;
    text-rendering: optimizeLegibility;
  }
}
@media print {
  h1, h1 a, h2 {
    font-family: "EB Garamond", Georgia, "Times New Roman", serif !important;
  }
  body, * {
    font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
  }
}/*# sourceMappingURL=style.css.map */