/* Formatting style */
.content a {
  color: #b57706;
}

/* Footer style */
#section-footer p {
  font-size: 1.2em;
}

.youtube {
  margin-bottom: 30px;
}

/* Lightgallery Tweaks */
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object.lg-image {
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1), padding 0.6s ease !important;
}

.lg-outer:not(.lg-hide-items) .lg-image {
  padding: 42px 60px;
}

.lg-sub-html {
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

.lg-hide-items .lg-sub-html {
  opacity: 0;
  transform: translate3d(0, 10px, 0);
}

