body {
	font-family: 'byway_grotesk', sans-serif;
	font-weight: 100;
}

header,
main,
aside,
footer {
	display: flex;
	flex-flow: row wrap;
	padding: 0.75rem 1rem;
	/* box-shadow: 0 0 0 1px inset; */
	align-items: flex-start;
	align-content: flex-start;
}

h1,
h2,
h3,
h4 {
	font-family: 'byway_grotesk', sans-serif;

}

h1 {
	font-size: 3em;
	line-height: 1em;
	text-align: left;
}

h2 {
	font-size: 2.5em;
	line-height: 1em;
}

h3 {
	font-size: 1.5em;
	letter-spacing: -.02em;
	line-height: 1em;
	font-weight: 100;
}

h4 {
	font-size: 1.5em;
	line-height: 1em;
	font-stretch: condensed;

}

a {
	color: inherit;
}

.wrap {
	display: grid;
	gap: 0rem 0rem;
	grid-auto-flow: row;
	max-width: 1600px;
	margin: 0 auto;
	position: relative;
}

.wrap header {
	grid-area: header;
	position: sticky;
	top: 0;
	z-index: 9;
	max-width: inherit;
	width: 100%;
	height: calc(8em - 3px);
	font-size: 1rem;
	/* border-bottom: 1px solid; */
}

.wrap main {
	grid-area: main;
	align-items: baseline;
}

.wrap aside {
	grid-area: aside;
}

.wrap footer {
	grid-area: footer;
}

.wrap footer {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	padding-bottom: 4rem;
}

.wrap .inner {}

header .inner {
	display: flex;
	flex-flow: row wrap;
	width: 100%;
	padding: 0.5rem 0rem 0 14rem;
	height: 6em;
	align-items: center;
	position: relative;
	justify-content: flex-start;
}

.wrap:before {
	content: '';
	position: fixed;
	height: 8em;
	top: 0;
	left: -3rem;
	right: -3rem;
	background: #fff;
	z-index: 7;
	border-bottom: 2px solid;
	box-shadow: 0 -2px 0 1px #fff inset, 0 -3px 0 1px #000 inset;
}

.wrap header {
	/* background: #cea; */
}

.wrap main {
	/* background: #aec; */
}


.wrap footer {
	/* background: #eac; */
}


header .logo,
header h1 {
	background: url(/images/blathery-logo.svg) center center no-repeat;
	background-size: contain;
	font-size: 4em;
	height: 150%;
	width: 15rem;
	line-height: 2em;
	position: absolute;
	left: -0.5em;
	top: 0em;
	margin: 0;
	font-family: glitch_time;
	letter-spacing: .02em;
	z-index: 5;
	color: transparent;
}

header .logo:first-letter,
header h1:first-letter {
	font-family: sattin_script;
	font-size: 2em;
	line-height: .5em;
}

header .tagline {
	text-align: left;
	padding: 0 0rem;
	font-family: 'byway_grotesk';
	position: relative;
	z-index: 2;
	line-height: 1em;
	letter-spacing: -.04em;
}

header .tagline {
	width: 100%;
	font-size: 2em;
	max-width: 20em;
}

header .tagline br {
	display: none;
}

header .tagline strong,
header .tagline em {
	font-style: normal;
	font-weight: inherit;
}

.main h1 {
	font-size: 3.2rem;
	line-height: 0.9em;
	margin: 2rem 0 1rem 0;
	letter-spacing: -.04em;
	font-weight: 700;
}

.search .main h1,
.lost .main h1 {
	font-size: 3em;
	margin: 2rem 0 4rem 0;
	/* border-bottom: 1px solid; */
	padding-bottom: 8rem;
}
.tags h1 strong,
.authors h1 strong {
	font-size: 1.5em;
	font-family: 'jackwrite';
	padding: 0 0.25rem;
}

.tag h1:before {
	content: 'Topic: ';
	font-weight: 100;
	font-size: 0.9em;
	line-height: 1em;
	font-family: 'byway_grotesk';
	letter-spacing: -.05em;
	padding-right: 0.5rem;
}


.content h1,
.content>h2:first-child,
.details h1 {
	width: 100%;
	font-size: 3rem;
	font-weight: 700;
	display: flex;
	align-items: center;
	margin: 3rem 0 0rem 0;
	letter-spacing: -.04em;
	flex-flow: row wrap;
}

.content>h2:first-child,
.details h1 {
	text-transform: capitalize;
}

.author h1,
.tags h1,
.authors h1,
.search h1 {
	font-weight: 100;
	padding-bottom: 2rem;
}

.tags h1,
.authors h1,
.search h1 {
	border-bottom: 1px dashed;
}

.author h1 strong,
.search h1 strong {
	font-size: 1em;
	font-weight: 700;
}

.author h1 strong,
.search h1 strong {
	display: block;
}

.search h1 strong {
	font-size: 1.1em;
	width: 100%;
	line-height: 1em;
}

.author h1 strong:after {
	font-family: 'journal';
	content: ' ';
}

.quote {
	background: rgba(0, 0, 0, 0);
	display: flex;
	flex: 1 0 auto;
	align-items: center;
	width: 100%;
}

.quote.tiny {
	max-width: 40rem;
	margin: 0 auto;
}

