#nav .navbar-align {
  margin-left: auto;
}

#nav .nav-link.active {
  display: inline-block;
}

#content {
  padding-top: 48px;
}

#content img.about-photo {
  border-radius: 4px;
  max-width: 100%;
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  #content img.about-photo {
    max-width: 45%;
    float: left;
    margin-right: 1.5rem;
    margin-bottom: 1rem;
  }
}

@media (min-width: 992px) {
  #content img.about-photo {
    max-width: 40%;
    float: left;
    margin-right: 1.5rem;
    margin-bottom: 3rem;
  }
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5 {
  color: #55595c;
  margin-top: 1.25em;
  margin-bottom: 1em;
}

#content h1:first-of-type,
#content h1:first-child {
  margin-top: 0;
}

#content .lead {
  margin-bottom: 2rem;
}

#footer {
  clear: both;
  margin-top: 48px;
  margin-bottom: 24px;
}

.card-gallery .card {
  width: calc(100% - 24px);
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .card-gallery .card {
    width: calc(50% - 24px);
  }
}

@media (min-width: 1200px) {
  .card-gallery .card {
    width: calc(33.33% - 24px);
  }
}

.card-gallery .card .card-body {
  padding: 0 0 24px 0;
}

.card-gallery .card img {
  margin-bottom: 8px;
  border-radius: 4px;
  width: 100%;
  height: auto;
}

.card-gallery .card img:hover {
  filter: brightness(80%);
  transition: filter 0.3s ease;
}

.card-gallery .card-title {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 1em !important;
  margin-bottom: 0.75em !important;
}

.card-gallery p.text-muted {
  font-size: 0.875rem;
}

.pswp-gallery .pswp-photo {
  width: calc(50% - 8px);
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .pswp-gallery .pswp-photo {
    width: calc(33.33% - 8px);
  }
}

@media (min-width: 992px) {
  .pswp-gallery .pswp-photo {
    width: calc(25% - 8px);
  }
}

.pswp-gallery img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 2px;
}

.pswp-gallery img:hover {
  cursor: zoom-in;
  filter: brightness(80%);
  transition: filter 0.3s ease;
}

.pswp__bg {
  background: #fff;
}

.pswp__icn-color {
  --pswp-icon-color: rgb(26, 26, 26);
  --pswp-icon-color-secondary: rgb(26, 26, 26);
}

.pswp__icn-shadow {
  display: none;
}

.email-button-container {
  margin-top: 2rem;
}
