/*
Theme Name: arthenge
Theme URI: https://spinhead.com/
Author: Joel D Canfield
Author URI: https://spinhead.com/
Description: Write a description of the arthenge theme here
Text Domain: arthenge
arthenge is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

*, *::before, *::after {box-sizing: border-box;}
 * {margin: 0;}
html, body {height: 100%;}
body {line-height: 1.5;-webkit-font-smoothing: antialiased;}
img, picture, video, canvas, svg {display: block;max-inline-size: 100%;}
input, button, textarea, select {font: inherit;}
p, h1, h2, h3, h4, h5, h6 {overflow-wrap: break-word;}
#root, #__next {isolation: isolate;}
h1, h2, h3, h4, h5, h6 {text-wrap: balance}
p, li, figcaption {text-wrap: pretty; max-inline-size: 60ch;}
header, footer, main, section, article {container-type: inline-size;}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Color Definitions
--------------------------------------------- */

:root {

	--hue: 160;

	--color--one: hsl(var(--hue) 20% 40% / 1.0);
	--color--one-light: hsl(from var(--color--one) h calc(s - 10) calc(l + 30));
	--color--one-dark: hsl(from var(--color--one) h s calc(l - 20));
  --color--white: hsl(from var(--color--one) h calc(s - 20) calc(l + 40));
  
  /* complementary */
	/* --color--two: hsl(from var(--color--one) calc(h + 180) s l); */

  /* split-complementary */
	--color--two: hsl(from var(--color--one) calc(h + 150) calc(s + 20) l);
	--color--pop: hsl(from var(--color--one) calc(h + 210) s l);
  
  /* analagous */
	/* --color--two: hsl(from var(--color--one) calc(h + 30) s l);
	--color--pop: hsl(from var(--color--one) calc(h + 330) s l); */
  
  /* triadic */
	/* --color--two: hsl(from var(--color--one) calc(h + 120) s l);
	--color--pop: hsl(from var(--color--one) calc(h + 240) s l); */
  
  /* tetradic square */
	/* --color--two: hsl(from var(--color--one) calc(h + 90) s l);
	--color--pop: hsl(from var(--color--one) calc(h + 180) s l);
	--color--4: hsl(from var(--color--one) calc(h + 270) s l); */
  
  /* tetradic rectangle vertical */
	/* --color--two: hsl(from var(--color--one) calc(h + 120) s l);
	--color--pop: hsl(from var(--color--one) calc(h + 180) s l);
	--color--4: hsl(from var(--color--one) calc(h + 300) s l); */

  /* tetradic rectangle horizontal */
	/* --color--two: hsl(from var(--color--one) calc(h + 60) s l);
	--color--pop: hsl(from var(--color--one) calc(h + 180) s l);
	--color--4: hsl(from var(--color--one) calc(h + 240) s l); */

  /* light, dark, translucent variants */
  --color--two-light: hsl(from var(--color--two) h s calc(l + 20));
  --color--two-dark: hsl(from var(--color--two) h s calc(l - 20));
	--color--pop-light: hsl(from var(--color--pop) h calc(s + 20) calc(l + 20));
  --color--pop-dark: hsl(from var(--color--pop) h s calc(l - 20));
	--color--one-light-translucent: hsl(from var(--color--one-light) h s l / calc(alpha * 0.7));
	--color--two-light-translucent: hsl(from var(--color--two-light) h s l / calc(alpha * 0.7));
	--color--pop-light-translucent: hsl(from var(--color--pop-light) h s l / calc(alpha * 0.7));

  --font-family--main: 'Josefin Sans', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --font-family--alt: 'Josefin Slab', 'Bookman Old Style', 'URW Bookman', 'URW Bookman L', 'Georgia Pro', Georgia, serif; 
  --font-family--fixed-width: 'Nimbus Mono PS', 'Courier New', monospace;
  --font-weight--light: 200;
  --font-weight--medium: 400;
  --font-weight--heavy: 600;
	--font-size--1: clamp(0.63rem, calc(0.84rem + -0.27vw), 0.78rem);
  --font-size--2: clamp(0.88rem, calc(0.96rem + -0.09vw), 0.94rem);
  --font-size--3: clamp(1.13rem, calc(1.08rem + 0.2vw), 1.25rem);
  --font-size--4: clamp(1.35rem, calc(1.20rem + 0.5vw), 1.77rem);
  --font-size--5: clamp(1.62rem, calc(1.31rem + 1vw), 2.50rem);
  --font-size--6: clamp(1.94rem, calc(1.39rem + 2vw), 3.53rem);
  --font-size--7: clamp(2.33rem, calc(1.41rem + 4vw), 5.00rem);
  --line-height--loose: 1.6;
  --line-height--moderate: 1.3;
  --line-height--tight: 1.1;
  --line-height--crushed: 0.8;
}