.quote.short {
	max-width: 40rem;
}

.quote.medium {
	max-width: 50rem;
	margin: 0 auto;
}

.quote.long {
	max-width: 60rem;
	flex: 1 0 100%;
	font-size: 1.5rem;
	margin: 0 auto;
}

.quote.essay {
	max-width: 60rem;
	flex: 1 0 100%;
	font-size: 1.5rem;
	margin: 0 auto;
}

.quote.script {
	font-family: 'antro_vectra';
	line-height: 1.1em;
	font-weight: 600;
	text-indent: -1.1em;
	transform: rotate(-2deg);
	padding: 1rem 0.5rem 1rem 1em;
}

.quote.script:first-letter {
	font-size: 1.5em;
	float: left;
	letter-spacing: 0em;
	font-size: 1.5em;
	display: block;
	float: left;
	margin-left: 0em;
	font-weight: normal;
	margin-right: 0.75em;
	letter-spacing: 0;
}

.quote.script strong {
	transform: rotate(2deg);
}

.tiny .script {
	font-size: 2.6em;
	line-height: 1em;
	font-weight: 100;
}

.short .script {
	font-size: 2.2em;
	line-height: 1em;
	font-weight: 600;
}

.medium .script {
	font-size: 1.8em;
	line-height: 1em;
}

.long .script {
	font-size: 1.8em;
	line-height: 1em;
	font-weight: 600;
}

.essay .script {
	font-size: 1.6em;
	line-height: 1.2em;
	font-weight: 400;
}

.quote.typed {
	font-family: 'jackwrite';
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	padding: 1rem 0.5rem 1rem 0rem;
}

.tiny .typed {
	font-size: 2.4em;
	line-height: 0.9em;
	font-weight: 100;
	font-family: 'jackwrite';
	letter-spacing: -.05em;
}

.short .typed {
	font-size: 1.7em;
	line-height: 1em;
	font-weight: 400;
	letter-spacing: -.02em;
}

.medium .typed {
	font-size: 1.5em;
	line-height: 1em;
	font-weight: 400;
}

.long .typed {
	font-size: 1.4em;
	line-height: 1.2em;
	font-weight: 400;
	font-family: 'eleganttypewriter';
	letter-spacing: -.02em;
}

.essay .typed {
	font-size: 1.3em;
	line-height: 1.2em;
	font-weight: 400;
	font-family: 'eleganttypewriter';
	letter-spacing: -.02em;
	align-self: center;
}

.contentt .essay .typed,
.contentt .long .typed {
	padding: 0 0 0 1rem;
	border-left: 1px dashed rgba(0, 0, 0, 0.4);
	margin: 2rem 0 2rem 0.25rem;
	width: calc(100% - .25rem);
}

.links {
	font-size: 1em;
	font-weight: 100;
	letter-spacing: -.02em;
}

h2.links {
	order: 5;
}

.links a {
	white-space: nowrap;
	font-family: 'byway_grotesk';
	font-size: 1em;
	font-weight: 800;
	text-align: right;
}

h2.links>a {
	padding-right: .25rem;
}

.links em {
	font-style: normal;
	font-weight: 100;
}

.links a+em {
	padding-left: 0.2em;
}

.side h2 {
	font-size: 1.8em;
	font-weight: 800;
	letter-spacing: -.03em;
	padding: 0 0rem;
	align-self: flex-start;
}

.searchbox {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
}

.searchbox fieldset {
	display: block;
	position: relative;
	width: 100%;
	padding: 0 3em 0 0em;
}

.searchbox {
	font-size: 1em;
	padding: 0.5rem 1rem 0.2rem 1rem;
	order: 1;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2) inset;
	margin: 1rem 0;
}

.side .searchbox:before {
	font-size: 2.2em;
	content: 'Lookup By Author, Quote, or Topic';
	font-family: 'epic_ride';
	color: #000;
	opacity: .8;
	position: relative;
	z-index: 0;
	top: 0.5rem;
}

.side .searchbox:before:first-letter {
	color: red;
}

.searchbox input[type="text"] {
	background: unset !important;
	border: none;
	font-size: 3.5em;
	width: calc(100% - 0em);
	text-indent: 0.2em;
	line-height: 0.8em;
	height: 1em;
	font-family: 'epic_ride';
	display: flex;
	align-items: flex-end;
	padding-block: 0;
	padding-inline: 0;
	color: #018;
	font-weight: normal;
	position: relative;
	z-index: 4;
	overflow: visible !important;
	!i;
	!;
	letter-spacing: 0.02em;
	appearance: unset !important;
}

.searchbox button,
.searchbox input[type="submit"] {
	font-size: 1.7em;
	letter-spacing: 0.1em;
	line-height: 0.8em;
	background: unset;
	text-transform: uppercase;
	font-family: 'journal';
	transform: rotate(-5deg);
	position: absolute;
	right: 0;
	top: 0em;
	text-align: center;
	height: 1.2em;
	width: 2em;
	font-weight: bold;
	z-index: 5;
	color: #000;
	opacity: .8;
}

.searchbox fieldset:before {
	content: '';
	position: absolute;
	bottom: 0.9em;
	left: 0;
	width: 100%;
	height: 2px;
	display: block;
	font-size: 1em;
	border-bottom: 2px dotted;
	opacity: 0.8;
	z-index: 0;
}

