/* Fix zindex on homepage */
.z-index-10 {
  z-index: 10;
}

.footer_top .footer_col1 {
  text-align: center;
}

.footer_top .footer_col4 {
  text-align: center;
}

/* Change gallery caption font */
.wp-caption-text.gallery-caption {
  font-family: Arial, sans-serif;
}

/* Force image captions to max-width: 100% */
.wp-caption {
  max-width: 100%;
}

/* Anchor text offset for fixed header */
:target:before {
  content:"";
  display:block;
  height:90px; /* fixed header height*/
  margin:-90px 0 0; /* negative fixed header height */
}