@font-face { 
	font-family: "RoslindaleText";
	font-style: normal;
	font-weight: 400;
	src: url('/_/fonts/RoslindaleText-Regular.woff2'),
		url('/_/fonts/RoslindaleText-Regular.woff')
}

@font-face {
	font-family: "RoslindaleText";
	font-style: italic;
	font-weight: 400;
	src: url('/_/fonts/RoslindaleText-Italic.woff2'),
		url('/_/fonts/RoslindaleText-Italic.woff')
}

@font-face {
	font-family: "RoslindaleText";
	font-style: normal;
	font-weight: 700;
	src: url('/_/fonts/RoslindaleText-Bold.woff2'),
		url('/_/fonts/RoslindaleText-Bold.woff')
}

@font-face {
	font-family: 'RoslindaleDeck';
	src: url('/_/fonts/RoslindaleVariable-VF-Deck.woff2'),
		url('/_/fonts/RoslindaleVariable-VF-Deck.woff');
	font-weight: 200 700;
	font-style: oblique 0deg 20deg;
}

@font-face {
	font-family: 'RoslindaleDisplay';
	src: url('/_/fonts/RoslindaleVariableV2-VF.woff2'),
		url('/_/fonts/RoslindaleVariableV2-VF.woff');
	font-weight: 200 900;
	font-stretch: 75% 100%;
	font-style: normal;
}

@font-face {
	font-family: 'GimletSans';
	src: url('/_/fonts/GimletSansVariable-VF.woff2'),
		url('/_/fonts/GimletSansVariable-VF.woff');
	font-weight: 300 900;
	font-style: normal;
}

html {
	--color-primary: #EE3124;
	--color-secondary: #AD251C;
	--color-tertiary: #6E1812;
	--page-max-width: 60rem;
	--content-max-width: calc(var(--page-max-width) * 0.75);
}

body {
	background-color: #fff;
	box-sizing: border-box;
	font-family: RoslindaleText, serif;
	font-size: 100%;
	margin: 0;
	-webkit-text-size-adjust: 100%;
}

/* Using local fonts? Check out Font Squirrel's webfont generator: http://www.fontsquirrel.com/tools/webfont-generator */