.searchbox fieldset:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0.2em;
	width: 1.8em;
	height: 1.2em;
	z-index: 0;
	display: block;
	font-size: 1.7em;
	border-radius: 80% 40% 70% 40%;
	box-shadow: 0 0 0 2px #000 inset;
	opacity: 0.4;
}

.dateline {
	order: 0;
	width: 100%;
	text-align: left;
	margin: 0 0 1.5rem 0;
	font-size: 1.6rem;
	font-weight: 100;
	letter-spacing: -.03em;
}

nav li a {
	font-weight: 100;
}

nav li a em {
	font-weight: 700;
	font-style: normal;
	text-transform: capitalize;
}

nav .alpha {
	display: flex;
	flex-flow: row wrap;
	margin: 0 auto;
}

nav .alpha li {
	padding: 1px;
}

nav .alpha li a,
nav ul.alpha li .empty {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
	font-weight: 800;
	background: rgba(0, 0, 0, .1);
}

nav ul.alpha li .empty {
	opacity: .6;
	color: rgba(0, 0, 0, .5);
	cursor: default;
}

nav ul.alpha li li a,
nav ul.alpha li li .empty {
	font-weight: 700;
}

footer nav>ul+ul {
	padding-top: 2rem;
}

.quote.script:first-letter {
	font-size: 1.5em;
	float: left;
	letter-spacing: -0.1em;
	padding: 0 0.1em 0 0.3em;
}

.content {
	display: flex;
	flex-flow: row wrap;
	margin: 0 auto;
	justify-content: flex-start;
	width: 100%;
}

.more {
	display: flex;
	flex-flow: row wrap;
	margin: 0 auto;
	justify-content: flex-start;
}

.more h3 {
	font-weight: 100;
	flex: 1 0 100%;
	font-size: 1.2em;
}

.block h3,
.block h2.name {
	font-weight: 100;
	width: 100%;
	border-bottom: 1px dashed rgba(0, 0, 0, 0);
	font-size: 1.4em;
}

.block h3 a,
.block h2.name a {
	font-weight: 600;
	opacity: 0.8;
}

.block h3 a:hover {
	opacity: 1;
}

.block h4,
.block h2.name+h3 {
	font-weight: 100;
}

.block h4 em,
.block h2.name+h3 em {
	font-style: normal;
}

.block h4 em:last-of-type {
	white-space: nowrap;
}

.block h3+h4,
.block h2.name+h3 {
    font-size: 1.1rem;
    line-height: 1.2em;
    width: 100%;
}
.block .bio {
	font-size: 0.9rem;
}
.block .bio p {
	
}
.block h2.name+h3 {
	padding-bottom: 0.5em
}

.content .block.script strong {
	transform: rotate(2deg);
}

.content .block.typed strong {
	margin-top: 0;
}

.list-authors .block {
	font-family: 'journal';
	font-size: 1.8rem;
	line-height: 1em;
	width: 96%;
	margin: 1rem auto 1rem auto;
	font-family: 'antro_vectra';
	font-family: 'byway_grotesk';
	font-weight: bold;
	text-indent: -1rem;
	padding-left: 0.5rem;
}

.more .quote {
	padding: 1rem 0 0.25rem 0;
	max-width: unset;
	height: unset;
}

.more p {
	/* font-weight: 100; */
	/* padding: 0.2rem 0.5rem 1rem 0; */
}

.more p a {
	font-weight: 800;
	white-space: nowrap;
}



.search-quotes .block {
	order: 1;
	display: block;
}

.block {
	/* font-size: 1.2rem; */
	padding: 2rem 1rem 2rem 0rem;
	display: flex;
	flex-flow: column wrap;
	align-items: flex-start;
	position: relative;
}

.bio p {
	font-weight: 100;
}

.bio p em {
	font-style: normal;
	font-size: .9em;
	font-weight: 600;
	white-space: nowrap;
}

.block .links {
	align-self: flex-end;
	width: 100%;
}

.author .content .links {
	order: -1;
	/* align-self: baseline; */
	align-self: flex-start;
	width: calc(100% - 1rem);
	text-align: right;
	order: 5;
	margin-right: 1rem;
}

.author .content .block:not(.long, .essay) .links {
	border-top: 1px dashed rgba(0, 0, 0, .6);

}

.author .content .quote {
	align-self: flex-start;
	align-self: stretch;
	padding-top: 0.5rem;
	margin-bottom: 0.25rem;
	padding-bottom: 0.25rem;

}

.long .script,
.essay .script {
	padding-bottom: 0.5rem;
}

.long .script+.links,
.essay .script+.links {
	text-align: right;
	width: 100%;
	order: 4;
}

.long .script+.links:before,
.essay .script+.links:before {
	content: '';
	width: 80%;
	display: block;
	height: 10px;
	border-top: 1px solid;
	position: absolute;
	bottom: 3em;
	right: 1em;
	border-radius: 100%;
	transform: rotate(-4deg);
}

.author .main p.block {
	height: unset;
	flex: 1 0 calc((100% - 3rem));
	padding: 1rem 1rem;

}