* {
line-height:var(--line-height--moderate);
}

html {
font-size: 100%;
}

/* Color Usage
--------------------------------------------- */
body, button, input, select, optgroup, textarea {
  color: var(--color--one-light);
}

body {
  background: var(--color--one-dark);
}

#colophon {
  color: var(--color--one-dark);
  background: var(--color--two-dark);
}

#colophon a {
  color: var(--color--one);
}

#colophon a:hover {
  color: var(--color--one-light);
}

li::marker {
  background: var(--color--two);
}

.reviewcard, .sectioncard {
  color: var(--color--two-dark);
  background: var(--color--two-light-translucent);
}

/* Link Colors
--------------------------------------------- */

a, a:focus-visible, #primary-menu a, .site-title a, 
.site-title a:hover, .site-title a:visited, .post-navigation a {
  color: var(--color--pop-light);
}

a:visited, a:hover, a:active,
#primary-menu a:hover, #primary-menu li a:hover,
.main-navigation li:hover > a, .post-navigation .meta-nav {
  color: var(--color--two-light);
	border-top-left-radius: 9% 50%;
  border-top-right-radius: 50% 9%;
  border-bottom-right-radius: 9% 50%;
  border-bottom-left-radius: 50% 9%;
}

a:hover, .main-navigation li:hover > a,
.main-navigation li.focus > a,
.post-navigation a, #primary-menu li ul {
	background: var(--color--two-light-translucent);
}

a:active {
  background: var(--color--pop-light);
}

.post-navigation a:hover {
  color: var(--color--one-light);
  background: var(--color--pop);
}

.sub-menu, li ul {
  color: var(--color-secondary-light);
}

.sub-menu li a:hover {
background: none;
}

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	font-family: var(--font-family--main);
	font-weight: var(--font-weight--medium);
	font-size: var(--font-size--4);
}

body {
	line-height: var(--line-height--loose);
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

#page {
	display: grid;
	align-items: start;
	grid-template-columns: 5vw 15vw 75vw;
	grid-template-areas:
	"quote  artstrip header "
	"quote  artstrip nav    "
	"quote  artstrip search "
	"quote  artstrip content"
	"quote  artstrip footer "
	;
	/* grid-template-columns: 5vw 15vw 80vw;
	grid-template-rows: 144px 4rem auto auto auto;
	grid-template-areas:
	"header  header"
	"nav     search"
	"content content"
	"footer  footer"
	; */
}

.site-header {
	grid-area: header;
	text-align: center;
	padding: 6vh 0.4em 1vh;
	font-family: var(--font-family--alt);
}

.site-title {
	font-size: var(--font-size--7);
	font-weight: var(--font-weight--heavy);
	margin-block-end: 0;
}

#primary {
	grid-area: content;
	padding: 1vh 5vw;
	min-width: 300px;
}

#secondary {
	padding: 0 1vw;
	columns: 1;
}

h1, h2, h3, h4, h5, h6
, .site-description {
	clear: both;
	font-weight: bold;
	font-family: var(--font-family--alt);
	font-weight: var(--font-weight--heavy);
}

#site-navigation {
	grid-area: nav;
}

#colophon {
	grid-area: footer;
	text-align: center;
	padding: 1.6rem 0 2.6rem;
	font-size: var(--font-size--3);
	font-style: italic;
}

.search-form {
display: none;
/*	padding-block: 1em;
	grid-area: search;
	align-self: center;
	justify-self: center;
	max-inline-size: 100%;
	display: flex;        */
}

#search {
max-inline-size: 67%;
}

#submitbutton {
max-inline-size: 30%;
}

#search, #submitbutton {
display: inline;
}

