@import url("https://fonts.googleapis.com/css2?family=Manrope&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.2/font/bootstrap-icons.css");
body {
  font-family: "Manrope", sans-serif;
  background: #FCF7F5 url(../img/watermark2.png) 90% -5% no-repeat;
  background-size: 60%;
  color: #000000;
  font-size: 16px;
}

h1, h2, h3, h4 {
  font-family: garamond-premier-pro-display, serif;
}

h1 {
  font-size: 3.2rem;
  line-height: 3.2rem;
}

h2 {
  font-size: 2.2rem;
}

h3 {
  font-size: 1.8rem;
}

p {
  font-size: 1rem;
  line-height: 1.6rem;
}
p a {
  font-family: "Manrope", sans-serif;
  font-size: inherit;
}

.hero-photo img {
  margin-top: 0px;
  display: none;
}

.nav-link {
  color: #000000;
  font-family: garamond-premier-pro-display, serif;
  font-size: 1.4rem;
}
.nav-link:hover {
  color: #296576;
}
.nav-link.active {
  text-decoration: underline;
}

a {
  color: #296576;
  font-family: garamond-premier-pro-display, serif;
  font-size: 1.4rem;
}
a:hover {
  color: #296576;
  text-decoration: none;
}

.about {
  background: url(../img/section-bg.jpg) left top no-repeat;
  background-size: cover;
}

.footer-bg {
  background-color: #000;
  border-top-right-radius: 50px;
  border-top-left-radius: 50px;
}
.footer-bg a, .footer-bg p, .footer-bg li {
  color: #fff;
  font-family: garamond-premier-pro-display, serif;
  text-decoration: none;
  font-size: 1.2rem;
}

.carousel-caption {
  position: relative;
  left: 0;
  color: #000;
  top: 20px;
}
.carousel-caption h3 {
  font-family: garamond-premier-pro-display, serif;
}

.carousel-item img {
  border: 1px solid #000;
  padding: 20px;
}

@media (min-width: 767px) {
  .hero-photo img {
    margin-top: -220px;
    display: inline-block;
  }
}
.btn-primary {
  background-color: #000;
  border: none;
}
.btn-primary:hover {
  background-color: #000;
}

.bg-primary {
  background-color: #000 !important;
}
.bg-primary a {
  color: #fff;
}

.gal {
  -webkit-column-count: 3;
  /* Chrome, Safari, Opera */
  -moz-column-count: 3;
  /* Firefox */
  column-count: 3;
}
.gal img {
  width: 100%;
  border: 1px solid #000;
  padding: 10px;
  margin: 20px;
}
.gal.one {
  -webkit-column-count: 1;
  /* Chrome, Safari, Opera */
  -moz-column-count: 1;
  /* Firefox */
  column-count: 1;
}

@media (max-width: 500px) {
  .gal {
    -webkit-column-count: 1;
    /* Chrome, Safari, Opera */
    -moz-column-count: 1;
    /* Firefox */
    column-count: 1;
  }
}