.home .details h2:first-child strong,
.author .details h1 strong {
	display: block;
	padding-right: .2em;
}

.content .block.script.tiny strong:before {
	content: '';
	width: 110%;
	display: block;
	height: 10px;
	border-top: 1px solid;
	position: absolute;
	top: -0.2em;
	right: -4em;
	border-radius: 100%;
	transform: rotate(-4deg);
}

.contentt .block.typed:nth-of-type(3n-4) strong:before {
	content: '';
	width: 80%;
	display: block;
	height: 10px;
	border-top: 1px dashed;
	position: absolute;
	bottom: 3em;
	right: 0em;
}

.contentt .block.typed:nth-of-type(3n-4) strong,
.content .block.typed.tiny strong {
	border-top: 1px dashed;
	margin-top: 0.5em;
	padding-top: 0.5em;
}

.content .blockk {
	width: 50%;
	font-size: 1.2rem;
	display: flex;
	flex-flow: row wrap;
	/* justify-content: center; */
	align-items: center;
}

.block.essay,
.block.long+.block.long,
.block:last-child {
	/* flex: 1 0 100%; */
}

.content .block.typed.tiny strong {
	border-top: 1px dashed;
	margin-top: 0.5em;
	padding-top: 0.5em;
}

.content .block.script.tiny strong:before {
	content: '';
	width: 110%;
	display: block;
	height: 10px;
	border-top: 1px solid;
	position: absolute;
	top: -0.2em;
	right: -4em;
	border-radius: 100%;
	transform: rotate(-4deg);
}

.author .content .block {
	align-content: flex-start;
	padding: 1rem 1rem 1rem 0;

}

.content .script.block {
	/* font-size: 2rem; */
}

.content .block.script:nth-of-type(3n-2):not(.long, .essay) strong:before,
.content .block.script.tiny strong:before {
	content: '';
	width: 110%;
	display: block;
	height: 10px;
	border-top: 1px solid;
	position: absolute;
	top: -0.8em;
	right: -1em;
	border-radius: 100%;
	transform: rotate(-4deg);
}

.contentt .block.typed:nth-of-type(3n-2) strong:before {
	content: '';
	width: 80%;
	display: block;
	height: 10px;
	border-top: 1px dashed;
	position: absolute;
	top: -0.5em;
	right: 0em;
}

.content .block.typed:nth-of-type(3n-2):not(.long, .essay) strong,
.content .block.typed.tiny strong {
	border-top: 1px dashed;
	margin-top: .5em;
	padding-top: .25em;
}

.author .block.long .quote,
.author .block.essay .quote {
	/* flex: 1 0 100%; */
	/* font-size: 1.5rem; */
}

.author .content[data-qcount="3"] .block.long,
.author .content[data-qcount="3"] .block.essay {
	/* flex: 1 0 100%; */
}


.author .content .blockk {
	max-width: calc((100%/2));
	/* font-size: 2rem; */
	display: flex;
	align-items: center;
	flex-flow: row wrap;
	flex: 1 0 calc((100%/3));
	height: unset;

}

.content .block.script:nth-of-type(5n-5) strong:before,
.content .block.script.tiny strong:before {
	content: '';
	width: 110%;
	display: block;
	height: 10px;
	border-top: 1px solid;
	position: absolute;
	top: 0em;
	right: -1em;
	border-radius: 100%;
	transform: rotate(-4deg);
}

.contentt .block.typed:nth-of-type(5n-5) strong:before {
	content: '';
	width: 80%;
	display: block;
	height: 10px;
	border-top: 1px dashed;
	position: absolute;
	top: -0.5em;
	right: 0em;
}

.content .block.typed:nth-of-type(5n-5) strong,
.content .block.typed.tiny strong {
	border-top: 1px dashed;
}


.author .details p {
	margin: 0.5em 0 1em 0;
	font-size: 1rem;
	font-weight: 200;
	letter-spacing: -.03em;
	line-height: 1.5em;
}

.author .details p:nth-of-type(1) {
	text-indent: 0em;
	column-span: all;
	font-size: 1.1rem;
}

.author .details p:nth-of-type(1):first-letter {
	font-size: 4em;
	display: inline-block;
	line-height: 1.1em;
	padding: 0;
	display: block;
	float: left;
	color: #000;
	margin: 0 0.2em 0 0;
	/* box-shadow: 0 0 0 .05em #000 inset; */
	box-sizing: border-box;
	/* border: 0.05em dashed; */
	font-weight: 400;
	text-shadow: -0.075em -.075em 0.0em rgba(0, 0, 0, .25), 0.075em 0.075em 0.0em rgba(0, 0, 0, .5);
}

.author .details ul {
	display: flex;
	flex-flow: row wrap;
	width: 100%;
}

.author .details ul li {
	font-weight: 800;
	display: flex;
	align-items: flex-end;
	font-size: 0.8rem;
	text-transform: uppercase;
	position: relative;
	line-height: 1.8em;
}

.author .details ul li:after {
	content: '';
	flex: 1 0 30%;
	height: 2px;
	border-bottom: 1px dotted;
	opacity: .5;
	bottom: 0.5em;
	position: relative;
}