.nomobile {
	display: none;
}

/* Elements
--------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: bold;
	font-family: 'Josefin Slab', serif;
}

h1 {
	font-size: var(--font-size--7);
}

h2, .site-description {
	font-size: var(--font-size--6);
}

h3 {
	font-size: var(--font-size--5);
}

p {
	margin-block-end: 1.3em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

code, pre, kbd, tt, var {
	font-family: var(--font-family--fixed-width);
	font-size: var(--font-size--2);
	font-weight: var(--font-weight--heavy);
	line-height: var(--line-height--tight);
	overflow: auto;
}

code, pre {
	padding: 0.2em 0.4em;
	box-shadow: 2px 4px 6px var(--color--main--shadow);
	display: inline-block;
	white-space: pre-wrap;
}

code br {
display:none;
}

abbr, acronym {
	border-bottom: 1px dotted var(--color--one-light);
	cursor: help;
}

mark, ins {
	text-decoration: none;
}

big {
	font-size: 150%;
}

p img {
	margin-block-start: 1.5em;
}

img:first-of-type {
	margin-block-start: 8px;
}

figure {
	margin: 0;
}

table {
	background: var(--color--two-light-translucent);
	margin: 0 0 1.5em;
	width: 100%;
}

td table {
	background: none;
}

td {
	vertical-align: top;
}

.post-thumbnail {
	display: none;
}

.cat-links, .tags-links {
	padding-right: 1rem;
}

/*
.entry-content p:first-of-type:not(:has(code)) {
	padding-inline-start: 0.3em;
	text-indent: -0.3em;
}
*/

.entry-content p:first-of-type::first-letter {
	font-size: 5em;
	float: left;
	margin-block-start: 1.3rem;
	padding-right: 0.1em;
	line-height: 0.8;
}

.entry-footer {
	margin-block-start: 1.5em;
}

.entry-meta, .entry-footer, #colophon {
	font-size: var(--font-size--2);
}	

.entry-meta, .entry-footer {
	font-size: var(--font-size--2);
	margin: 1em 0;
}	

hr {
	border: 2px dotted var(--color--pop);
	height: 1px;
	margin-block-end: 1.5em;
}

/* lists: ol ul li */

ol {
	list-style-type:decimal
}

ul {
	list-style-type: auto;
}

li ul {
	list-style-type: "\2681";
}	

li ul li ul {
	list-style-type: "\2682";
}	

li ul li ul li ul {
	list-style-type: "\2683";
}

li ul li ul li ul li ul {
	list-style-type: "\2684";
}

ul, ol {
	margin-block-end: 1.5rem;
	}
	
li > ul, li > ol {
	margin-block-end: 0;
	margin-left: 1em;
	padding: 0 0.6rem;
}						

li {
	line-height: var(--line-height--moderate);
}				

li ol {
	list-style-type: upper-alpha;
}		

/* definition lists */

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-inline-size: 100%;
}

