<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Remove bits of content from posts */

.entry-author-data {
    display:none;
}

.entry-meta {
    display: none;
}

.entry-title {
    display:none;
}

/* Narrow margin at top of pages */
.content-wrapper {
	padding-top: 0px;
}

.col-md-2 {
	width: 10%;
}


/* Top of the site */
.navbar-brand {
    display: none;
}

/* Branding width */
@media only screen and (min-width: 768px) {
body:not(.menu-sandwich) .navbar-header {
    max-width: 35%;
}
}

/* Homepage styles */

.rcmag-home-narrow-row {
	padding: 5% 10%;
}

/*hero image depth*/
.rcmag-home-feature {
    height: 70vh;
}

.rcmag-home-title h1 {
color: white;
    text-align: center;
    font-size: 4.5em;
    padding-top: 15%;
}

.rcmag-home-highlight h3 {
	color: #000;
}

.rcmag-home-highlight {
	color: #000;
	border-left: 1px solid #ccc;
	padding-left: 15px;
}

.hrB {
    background-color: red; height: 3px;
    }</pre></body></html>