/* We like off-black for text. */
body, select, input, textarea {color: #222;}

a {
	color: var(--color-primary);
	text-decoration: none;
	transition: all 0.25s;
}

a:hover {
	color: var(--color-secondary);
	text-decoration: underline;
}

/* Custom text-selection colors (remove any text shadows: http://twitter.com/miketaylr/status/12228805301) */
::-moz-selection{background: #fcd700; color: #fff; text-shadow: none;}
::selection {background: #fcd700; color: #fff; text-shadow: none;}

/*	j.mp/webkit-tap-highlight-color */
a:link {-webkit-tap-highlight-color: #fcd700;}

ins {background-color: #fcd700; color: #000; text-decoration: none;}
mark {background-color: #fcd700; color: #000; font-style: italic; font-weight: bold;}

/* Mozilla dosen't style placeholders by default */
input:-moz-placeholder { color:#a9a9a9; }
textarea:-moz-placeholder { color:#a9a9a9; }

img {
	max-width: 100%;
}

sup, sub {
	position: relative;
	top: -0.4em;
	vertical-align: baseline;
}
sub { 
	top: 0.4em; 
}

.notify-logged-in {
	background-color: #fff;
	border: 2px solid var(--color-primary);
	bottom: 0;
	display: inline-block;
	font-size: 1rem;
	left: 1rem;
	padding: 1rem;
	position: fixed;
}

#mainContainer {
	background-color: #fff;
	padding: 2.75rem 1rem 1rem;
}

.nav-deluxe {
	display: block;
	font-size: 0.75rem;
	left: 0;
	letter-spacing: 0.1rem;
	line-height: 1.875rem;
	/* padding: 1rem; */
	position: absolute;
	text-transform: uppercase;
	top: 0;
	width: 100%;
}

.nav-reveal {
	background-color: var(--color-primary);
	color: #fff;
	display: block;
	padding: 0 0.5rem;
	position: relative;
	transition: background-color 0.25s;
	-webkit-tap-highlight-color: none;
}

.nav-reveal:hover {
	background-color: var(--color-secondary);
	color: #fff;
	text-decoration: none;
}

/* .nav-reveal:after {
	background-color: #000;
	bottom: -0.125rem;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
} */

.nav-reveal span {
	background-color: #fff;
	display: inline-block;
	height: 0.25rem;
	position: absolute;
	right: 0.375rem;
	transition: all 0.25s;
	top: 0.825rem;
	width: 1.25rem;
}

.nav-reveal span:before, .nav-reveal span:after {
	background-color: #fff;
	content: "";
	display: inline-block;
	height: 0.25rem;
	left: 0;
	position: absolute;
	top: -0.375rem;
	width: 1.25rem;
}

.nav-reveal span:after {
	bottom: -0.375rem;
	top: auto;
}

.nav-deluxe ul {
	list-style-type: none;
	margin: 0;
	max-height: 0;
	overflow: hidden;
	padding: 0;
	transition: max-height 0.25s;
}

.nav-deluxe.nav-extended ul {
	max-height: 10rem;
}

.nav-deluxe.nav-extended .nav-reveal span {
	background-color: transparent;
	border-radius: 50%;
	height: 1.25rem;
	top: 0.325rem;
}

.nav-deluxe.nav-extended .nav-reveal span:before {
	background-color: #fff;
	left: 0.125rem;
	top: 0.5rem;
	transform: rotate(45deg);
	width: 1rem
}

.nav-deluxe.nav-extended .nav-reveal span:after {
	background-color: #fff;
	left: 0.125rem;
	top: 0.5rem;
	transform: rotate(-45deg);
	width: 1rem
}

.nav-deluxe ul a {
	background-color: #000;
	border-top: 1px solid #fff;
	color: #fff;
	display: block;
	padding: 0 0.5rem;
	transition: background-color 0.25s;
	-webkit-tap-highlight-color: none;
}

.nav-deluxe ul a:hover {
	background-color: var(--color-primary);
	text-decoration: 0;
}

.header-global {
	border-bottom: 0.5px solid #999;
	margin-bottom: 2rem;
}

.header-global h1 {
	margin: 0;
	max-width: calc(var(--page-max-width) * 0.125);
}

.header-global h1 a {
	/* background-image: url(../img/logo_roger-black.svg);
	background-repeat: no-repeat; */
	display: inline-block;
	/* height: 4.14rem; */
	/* margin: 0 0 0.5rem 0; */
	/* overflow: hidden;
	text-indent: 100%; */
	white-space: nowrap;
	width: 100%;
	vertical-align: bottom;
}

.header-global h1 a .st0 {
	fill: var(--color-primary);
}

.header-global h1 span {
	color: #808285;
	display: block;
	font-family: "RoslindaleDisplay";
	font-style: normal;
	font-weight: 200;
	font-size: 1.5rem;
}

article {
	margin: 2rem 0;
}

.header-blog-post {
	margin: 0 auto;
	max-width: var(--content-max-width);
}

.blog-post-category {
	color: var(--color-primary);
	font-family: "GimletSans";
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.05rem;
	margin: 0 auto 1rem;
	text-transform: uppercase;
}

article h1 {
	color: #222;
	font-family: "GimletSans";
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 800;
	line-height: 1em;
	margin: 0 auto 2rem;
}

article h1 a {
	color: #000;
	text-decoration-color: var(--color-primary);
	text-decoration-thickness: 0;
}

article h1 a:hover {
	color: #000;
	text-decoration-thickness: : 0.0625rem;
}

article h1 em {
	font-style: normal;
}

article .postMeta {
	color: #808285;	
	font-family: GimletSans;
	font-size: 0.875rem;
	margin: 0 auto 1rem;
	max-width: var(--content-max-width);
	text-indent: 0;
}

.postHolder-dek {
	font-family: "RoslindaleDeck", serif;
	font-size: 1.3125rem;
	font-weight: 400;
	line-height: 1.5em;
	margin: 1rem auto 3rem;
	max-width: var(--content-max-width);
}

article p {
	font-size: 1rem;
	hyphens: auto;
	line-height: 1.5em;
	margin: 1.5em auto;
	max-width: var(--content-max-width);
	-webkit-hyphens: auto;
}

article h2 {
	font-family: "RoslindaleDeck", serif;
	font-size: 1.5rem;
	font-weight: 700;
	margin : 2rem auto 1rem;
	max-width: var(--content-max-width);
}

article h3 {
	font-family: "RoslindaleDeck", serif;
	font-size: 1.375rem;
	font-weight: 700;
	margin : 2rem auto 1rem;
	max-width: var(--content-max-width);
}

article ul {
	font-size: 1rem;
	line-height: 1.425em;
	margin: 1rem auto 1rem;
	max-width: var(--content-max-width);
}

article ul li {
	list-style-type: disc;
	margin-bottom: 0.5rem;
}

article figure {
	margin: 2rem 0;
	text-align: center;
}

.figure-video iframe {
	max-width: 100%;
}

article figcaption {
	font-size: 0.875rem;
	font-style: italic;
	line-height: 1.5em;
	margin: 0.25rem auto;
	max-width: var(--content-max-width);
}

article blockquote {
	border-left: 1px solid #999;
	color: #444;
	font-style: italic;
	margin: 1rem 0;
	padding: 1rem 1rem 1rem 2rem;
}

article blockquote p {
	font-size: 1.125em;
}

article blockquote cite {
	display: block;
	margin: auto;
	max-width: var(--content-max-width);
}

.postHolder p:first-of-type, .postHolder hr + p {
	text-indent: 0;
}

.postHolder>p:first-of-type:first-letter {
	color: var(--color-primary);
	display: block;
	float: left;
	font-family: "RoslindaleDisplay";
	font-size: 7rem;
	font-weight: 900;
	line-height: 0.725em;
	margin-right: 0.75rem;
	margin-top: 0.55rem;
}

@-moz-document url-prefix() { 
	.postHolder>p:first-of-type:first-letter {
		margin-top: 0;
	}
}

hr {
	border-bottom: 1px dotted #666;
	border-top: 1px solid #222;
	height: 1px;
	margin: 4rem auto;
	max-width: var(--content-max-width);
}

hr:before {
}

.postHolder-footnotes {
	font-size: 0.875rem;
	line-height: 1.425em;
	margin: 4rem auto;
	max-width: var(--content-max-width);
}

.postHolder-footnotes li {
	margin-bottom: 0.5rem;
}

.prevNext {
	border-top: 0.5px solid #999;
	clear: both;
	font-family: GimletSans;
	margin-bottom: 4rem;
	padding-top: 2rem;
}

.nextEntry:before {
	content: "\261E";
	display: block;
	font-size: 2rem;
}

.prevEntry:before {
	content: "\261C";
	display: block;
	font-size: 2rem;
}

.commentHolder {
	box-sizing: content-box;
}

.commentHolder #idc-container h3 {
    border-bottom: 1px solid #000;
    font-family: georgia;
    font-size: 0.875rem;
    margin-bottom: 0;
    padding-bottom: 2px;
    text-align: center;
    text-transform: uppercase;    
}

.commentHolder #idc-container .idc-c .idc-c-h {
	background-color: #eee;
	background-image: none;
    padding: 0.125rem;
}    

.commentHolder #idc-container .idc-c .idc-c-h {
	border-radius: 0 ! important;
    padding: 0.25rem;
}

.header-archive {
	border-bottom: 0.5px solid #222;
	border-top: 2px solid #222;
	margin: 4rem auto 2rem;
	max-width: var(--page-max-width);
	padding-top: 2px;
}

.header-archive h2 {
	border-top: 0.5px double #222;
	font-family: "RoslindaleDeck", serif;
	font-size: 2rem;
	margin: 0;
	padding: 2rem 0;
	text-transform: uppercase;
}

.header-archive h2:before {
	content: "\261E";
	display: inline-block;
	margin-right: 0.5rem;
	transform: rotate(90deg);
}

footer {
	border-top: 1px solid #000;
	padding-top: 0.5rem;	
}

footer small {
	font-size: 0.75rem;
}

@media screen and (min-width: 32rem) {
	
	article .figure-left {
		float:left;
		margin: 0 2rem 2rem 0;
		max-width: 50%;
		max-width: calc(50% - 1rem);
		text-align: left;
	}
	
	article .figure-right {
		float: right;
		margin: 0 0 2rem 2rem;
		max-width: 50%;
		max-width: calc(50% - 1rem);
		text-align: left;
	}
	
	.figure-multi {
		display: grid;
		gap: 2rem;
		grid-template-columns: repeat(2, 1fr);
		text-align: left;
	}
	
	.figure-multi>figure {
		margin: 0;
		text-align: left;
	}
	
	.figure-multi-full, .figure-multi>figcaption {
		grid-column-end: -1;
		grid-column-start: 1;
		width: 100%;
	}
	
}

@media screen and (min-width: 45rem) {

	#mainContainer {
		margin: 0 auto;
		max-width: var(--page-max-width);
		padding: 3rem 2rem 1rem;
	}
	
	.header {
		position: absolute;
	}
	
	.nav-reveal {
		display: none;
	}
	
	#mainNav, .nav-deluxe {
		background-color: #000;
		position: absolute;
		top: 0;
		z-index: 10;
	}
	
	#mainNav ul, .nav-deluxe ul {
		display: flex;
		margin: 0 auto;
		max-height: none;
		max-width: var(--page-max-width);
		overflow: visible;
		position: relative;
		text-align: left;
	}
	
	#mainNav:after, .nav-deluxe:after {
		background-color: #000;
		bottom: -2px;
		content: "";
		height: 1px;
		left: 0;
		position: absolute;
		width: 100%;
	}
	
	#mainNav ul li, .nav-deluxe ul li {
		border-left: 1px solid #777;
		display: inline-block;
	}
	
	#mainNav ul li:first-child, .nav-deluxe ul li:first-child {
		/* border-left: none; */
	}
	
	#mainNav ul li:nth-child(3), .nav-deluxe ul li:nth-child(3) {
		border-right: 1px solid #777;
	} 
	
	#mainNav ul li:last-child, .nav-deluxe ul li:last-child {
		border-right: 1px solid #777;
		margin-left: auto;
	} 
	
	#mainNav ul a, .nav-deluxe ul a {
		border-top: none;
		color: #eee;
		display: inline-block;
		padding: 0;
		text-align: center;
		width: calc(var(--page-max-width) * 0.125);
	}
	
	#mainNav ul a, .nav-deluxe ul a {
		color: #fff;
		text-decoration: none;
	}
	
	.header-global h1 {
		margin: 0 0 1rem;
	}
	
	.header-global h1 span {
		font-size: 2.125rem;
		line-height: 2.25rem;
		width: 100%;
	}
	
	article {
		margin-top: 1rem;
	}
	
	article h1 {
		font-size: 3.25rem;
		line-height: 1.125em;
	}
	
	.postHolder-dek {
		font-size: 1.5rem;
	}
	
	article p, article ul {
		font-size: 1.125rem;
	}
	
	.postHolder>p:first-of-type:first-letter {
		font-size: 8rem;
		line-height: 0.5em;
		margin-top: 1.5rem;
	}
	
	@-moz-document url-prefix() { 
		.postHolder>p:first-of-type:first-letter {
			margin-top: 0;
		}
	}
	
	section {
	    margin: 0;
	}
	
	section section {
		margin-left: 0;
		margin-right: 0;
	}
	
	.figure-flex {
		display: flex;
		flex-wrap: wrap;
		gap: 1rem;
	}
	
	.figure-flex img {
		flex-shrink: 1;
	}
	
	.figure-flex figcaption {
		flex-basis: 100%;
		text-align: left;
	}
	
	.prevNext {
		display: flex;
		gap: 2rem;
	}
	
	.nextEntry, .prevEntry {
		flex-basis: 50%;
		font-size: 2rem;
	}
	
	.prevEntry {
		text-align: right;
	}
	
	.nextEntry {
		text-align: left;
	}
	
	.nextEntry:before, .prevEntry:before {
		font-size: 3rem;	
	}
	
	.section-archive {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 1rem 2rem;
	}
	
	.section-archive>.archive {
		border-top: 0.5px solid #999;
		margin: 0;
		padding-top: 1rem;
	}
	
	.section-archive>.archive:first-child {
		border-top: none;
	}
	
	.section-archive>.archive:nth-child(3n - 2), .section-archive .archive-redirect {
		grid-column-end: -1;
		grid-column-start: 1;
	}
	
	.section-archive>.archive h1 {
		font-size: 2rem;
	}
	
	.section-archive>.archive:nth-child(3n - 2) h1 {
		font-size: 3.25rem;
	}
	
	.section-archive>.archive p, .section-archive .postMeta {
		max-width: none;
	}

}

@media screen and (min-width: 60rem) {
	
	.header {
		position: fixed;
	}
	
	#mainNav, .nav-deluxe {
		position: fixed;
	}
	
	.postHolder>p:first-of-type:first-letter { /* , .postHolder>hr + p:first-letter */
		margin-left: -0.5ch;
	}
	
} 



/* Print styles
-------------------------------------------------------------------------------*/
@media print {



}