img {
	height: auto;
	max-inline-size: 100%;
	padding: 2px;
	border: 2px solid var(--color--two-light);
	outline: 1px solid var(--color--white);
	outline-offset: -6px;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

.circular { 
  clip-path: circle(66px at center 66px);
	margin: 0 auto 10em;
	aspect-ratio: 1/1;
	top: 0;
	max-height: 132px;
} 

.cardcontainer {
	display: block;
}

.sectioncard {
	font-size: 0.8em;
	text-align: center;
	padding: 1em;
	border-radius: 1em;
}

.cardheader {
	margin-top: 1em;
	font-size: var(--font-size--200);
	text-transform: uppercase;
	height: 2em;
}

.cardbody {
	height: 5em;
}

.cardlink {
	height: 4em;
	padding-top: 1em;
	border: 1px solid black;
	border-radius: 0.4em;
}

.largecard {
	display: block;
}

.largecard h2, .largecard h3 {
	margin-bottom: 0.6em;
}

.largecardcontent {
	padding: 3em 6em;
	text-align: center;
}

.twocolumn {
	clear: both;
	columns: 1;
	padding: 1em 2em;
}

.twocolumn img {
	text-align: center;
}

.reviewcontainer {
	columns: 1;
	padding: 1em;
}

.reviewcard {
	break-inside: avoid;
	padding: 1em;
	margin: 0 0 1.4em;
	border-radius: 1em;
}

.reviewsig {
	font-family: cursive;
	font-size: 1.4em;
}

/* Links
--------------------------------------------- */

a, a:focus-visible {
	text-decoration: none;
}

a:has(img) {
  background: none;
  padding: 0;
  margin: 0;
}

/* Forms
--------------------------------------------- */

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
	background: var(--c2);
	color: currentColor;
	line-height: 1;
	border-radius: 0.4rem;
	padding: 0.3rem 0;
	box-shadow: 1px 1px 1px var(--color--two-dark-translucent);
width: 100%;
margin-block-start: 0.4rem;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus-visible,
input[type="button"]:active,
input[type="button"]:focus-visible,
input[type="reset"]:active,
input[type="reset"]:focus-visible,
input[type="submit"]:active,
input[type="submit"]:focus-visible {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border-radius: 0.4rem;
	padding: 0 0.4rem;
box-shadow: 1px 1px 1px var(--color--two-dark);
text-align: center;
max-inline-size: 100%;
}

input[type="text"]:focus-visible,
input[type="email"]:focus-visible,
input[type="url"]:focus-visible,
input[type="password"]:focus-visible,
input[type="search"]:focus-visible,
input[type="number"]:focus-visible,
input[type="tel"]:focus-visible,
input[type="range"]:focus-visible,
input[type="date"]:focus-visible,
input[type="month"]:focus-visible,
input[type="week"]:focus-visible,
input[type="time"]:focus-visible,
input[type="datetime"]:focus-visible,
input[type="datetime-local"]:focus-visible,
input[type="color"]:focus-visible,
textarea:focus-visible {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

input[type="search"] {
	field-sizing: content; 
	width: clamp{100px, 300px, 100%};
}

/*--------------------------------------------------------------
## Navigation
--------------------------------------------------------------*/
#primary-menu {
	font-size: var(--font-size--5);
	font-weight: var(--font-weight--heavy);
	padding: 0;
	margin: 0;
}

#primary-menu :is(li ul) :is(li ul) {
	background: none;
}

#primary-menu li ul {
	text-align: left;
	padding: 0;
	border-top-left-radius: 9% 50%;
  border-top-right-radius: 50% 9%;
  border-bottom-right-radius: 9% 50%;
  border-bottom-left-radius: 50% 9%;
}

#primary-menu li {
	position: relative;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#primary-menu li a {
	margin: 0;
	padding: 0.3rem 1rem;
}

#primary-menu li a:hover {
	border-top-left-radius: 9% 50%;
  border-top-right-radius: 50% 9%;
  border-bottom-right-radius: 9% 50%;
  border-bottom-left-radius: 50% 9%;
}

#primary-menu a, .site-title a {
	text-decoration: none;
	border-bottom: none;
}

#site-navigation li a {
  text-wrap: nowrap;
}

/*--------------------------------------------------------------
## Submenus
--------------------------------------------------------------*/

.main-navigation ul ul {
display: block;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 1.25em;
	left: -999em;
	z-index: 99999;
	font-size: var(--font-size--400);
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 320px;
	padding: 3px 0 3px 16px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: 4px;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 67%;
}

.sub-menu {
display: block;
border-radius: 1em;
}

.sub-menu li {
line-height: var(--line-height--loose);
	text-wrap: nowrap;
	text-align: left;
}

.sub-menu a {
	text-align: left;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: none;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
}

