/* ========================================================================
   TYPOGRAPHY & SPACING
   ======================================================================== */

/* Zero paragraph margin utility class */
.zero-margin {
    margin-bottom: 0px !important;
}

/* Center align post/page titles */
.entry-title,
.post-title,
h1.entry-title {
    text-align: center;
}

/* Fix for white hover links on white background */
a:hover,
a:focus {
    color: #005177 !important;
}
