/* YorkRC Custom Styles */

/* Globally hide the default WordPress page titles on all pages */
.page .entry-title {
    display: none !important;
}

/* Semi-transparent white panel for main site area */
.site {
    background-color: rgba(255, 255, 255, 0.5) !important;
}