.author .details ul li strong {
	font-family: 'journal';
	font-size: 2.3em;
	line-height: 1em;
	width: 80%;
	text-align: center;
	text-transform: capitalize;
	position: absolute;
	bottom: 0rem;
	left: 20%;
}


@media only screen and (max-width : 589px) {

	.wrap {
		grid-template-columns: 1fr 1fr;
		grid-template-areas:
			"header header"
			"main main"
			"aside aside"
			"footer footer";
		grid-template-rows: auto;

	}

	header .tagline {
		width: 100%;
		font-size: 1.2rem;
		max-width: 13em;
		text-indent: -1.5em;
	}

	.content .block {
		width: 100%;
	}

	nav .alpha li {
		width: calc((100vw - 2rem)/9);
		height: calc((100vw - 2rem)/9);
	}

	.content .block {
		font-size: 1.2rem;
	}


}

@media only screen and (max-height : 479px) {
	.wrap {
		grid-template-columns: 1fr 1fr;
		grid-template-areas:
			"header header"
			"main main"
			"aside aside"
			"footer footer";
		grid-template-rows: auto;

	}

	.wrap:before {
		font-size: 0.8rem;
	}

	.wrap header {
		font-size: 0.8rem;
	}

	nav .alpha li {
		width: calc((100vw - 2rem)/13);
		height: calc((100vw - 2rem)/13);
	}

	.content .block {
		font-size: 1.2rem;
	}
}


@media only screen and (max-width : 719px) {

	.wrap aside {
		background: rgba(0, 0, 0, .1);
		padding-top: 3rem;
	}

	.more {
		column-count: 2;
		display: block;
	}

	.more>h2,
	.more>h3 {
		column-span: all;
	}

	.more .block {
		break-inside: avoid;
	}

	.author .details ul {
		width: 100%;
		margin: 1rem 0 2rem 0;
	}

	.author .details ul li {
		flex: 1 0 100%;
	}

	.tag-list {
		display: block;
		flex-flow: row wrap;
		column-count: 3;
		column-gap: 0px;
		width: 100%;
		display: flex;
	}

	.tag-list li {
		width: calc((100%/3));
	}

	.tag-list li a {
		/* white-space: nowrap; */
		display: flex;
		height: 3em;
		font-weight: bold;
		font-size: 0.8rem;
		align-items: center;
		flex-flow: row wrap;
		justify-content: center;
		text-align: center;
		padding: 0;
		letter-spacing: -.03em;
		margin: 1px;
		background: rgba(0, 0, 0, .05);
		line-height: 1em;
	}

}


@media only screen and (min-width : 590px) and (max-width : 719px) {

	.wrap {
		grid-template-columns: 1fr 1fr;
		grid-template-areas:
			"header header"
			"main main"
			"aside aside"
			"footer footer";
		grid-template-rows: auto;

	}

	header .tagline {
		width: 100%;
		font-size: 1.2rem;
		max-width: 20em;
	}

	nav .alpha li {
		width: calc((100vw - 2rem)/13);
		height: calc((100vw - 2rem)/13);
	}

	.content .block {
		width: 50%;
	}

}


@media only screen and (min-width : 720px) {


	.author .details {
		width: 100%;
		display: block;
		flex-flow: row wrap;
		column-count: 2;
		text-align: justify;
		margin: 1rem auto;

	}

	.author .details p:first-of-type+p:last-of-type {
		column-span: all;
	}

	.home .details h2:first-child,
	.details h1 {
		/* transform: rotate(-15deg); */
		width: 80%;
		font-size: 4rem;
		/* font-family: 'antro_vectra'; */
		font-weight: 700;
		/* display: flex; */
		align-items: baseline;
		margin: 3rem 0 0rem 0;
		letter-spacing: -.04em;
		text-transform: capitalize;
		flex-flow: row wrap;
	}

	.author .details h1,
	.search .details h1,
	.tags .details h1,
	.authors .details h1 {
		font-weight: 100;
		width: 100%;
	}

	.home .list-authors h3 {
		font-size: 1.6em;
	}

	.author h1 {
		flex: 1 0 50%;
		column-span: all;

	}

	.author .details ul {
		flex: 1 0 50%;
		margin: 1rem 0;
		column-span: all;
	}

	.author .details ul li {
		flex: 1 0 100%;
		/* max-width: 50%; */
		line-height: 2em;
		flex: 1 0 40%;
		/* max-width: 29.6rem; */
		padding-right: .5em;
	}

	.author .content[data-qcount="2"] .block {
		flex: 1 0 50%;
	}

	.author .content[data-qcount="3"] .block {
		flex: 1 0 50%;
	}
}


@media only screen and (min-width : 720px) and (min-height : 480px) {


	.search .content .search-authors {
		flex: 1 0 50%;
	}

	.search .content .search-quotes {
		flex: 1 0 50%;
		justify-content: flex-end;
	}

	.search .content .search-authors h2 {
		font-size: 1.6em;
		font-weight: 100;
	}

	.search .content .search-quotes .links {
		font-size: 1.4em;
		font-weight: 100;
		text-align: right;
	}

	.search .content .search-authors h2 a,
	.search .content .search-quotes .links a {
		font-size: 1em;
		font-weight: 800;
	}

	.search .content .search-quotes .links strong {
		display: block;
		font-weight: 100;
		font-size: .9em;
	}

	.search .content .search-quotes .quote {
		order: -1;
	}

	aside {
		padding-top: 4rem;
	}

	.more {
		/* margin-top: 4rem; */
	}

	.more .block {
		font-size: .9rem;
		padding: 1rem 0 1rem 0;
		justify-content: flex-end;
	}

	.more .block .links {
		text-align: right;
	}

	.more .block .links a {
		display: block;
	}

}


