.owl-theme .owl-nav {
  margin-top: 20px !important; margin-bottom: 20px;
  text-align: center !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 100% !important;
}

/* Ensure buttons themselves are centered flex items */
.owl-theme .owl-nav button.owl-prev,
.owl-theme .owl-nav button.owl-next,
.owl-theme .owl-nav [class*='owl-'] {
  font-family: 'InterThin', Helvetica, Arial, sans-serif; font-style: normal; font-weight: normal;
  font-size: 4rem !important;
  color: #212121 !important;
  background: transparent !important;
  padding: 0 !important;
  margin: 0 15px !important;
  line-height: 1 !important;
  
  /* Precision alignment for the arrow glyphs inside the buttons */
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 3rem !important;
  
  transition: color 0.2s ease !important;
}

/* Hover state */
.owl-theme .owl-nav button.owl-prev:hover,
.owl-theme .owl-nav button.owl-next:hover,
.owl-theme .owl-nav [class*='owl-']:hover {
  background: transparent !important;
  color: #f28123 !important;
}

/* Reset focus outlines */
.owl-theme .owl-nav button:focus {
  outline: none !important;
}

.gallerynav {display: inline-block; float: left; margin: 0; padding: 0; width: 20%;}
.gallerynav h4 {text-align: center; margin-top: 1rem;}