.site-main :is(.comment-navigation
							, .posts-navigation
							, .post-navigation) {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

.page-links {
	clear: both;
	margin: 0;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-inline-size: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-block-end: 0;
	margin-block-start: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-block-end: 1.5em;
	max-inline-size: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.3em 0;
}

.wp-caption-text {
	text-align: center;
	text-wrap: pretty;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-block-end: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {grid-template-columns: repeat(2, 1fr);}
.gallery-columns-3 {grid-template-columns: repeat(3, 1fr);}
.gallery-columns-4 {grid-template-columns: repeat(4, 1fr);}
.gallery-columns-5 {grid-template-columns: repeat(5, 1fr);}
.gallery-columns-6 {grid-template-columns: repeat(6, 1fr);}
.gallery-columns-7 {grid-template-columns: repeat(7, 1fr);}
.gallery-columns-8 {grid-template-columns: repeat(8, 1fr);}
.gallery-columns-9 {grid-template-columns: repeat(9, 1fr);}
.gallery-caption {display: block;}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

.quote {
	padding-inline-end: 0.5em;
	grid-area: quote;
	justify-self: center;
	text-align: right;
	writing-mode: vertical-rl;
	transform: rotate(180deg);
}

.quote span {
	padding-block-end: 4vh;
	font-size: var(--font-size--300);
	font-family: 'Josefin Sans';
	letter-spacing: 0.1ex;
}

.quote span span {
	font-family: 'Josefin Slab';
	padding-inline: 0.5em;
	padding-block-end: 0;
}

.artstrip {
	grid-area: artstrip;
	object-fit: contain;
	width: 15vw;
	height: 100%;
	padding: 0;
	margin: 0;
	background-repeat: repeat-y;
}

.artstrip img {
	border: none;
	outline: none;
	box-shadow: none;
	margin:0;
	padding: 0;
}

.notrim {
	border: none;
	outline: none;
	box-shadow: none;
	margin-top: 0;
}

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus-visible {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px hsl(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: var(--font-size--2);
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus-visible {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-block-end: 0;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-block-end: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-block-end: 1.5em;
}

/*--------------------------------------------------------------
## frequently-used styles
--------------------------------------------------------------*/

.fineprint {
	font-style: italic;
	font-size: smaller;
}

.intro {
	padding: 0;
	margin: 0;
	display: inline-block;
	text-align: center;
	font-size: var(--font-size--600);
	font-family: 'Josefin Slab';
	font-weight: var(--font-weight--light);
	}
	
	#privacypolicy * {
	font-size: var(--font-size--100);
	}
	
/*--------------------------------------------------------------
## fancy post navigation
--------------------------------------------------------------*/

.post-navigation {
font-weight: var(--font-weight--heavy);
}

.post-navigation a {
display: block;
padding: 3.8461% 7.6923%;
}

.post-navigation span {
display: block;
}

.post-navigation .meta-nav {
	font-size: var(--font-size--4);
	line-height: 1.5;
padding-bottom: 0.4em;
position: relative;
z-index: 2;
}

.post-navigation .post-title {
line-height: 1.3333;
position: relative;
z-index: 2;
}

.post-navigation :is(.nav-next, .nav-previous) {
	background-position: center;
background-size: cover;
position: relative;
}


.post-navigation a:before {
content: "";
display: block;
height: 100%;
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 1;
}

.post-navigation a:hover:before,
.post-navigation a:focus:before {
opacity: 0.5;
}

.post-navigation .meta-nav {
opacity: 0.8;
}

.posts-navigation :is(.nav-previous, .nav-previous) {
	text-align: left;
}

.posts-navigation :is(.nav-next, .nav-next) {
text-align: right;
}

/*--------------------------------------------------------------
## media queries
	--------------------------------------------------------------*/
	
	@media (min-width:  600px) { 
	#page {
	display: grid;
	align-items: start;
	grid-template-columns: 5vw 15vw 60vw 20vw;
	grid-template-rows: auto auto auto auto;
	grid-template-areas:
	"quote  artstrip header  header "
	"quote  artstrip nav     search "
	"quote  artstrip content content"
	"quote  artstrip footer  footer "
	;
	}
		#primary {
			padding: 5vh 0 2vh 10vw;
			width: 60%;
			float: left;
		} 
		#secondary {
			width: 40%;
			padding: 5vh 10vw 2vh 0;
			float: right;
		}
		#colophon {
			clear: both;
		}
		#primary-menu {
			display: flex;
			flex-wrap: wrap;
			justify-content: center;
			flex-wrap: wrap;
		}
		#primary-menu li {
			display: inline;
		}
		.search-form {
			padding-block: 0;
		}
		.nomobile {
			display: inline-block;
		}
	}
	
	@media (min-width:  900px) { 
		#primary {
			padding: 5vh 0 2vh 10vw;
			width: 75%;
			float: left;
		} 
		#secondary {
			width: 25%;
			padding: 5vh 10vw 2vh 0;
			float: right;
		}
		#colophon {
			clear: both;
		}
	}
	