@media only screen and (min-width : 720px) and (max-width : 1019px) {

	header .tagline {
		width: 100%;
		font-size: 1.6rem;
		max-width: 20em;
		font-weight: 100;
		color: rgba(0, 0, 0, 1);
	}

	.content .block {
		width: 50%;
		flex: 1 0 50%;
	}


}


@media only screen and (min-width : 720px) and (max-width : 1019px) and (min-height : 480px) {

	.wrap {
		grid-template-columns: 1fr 1fr 1fr;
		gap: 0px 0px;
		grid-template-areas:
			"header header header"
			"main main aside"
			"main main footer"
			"main main footer";
		grid-template-rows: auto auto auto auto;
	}

	.wrap aside {
		/* background: #eca; */
		border-left: 2px solid;
	}

	.wrap footer {
		/* background: #eca; */
		border-left: 2px solid;
	}

	.content .block {
		/* font-size: 1rem; */
	}

	.content .tiny {
		flex: 1 0 calc((100%/5)*2);
		max-width: unset;
	}

	.content .short {
		flex: 1 0 calc((100%/6)*3);
		max-width: unset;
	}

	.content .medium,
	.content .block:not(.long)+.medium+.long {
		flex: 1 0 calc((100%/6)*3);
		max-width: unset;
	}

	.content .medium+.long .typed {
		font-size: 1.3rem;
	}

	.content .long+.short .typed,
	.content .long+.tiny .typed {
		font-size: 1.8rem;
		font-weight: 600;
	}

	.content .long+.short .script,
	.content .long+.tiny .script {
		font-size: 1.6rem;
		font-weight: 600;
	}

	.content .long,
	.contentt .long+.medium {
		flex: 1 0 calc((100%/5)*3);
		max-width: unset;
	}

	.content .essay {
		flex: 1 0 calc((100%/5)*4);
		/* max-width: unset; */
	}


	.tiny .quote {
		max-width: 30rem;

	}

	.short .quote {
		max-width: 30rem;
		height: unset;
	}

	.medium .quote {
		max-width: 30rem;
	}

	.long .quote {
		max-width: 40rem;
	}

	.essay .quote {
		max-width: 40rem;
	}

	.block:last-of-type .quote {
		max-width: unset;
	}


	.home .content .block:nth-of-type(-n+3) {
		flex: 1 0 calc((100%/6)*6);
		font-size: 1.3em;
		flex-flow: row wrap;
		justify-content: center;
		align-content: baseline;
	}

	.home .content .block:nth-of-type(-n+3) h3 {
		font-size: 1.5em;
		order: 1;
	}

	.home .content .block:nth-of-type(-n+3) h4 {
		/* font-size: 1rem; */
		order: 1;
		padding: 0rem 0;
	}

	.home .content .block:nth-of-type(-n+3) h4 em:last-of-type {
		white-space: nowrap;
	}

	.home .content .block:nth-of-type(-n+3) .quote {
		/* font-size: 2em; */
		align-items: center;
		padding: 1rem 0 2rem 4rem;
		/* flex: 1 0 100%; */
		display: flex;
		max-width: unset;
		justify-content: center;
		overflow: hidden;
	}

	.home .content .block:nth-of-type(-n+3) .typed {
		order: 2;
		/* border-left: 1px dashed rgba(0, 0, 0, .5); */
		flex: 1 0 100%;
		padding: 1rem 0rem 0rem 2rem;
		margin-bottom: 0.5rem;
	}

	.home .content .block:nth-of-type(-n+3) .script {
		order: 2;
		padding-right: 1rem;
	}

	.home .content .block:nth-of-type(-n+3) .bio {
		order: 2;
		align-content: center;
		flex: unset;
		padding: 1rem 0;
		/* font-size: 0.7em; */
	}

	.home .content .block:nth-of-type(-n+3) .script:after {
		content: '';
		position: absolute;
		border-radius: 50%;
		height: 0.6em;
		width: 10em;
		bottom: 0.25em;
		right: 0em;
		z-index: -1;
		/* background: #f00; */
		transform: skew(-10deg, -5deg) scaleX(0.8);
		box-shadow: 5px 1px 0 0px rgba(0, 0, 0, .4) inset;
		border-top: 1px solid rgba(0, 0, 0, .4);
	}

	.home .content .block:nth-of-type(-n+3).medium .script:after,
	.home .content .block:nth-of-type(-n+3).long .script:after {
		transform: skew(20deg, 0deg) scaleX(0.8);
		box-shadow: 5px 1px 0 0px rgba(0, 0, 0, .4) inset;
		border-top: 1px solid rgba(0, 0, 0, .4);
		bottom: 1em;
	}

	nav .alpha li {
		width: calc(((100vw/3) - 5rem)/6);
		height: calc(((100vw/3) - 5rem)/6);
	}

	aside .searchbox {
		position: sticky;
		top: 10rem;
		display: block;
	}

	.tag-list {
		display: block;
		flex-flow: row wrap;
		column-count: 4;
		column-gap: 0px;
		width: 100%;
		display: flex;
	}

	.tag-list li {
		flex: 1 0 calc((100%/3));
	}

	.tag-list li.big {
		flex: 1 0 calc((100%/2));
	}

	.tag-list li.small {
		flex: 1 0 calc((100%/4));
	}

	.tag-list li a {
		/* white-space: nowrap; */
		display: flex;
		height: 3em;
		font-weight: bold;
		font-size: 0.8rem;
		align-items: center;
		flex-flow: row wrap;
		justify-content: center;
		text-align: center;
		padding: 0 0.5em;
		letter-spacing: -.03em;
		margin: 1px;
		background: rgba(0, 0, 0, .05);
		line-height: 1em;
	}

	footer .bottom {
		position: absolute;
		bottom: 1rem;
		left: 1rem;
		font-size: 0.8rem;
		font-weight: 800;
	}

	footer .top {
		position: sticky;
		top: 10rem;
		display: block;
		padding: 1rem 0 4rem 0;
	}

}


