@font-face {
  font-family: "Montserrat";
  src: url(fonts/Montserrat-Regular.otf);
}
@font-face {
  font-family: "garamond";
  src: url(fonts/EBGaramond08-Regular.otf);
}
@font-face {
  font-family: "aileron";
  src: url(fonts/Aileron-Regular.otf);
}
@font-face {
  font-family: "aileron";
  src: url(fonts/Aileron-Black.otf);
  font-weight: bold;
}
@font-face {
  font-family: "baskerville";
  src: url(fonts/LibreBaskerville-Regular.ttf);
}
@font-face {
  font-family: "roboto";
  src: url(fonts/Roboto-BlackItalic.ttf);
}
body {
  color: #08011A;
  background: #E7D3D2;
  font-family: baskerville;
  font-size: 1.4em;
  padding: 0;
  margin: 0;
}

h1, h2, h3 {
  color: #08011A;
  font-family: roboto;
}

h1 {
  border-bottom: 6px solid #08011A;
}

a {
  color: #BF4337;
}

.home-image {
  width: auto;
  height: 95vh;
  margin: 22px auto;
  background: #202020;
}
.home-image .background-image, .home-image img {
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: auto;
  max-width: 100%;
  height: 95vh;
}
.home-image .mobile-back {
  display: none;
}

.grid {
  display: grid;
  grid-template-columns: auto;
  gap: 0rem;
  justify-content: center;
}
.grid .grid-row {
  display: grid;
  grid-template-columns: 30% auto;
  gap: 3rem;
}

.gallery-thumbnail {
  width: 150px;
  height: 150px;
}

.gallery-image {
  height: 50vh;
  width: auto;
}/*# sourceMappingURL=style.css.map */