@media only screen and (min-width : 1020px) {


	.home .content .block:nth-of-type(-n+3) {
        flex: 1 0 calc((100%/6)*6);
        font-size: 1.2em;
        flex-flow: column wrap;
        justify-content: center;
        align-content: center;
        overflow: hidden;
        padding: 0 0 2rem 0;
    
    }

	.home .content .block:nth-of-type(-n+3) h3 {
        font-size: 1.5em;
        order: 1;
        width: 33%;
        flex: unset;
    
    }

	.home .content .block:nth-of-type(-n+3) h4 {
        /* font-size: 1.1rem; */
        order: 1;
        padding: 0rem 0 1rem 0;
        width: 33%;
        flex: unset;
    
    }

	.home .content .block:nth-of-type(-n+3) h4 em:last-of-type {
		white-space: nowrap;
	}

	.home .content .block:nth-of-type(-n+3) .quote {
        /* font-size: 1.9em; */
        align-items: center;
        flex: 1 0 100%;
        width: 66%;
        padding: 0 2rem;
        display: flex;
    
    }

	.home .content .block:nth-of-type(-n+3) .typed {
        order: -5;
        /* border-left: 1px dashed rgba(0, 0, 0, .5); */
        padding: 0em 1em 0em 2rem;
        /* font-size: 1.4em; */
    
    }

	.home .content .block:nth-of-type(-n+3) .script {
        order: -5;
        padding: 0rem 1rem 0rem 4rem;
    
    }

	.home .content .block:nth-of-type(-n+3) .bio {
        order: 2;
        align-content: center;
        width: 33%;
        flex: unset;
        /* font-size: 1rem; */
    }

	.home .content .block:nth-of-type(-n+3) .bio p {
		font-weight: 100;
	}

	.home .content .block:nth-of-type(-n+3) .script:after {
        content: '';
        position: absolute;
        border-radius: 50%;
        height: 1em;
        width: 14em;
        bottom: 0.5em;
        right: -1em;
        z-index: -1;
        /* background: #f00; */
        transform: skew(-10deg, -5deg) scaleX(0.8);
        box-shadow: 5px 1px 0 0px rgba(0, 0, 0, .4) inset;
        /* border-top: 1px solid rgba(0, 0, 0, .4); */
    
    }

	.home .content .block:nth-of-type(-n+3).medium .script:after,
	.home .content .block:nth-of-type(-n+3).long .script:after {
		transform: skew(20deg, 0deg) scaleX(0.8);
		box-shadow: 5px 1px 0 0px rgba(0, 0, 0, .4) inset;
/*		border-top: 1px solid rgba(0, 0, 0, .4);*/
		bottom: 1em;
	}

	.tag-list {
		display: flex;
		flex-flow: row wrap;
		justify-content: center;
	}

	.tag-list li {
		flex: 1 0 auto;
		display: flex;
		flex-flow: row wrap;
		/* max-width: 15em; */
		/* flex: 1 0 calc((100%/2 - 2px)); */
		/* min-width: 5em; */
		padding: 1px;
		height: 3em;
	}

	.tag-list li a {
		/* white-space: nowrap; */
		display: flex;
		height: 100%;
		font-weight: bold;
		font-size: 0.8rem;
		align-items: center;
		line-height: 1em;
		text-align: center;
		width: 100%;
		flex-flow: row wrap;
		justify-content: center;
		padding: 0 1em;
		padding: 0 0.75em;
		letter-spacing: -.03em;
		margin: 0px;
		background: rgba(0, 0, 0, .05);
	}
}


@media only screen and (min-width : 1020px) and (max-width : 1439px) {
	.wrap {
		grid-template-columns: 1fr 1fr 1fr 1fr;
		grid-template-areas:
			"header header header header"
			"main main main aside"
			"main main main footer"
			"main main main footer";
		grid-template-rows: auto auto auto auto;
	}

	.wrap aside {
		/* background: #eca; */
		border-left: 2px solid;
	}

	.wrap footer {
		/* background: #eca; */
		border-left: 2px solid;
	}

	header .tagline {
		width: 100%;
		font-size: 1.5rem;
		max-width: 20em;
		margin-left: 3rem;
		/* text-indent: -1rem; */
	}

	.content .block {
		width: 50%;
		flex: unset;
	}



	.content .tiny {
		flex: 1 0 calc((100%/5)*2);
		max-width: unset;
	}

	.content .short {
		flex: 1 0 calc((100%/5)*2);
		max-width: unset;
	}

	.content .medium {
		flex: 1 0 calc((100%/5)*2);
		max-width: unset;
	}

	.content .long {
		flex: 1 0 calc((100%/5)*3);
		padding-right: 1rem;
	}

	.content .essay {
		flex: 1 0 calc((100%/5)*4);
		/* max-width: unset; */
	}

	.content .medium+.long,
	.content .medium+.medium,
	.contentt .long+.medium,
	.content .short+.short {
		flex: 1 0 calc((100%/5)*2);
		/* padding-right: 1rem; */
	}

	.content .block:not(.long)+.medium+.long,
	.content .essay+.essay,
	.content .long+.long,
	.content .long+.essay,
	.content .essay+.long {
		flex: 1 0 calc((100%/6)*3);
		max-width: unset;
	}


	.content .short+.essay {
		flex: 1 0 calc((100%/5)*3);
		/* max-width: unset; */
	}

	.content .block:last-of-type {
		flex: 1 0 calc((100%/5)*4);
		padding-right: 1rem;
	}

	.content .medium+.long .typed {
		font-size: 1.3rem;
	}

	.content .short+.essay .links:before {
		bottom: 4em;
	}

	.home .content .block {
		order: 4;
	}

	.home .content .short,
	.home .content .tiny {
		flex: 1 0 calc((100%/6)*2);
	}

	.home .content .medium,
	.home .content .long {
		flex: 1 0 calc((100%/6)*3);
	}

	.home .content .essay {
		flex: 1 0 calc((100%/6)*4);
	}
}


@media only screen and (min-width : 1020px) {

	nav .alpha li {
		width: calc(((100vw/4) - 2.5rem)/7);
		height: calc(((100vw/4) - 2.5rem)/7);
	}

	aside .searchbox {
		position: sticky;
		top: 10rem;
		display: block;
	}

	footer .bottom {
		position: absolute;
		bottom: 1rem;
		left: 1rem;
	}

	footer .top {
		position: sticky;
		top: 10rem;
		display: block;
	}

}


@media only screen and (min-width : 1440px) {

	.wrap {
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
		grid-template-areas:
			"header header header header header"
			"footer main main main aside";
		grid-template-rows: auto;
	}

	.wrap footer {
		/* background: #eca; */
		/* border-right: 2px solid; */
	}

	footer {
		padding-top: 4rem;
	}

	header .tagline {
		width: 100%;
		font-size: 1.5rem;
		max-width: 20em;
		margin-left: 3rem;
	}

	.content .block {
		flex: 1 0 calc(100%/3);
	}

	.content .essay,
	.content .block:last-of-type {
		flex: 1 0 calc((100%/6)*4);
		padding-right: 1rem;
	}

	.content .short,
	.content .tiny,
	.content .medium+.medium,
	.content .short+.short {
		flex: 1 0 calc((100%/6)*2);
		padding-right: 1rem;
	}

	.content .medium+.long,
	.content .long+.long {
		flex: 1 0 calc((100%/6)*3);
		/* padding-right: 1rem; */
	}

	.content .tiny {
		flex: 1 0 calc((100%/6)*2);
		max-width: unset;
		/* padding: 1.5rem 2rem 1.5rem 0rem; */
	}

	.content .essay {
		flex: 1 0 calc((100%/6)*4);
	}

	.content .tiny {
		flex: 1 0 calc((100%/6)*2);
		max-width: unset;
	}

	.content .short {
		flex: 1 0 calc((100%/6)*2);
		max-width: unset;
	}

	.content .medium {
		flex: 1 0 calc((100%/6)*3);
		max-width: unset;
	}

	.content .long {
		flex: 1 0 calc((100%/6)*4);
		max-width: unset;
	}

	.content .block:not(.long, .essay)+.medium+.long,
	.content .essay+.essay,
	.content .long+.long,
	.content .long+.essay,
	.content .essay+.long {
		flex: 1 0 calc((100%/6)*3);
		max-width: unset;
	}

	.content .medium+.long .typed {
		font-size: 1.3rem;
	}

	.content .short+.essay {
		flex: 1 0 calc((100%/6)*4);
	}

	.content .short+.long {
		flex: 1 0 calc((100%/6)*3);
	}

	.content .tiny+.essay {
		flex: 1 0 calc((100%/6)*3);
	}

	.content .short+.essay .links:before {
		bottom: 4em;
	}

	nav .alpha li {
		width: calc((100% - 0rem)/7);
		height: calc((100vh - 0rem)/24);
	}

	aside .searchbox {
		position: sticky;
		top: 10rem;
		display: block;
	}

	footer .bottom {
		position: absolute;
		bottom: 1rem;
		left: 1rem;
	}

	footer .top {
		position: sticky;
		top: 10rem;
		display: block;
	}

}