/*
Theme Name: Matt Does Design
Author: Matt
Author URI: http://mattdoesdesign.com/
Description: Theme for Matt Does Design. Barebones based on BlankSlate.
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2021
Requires at least: 5.0
Tested up to: 5.8
Requires PHP: 7.0

*/

@font-face {
    font-family: 'gravitica_light';
    src: url('gravitica_light/GraviticaMonoLight.eot');
    src: url('gravitica_light/GraviticaMonoLight.eot?#iefix') format('embedded-opentype'),
         url('gravitica_light/GraviticaMonoLight.woff2') format('woff2'),
         url('gravitica_light/GraviticaMonoLight.woff') format('woff'),
         url('gravitica_light/GraviticaMonoLight.ttf') format('truetype'),
         url('gravitica_light/GraviticaMonoLight.svg#nimbus_roman_no9_lregular') format('svg');
    font-weight: 100;
    font-style: normal;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
/* p, */
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}



html {
	scroll-behavior: smooth;
	background-color: rgb(8,8,8);
}
body {
	/*min-width: 720px; */
	line-height: 1.8em;
	color: rgb(255,255,255);
	font-family: 'gravitica_light', 'Courier New', monospace;
	letter-spacing: -1px;
	font-size: 18px;
	height: 100vh; 
	height: -webkit-fill-available; 
	min-height: 100vh; /* Fallback for browsers that do not support Custom Properties */
	min-height: -webkit-fill-available; 
}
h1 {
	font-size: 32px;
	line-height: 40px;
	
	text-transform: uppercase;
    font-family: 'gravitica_light', 'Courier New', monospace;
    letter-spacing: 0px;
	
}
h2 {
	font-size: 28px;
	line-height: 38px;
}
h3 {
	font-size: 22px;
	line-height: 28px;
}

h4 {
	
	text-transform: uppercase;
    font-size: 32px;
    font-family: 'gravitica_light', 'Courier New', monospace;
    letter-spacing: 0px;
}

a {
	text-decoration-skip-ink: auto;
	color: #9165c5;
}
a[href^="tel"] {
	color: inherit;
	text-decoration: none;
}

.current-link {
text-decoration: underline;
}

p {
	margin: 0 0 24px 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
button {
	outline: 0;
}
ol{
	list-style: none;
	margin-left: 32px;
}
ul {
	list-style: none;
}
em {
	font-style: italic;
}
blockquote,
q {
	margin-left: 32px;
	quotes: none;
	font-style: italic;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}
q {
	display: inline;
	font-style: italic;
}
q:before {
	content: '"';
	font-style: normal;
}
q:after {
	content: '"';
	font-style: normal;
}
textarea,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="search"],
input[type="password"] {
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
}
input[type="search"] {
	-webkit-appearance: textfield;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th,
td {
	padding: 2px;
}
big {
	font-size: 120%;
}
small,
sup,
sub {
	font-size: 80%;
}
sup {
	vertical-align: super;
}
sub {
	vertical-align: sub;
}
dd {
	margin-left: 20px;
}
kbd,
tt {
	font-family: courier;
	font-size: 12px;
}
ins {
	text-decoration: underline;
}
del,
strike,
s {
	text-decoration: line-through;
}
dt {
	font-weight: bold;
}
address,
cite,
var {
	font-style: italic;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
* {
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
}
.sticky {
}
.bypostauthor {
}
.wp-caption {
}
.wp-caption-text {
}
.gallery-caption {
    line-height: 0;
    font-style: italic;
    text-align: right;
	font-size: 16px;
}
.alignright {
}
.alignleft {
}
.aligncenter {
}
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	word-break: normal;
}
.screen-reader-text:focus {
	background-color: #f7f7f7;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	-webkit-clip-path: none;
	clip-path: none;
	color: #007acc;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	right: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

.skip-link {
	left: -9999rem;
	top: 2.5rem;
	z-index: 999999999;
	text-decoration: underline;
}
.skip-link:focus {
	display: block;
	left: 6px;
	top: 7px;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	line-height: normal;
	padding: 15px 23px 14px;
	z-index: 100000;
	right: auto;
}
.visually-hidden:not(:focus):not(:active),
.form-allowed-tags:not(:focus):not(:active) {
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
	white-space: nowrap;
}
#wrapper{
	min-width: 640px;
}

#copyright{
	position: sticky;
    bottom: 0;
    right: 0;
	float: right;
	padding-right: 64px;
	padding-bottom: 64px;
	font-style: italic;
	font-size: 16px;
	line-height: 1;
}
/* newsletter */
#mc_embed_signup{
	clear:left; 
	font-size:20px; 
	font-family: 'gravitica_light', 'Courier New', monospace;
	width:100%;
}

#mc_embed_signup input.email {
    font-family: 'gravitica_light', 'Courier New', monospace;
    font-size: 20px;
    border: 0px solid #ABB0B2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #343434;
    background-color: #fff;
    box-sizing: border-box;
    height: 32px;
    padding: 0px 0.4em;
    display: inline-block;
    margin: 0;
    width: 350px;
    vertical-align: top;
}

/* header */
.blurheaderbg{
	z-index: 2;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform-style: preserve-3d;
/*	-webkit-perspective: 1000;
	perspective: 1000; */
	position: fixed;
	top: 0;
	width: 100%;
	height: 218px;
	background: linear-gradient(
		to bottom,
		rgba(0,0,0,1) 0%,
		rgba(0,0,0,0.8) 64%,
		rgba(0,0,0,0.64) 72%,
		rgba(0,0,0,0) 100%);
}
.responsivemenubg{
	z-index: 3;
	display: none;
	position: fixed;
	right: 0;
	width: 100%;
	height: 35%;
	background: linear-gradient(
		to bottom,
		rgba(0,0,0,1) 0%,
		rgba(0,0,0,0.8) 80%,
		rgba(0,0,0,0) 100%);
}


#header{
	position: sticky;
	top: 0;
/*	width: 100%; 
	height: auto; */
	z-index: 4; 
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform-style: preserve-3d;
/*	-webkit-perspective: 1000;
	perspective: 1000;*/
} 
#site-title{
}
.headerLinksContainer {
	width: 100%;
	height: 48px;
	margin-bottom: 48px;
	background: rgb(255,255,255);
}

.headerLinks{
	margin-left: 128px;
	width: 64%;
	text-align: justify;
	font-size: 16px;
	font-family: 'gravitica_light', 'Courier New', monospace;
	letter-spacing: 0px;
	padding-top: 7px;
}

.headerLinks:after {
  content: "";
  display: inline-block;
  width: 100%;
}

.headerLinks a:link {	text-decoration: none;	color: black; } 
.headerLinks a:visited {	text-decoration: none;	color: black; } 
.headerLinks a:hover {	text-decoration: none;	color: black; } 
.headerLinks a:active {	text-decoration: none;	color: black; } 

.smallHeaderLinks{
	display: none;
	visibility: hidden;
}

.smallTitleLinksLogo{
	display: none;
	visibility: hidden;
}

.headingContainer {
	padding: 64px;
}
.mddlogobackground {
	display: inline-block;
	float: left;
	width: 400px;
	min-width: 400px;
	height: 128px;
	margin-right: 64px;
}

.titleContainer{
	height: 144px;
}

.titleLinks{
	margin-left: 128px;
	width: 64%;
	text-align: justify;
	font-size: 24px;
	font-family: 'gravitica_light', 'Courier New', monospace;
	letter-spacing: 0px;
	text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.7);
}

.titleLinks:after{
  content: "";
  display: inline-block;
  width: 100%;
}

.titleLinks a:link {	text-decoration: none;	color: white; } 
.titleLinks a:visited {	text-decoration: none;	color: white; } 
.titleLinks a:hover {	text-decoration: none;	color: white; } 
.titleLinks a:active {	text-decoration: none;	color: white; } 

.titleLinksLogo{
	width: 320px; 
	vertical-align: middle; 
	margin-left: -8px;
}

.smallTitleLinks{
  display: none;
  visibility: hidden;
}

.smallTitleLinks:after{
  content: "";
  display: inline-block;
  width: 100%;
}

/* navigation links */

.mddlinksheader {
    }
.mddlinks {
	text-align: left;
}
.mddlinksheader .icon {
	display: none;
} 
.linkscontainer {
	display: inline-block;
	vertical-align: top;
	left: 0;
	width: 192px;
	height: 128px;
}
.buttonheader {
	position: relative;
	left:0px;
	color: white;
	font-size: 20px;
	font-weight: 1;
	letter-spacing: -1px;
	font-family: 'gravitica_light', 'Courier New', monospace;
	text-shadow: 1px 1px 4px rgb(0,0,0);
	padding-bottom: 16px;
	line-height: 12px;

}
.buttonpadding {
	padding-bottom: 6px;
}
.bottombuttonpadding {
	padding-bottom: 0px;
}
.link {
	left:0px;
	font-size: 24px;
	font-weight: 1;
	letter-spacing: -1px;
	font-family: 'gravitica_light', 'Courier New', monospace;
	text-shadow: 1px 1px 4px rgb(0,0,0);
}

.link a:link {	text-decoration: none;	color: white; } 
.link a:visited {	text-decoration: none;	color: white; } 
.link a:hover {	text-decoration: none;	color: white; } 
.link a:active {	text-decoration: none;	color: white; } 
.title a:link {	text-decoration: none;	color: white; } 
.title a:visited {	text-decoration: none;	color: white; } 
.title a:hover {	text-decoration: none;	color: white; } 
.title a:active {	text-decoration: none;	color: white; }
.entry-title a:link {	text-decoration: none;	color: white; } 
.entry-title a:visited {	text-decoration: none;	color: white; } 
.entry-title a:hover {	text-decoration: none;	color: white; } 
.entry-title a:active {	text-decoration: none;	color: white; }
.emailcontainer a:link {	text-decoration: none;	color: white; } 
.emailcontainer a:visited {	text-decoration: none;	color: white; } 
.emailcontainer a:hover {	text-decoration: none;	color: white; } 
.emailcontainer a:active {	text-decoration: none;	color: white; }
.emailcontainersmall a:link {	text-decoration: none;	color: white; } .emailcontainersmall a:visited {	text-decoration: none;	color: white; } .emailcontainersmall a:hover {	text-decoration: none;	color: white; } .emailcontainersmall a:active {	text-decoration: none;	color: white; }
.tag-links a:link {	text-decoration: none;	color: white; } 
.tag-links a:visited {	text-decoration: none;	color: white; } 
.tag-links a:hover {	text-decoration: none;	color: white; } 
.tag-links a:active {	text-decoration: none;	color: white; }

.emailcontainer {
	display: inline-block;
	float: right;
	text-align: right;
	line-height: 0.8;
	color: white;
	font-size: 28px;
	font-weight: 1;
	letter-spacing: -1px;
	font-family: 'gravitica_light', 'Courier New', monospace;
	text-shadow: 1px 1px 6px rgba(0,0,0,0.7);
}
.emailcontainersmall {
	display: none;
	float: right;
	text-align: right;
	line-height: 0.8;
	color: white;
	font-size: 28px;
	font-weight: 1;
	letter-spacing: -1px;
	font-family: 'gravitica_light', 'Courier New', monospace;
	text-shadow: 1px 1px 6px rgba(0,0,0,0.7);
}




/* hamburger menu */
.bar1, .bar3 {
	width: 64px;
	height: 2px;
	background-color: rgba(255, 255, 255, 0.8);
	transition: 0.08s;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.5);
}
.bar2{
	width: 64px;
	height: 2px;
	background-color: rgba(255, 255, 255, 0.8);
	transition: 0.08s;
	margin: 16px 0;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.5);
}
.change .bar1 {
	-webkit-transform: rotate(-45deg) translate(-4px, 15px) ;
	transform: rotate(-45deg) translate(-4px, 15px) ; /* Rotate first bar */
}
.change .bar2 { 
	opacity: 0; /* Fade out the second bar */
}
.change .bar3 {
	-webkit-transform: rotate(45deg) translate(-10px, -22px) ;
	transform: rotate(45deg) translate(-10px, -22px) ; /* Rotate last bar */
}

.mobileMenu {
	display: none;
  	visibility: hidden;
	flex-wrap: wrap;
	width: 100%;
	height: auto;
	justify-content: space-between;
    padding-right: 16px;
	padding-left: 16px;
	padding-bottom: 16px;
	font-size: 1em;
	background: black;
}

.mobileMenu.responsive {
	display: flex;
	flex-wrap: wrap;
	visibility: visible;
}

.mobileSocialMenu {
	display: none;
  	visibility: hidden;
	width: 100%;
	height: auto;
	justify-content: space-between;
    padding-right: 16px;
	padding-left: 16px;
	background-color: white;
	font-size: 0.9em;
}

.mobileSocialMenu hr {
	flex-basis: 100%;
	height: 0;
	margin: 0;
	border: 0;
	width: 100%;
}

.mobileSocialMenu.responsive {
	display: flex;
	flex-wrap: wrap;
	visibility: visible;
}

.mobileMenuEmail {
	display: none;
  	visibility: hidden;
	width: 100%;
	height: 32px;
	background: linear-gradient( to bottom, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 100%);
}

.mobileMenuEmail.responsive {
	display: block;
	visibility: visible;
}


.mobileMenu a:link {	text-decoration: none;	color: white; } 
.mobileMenu a:visited {	text-decoration: none;	color: white; } 
.mobileMenu a:hover {	text-decoration: none;	color: white; } 
.mobileMenu a:active {	text-decoration: none;	color: white; }

.mobileSocialMenu a:link {	text-decoration: none;	color: black; } 
.mobileSocialMenu a:visited {	text-decoration: none;	color: black; } 
.mobileSocialMenu a:hover {	text-decoration: none;	color: black; } 
.mobileSocialMenu a:active {	text-decoration: none;	color: black; }

.mobileMenuEmail a:link {	text-decoration: none;	color: black; } 
.mobileMenuEmail a:visited {	text-decoration: none;	color: black; } 
.mobileMenuEmail a:hover {	text-decoration: none;	color: black; } 
.mobileMenuEmail a:active {	text-decoration: none;	color: black; }

/* posts */
.contentcontainer{
	width: 64%;
	margin-left: 128px;
	text-align: justify;
}
.entry-title{
	margin: 0 0 16px 0;
}
.entry-meta{
	padding-bottom: 32px;
	letter-spacing: -1px;
    font-family: 'gravitica_light', 'Courier New', monospace;
    font-style: italic;
    font-size: 16px;
}
.entry-date{
	margin-right: 32px;
}
.entry-content{
	padding-bottom: 64px;
	padding-top: 32px;
}

.aside-content{
	padding-bottom: 64px;
}

.tag-links{
	float: right;
}
.gallery-item{
	margin-bottom:32px;
}
.gallery img{
 	width: 100%;
	height: auto;
}
.pswp__counter{
	font-family: 'gravitica_light', 'Courier New', monospace;
	font-size: 16px;
	letter-spacing: -1px;
	color: white;
	opacity: 1;
}
.pswp__caption__center{
	font-family: 'gravitica_light', 'Courier New', monospace;
	font-size: 16px;
	letter-spacing: -1px;
	color: white;
	opacity: 1;
	font-style: italic;
}
.footer{
	text-align: right;
}

.asideContentSmallest{
	display: none;
	visibility: hidden;
	height: 0px;
/*	padding: 0px; */
	padding-bottom: 64px;
}

.asideContentMedium{
	display: none;
	visibility: hidden;
	height: 0px;
	padding: 0px;
}

.asideContent{
	display: grid;
 	grid-template-columns: auto 320px;
	padding-bottom: 64px;
}

.asideCardContainer{
	width: 100%;
	height: auto;	
	display: grid;
 	grid-template-rows: auto 1fr auto;
}

.asideCardImage{
	height: 320px;	
	
}

.asideCardImageThumbnail{
	height: 320px;
	width: 320px;
	object-fit: cover;
}

.asideCardHeader{
	text-transform: uppercase;
	font-size: 32px;
    font-family: 'gravitica_light', 'Courier New', monospace;
    letter-spacing: 0px;
	padding-right: 64px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	width: auto;
	overflow: hidden;
}


.asideCardHeader a:link {	text-decoration: none;	color: white; } 
.asideCardHeader a:visited {	text-decoration: none;	color: white; } 
.asideCardHeader a:hover {	text-decoration: none;	color: white; } 
.asideCardHeader a:active {	text-decoration: none;	color: white; } 

.asideCardDescription{
	padding-top: 8px;
	padding-right: 64px;
	display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    width: auto;
    overflow: hidden;
	max-height: 256px;
}

.asideCardMore{
	font-size: 18px;
	display: -webkit-box;
    width: auto;
	text-align: left;

	text-transform: uppercase;
}

.asideCardTags{
	letter-spacing: -1px;
    font-style: italic;
    font-size: 16px;
	padding-right: 64px;
	padding-top: 32px;
	width: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}


.asideCardTags a:link {	text-decoration: none;	color: white; } 
.asideCardTags a:visited {	text-decoration: none;	color: white; } 
.asideCardTags a:hover {	text-decoration: none;	color: white; } 
.asideCardTags a:active {	text-decoration: none;	color: white; } 

/* !! TAGS PAGE !! */

.tag-title{
	font-size: 40px;
	letter-spacing: -1px;
	font-style: italic;
	padding-bottom: 32px;
}
.tag-result{
	padding-bottom: 64px;
}

.rgg-container{
	position: relative;
	z-index: -1;
}

.iframe-container {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
.iframe-container iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* !! RESPONSIVE LAYOUT  !! */          
@media screen and (max-width: 1704px) {

	.headerLinks{
		width: 1080px;
	}
	.titleLinks{
		width: 1080px;
	}
	.contentcontainer{
		width: 1080px;
	}
}

.asideContentSmallest{
	display: none;
	visibility: hidden;
	height: 0px;
	padding: 0px;
}

.asideContentMedium{
	display: none;
	visibility: hidden;
	height: 0px;
	padding: 0px;
}

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

	.headerLinks{
		margin-left: auto;
		margin-right: auto;
		font-size: clamp(14px, 1.8vw, 16px);
	}
	
	.titleLinks{
		margin-left: auto;
		margin-right: auto;
		font-size: clamp(20px, 2vw, 24px);
	}
	
	.contentcontainer{
		margin-left: auto;
		margin-right: auto;
	}
	}

.asideContentSmallest{
	display: none;
	visibility: hidden;
	height: 0px;
	padding: 0px;
}

.asideContentMedium{
	display: none;
	visibility: hidden;
	height: 0px;
	padding: 0px;
}

	@media screen and (max-width: 1160px) {
	.headerLinks{
		width: auto;
		margin-left: 16px;
		margin-right: 16px;	
	}
		
	.titleLinks{
		width: auto;
		margin-left: 16px;
		margin-right: 16px;	
	}
		
	.titleLinksLogo{
		width: 32%;
	}
		
	.contentcontainer{
		width: auto;
		margin-left: 16px;
		margin-right: 16px;
	}
			
		.asideContentSmallest{
			display: none;
		}

.asideContentSmallest{
	display: none;
	visibility: hidden;
	height: 0px;
	padding: 0px;
}		

.asideContentMedium{
	display: block;
	visibility: unset;
	height: unset;
	padding: unset;
	padding-bottom: 64px;
}
		
.asideContent{
	display: none;
	visibility: hidden;
	height: 0px;
	padding: 0px;
}
		
.asideCardContainerMedium{
	display: grid;
	grid-template-columns: 1fr 320px;
}

.asideCardImageMedium{

}

.asideCardHeaderMedium{
	font-size: clamp(24px, 3.2vw, 32px);
	text-transform: uppercase;
	letter-spacing: 0px;
	padding-bottom: 32px;
}

		.asideCardHeaderMedium a:link {	text-decoration: none;	color: white; } 
		.asideCardHeaderMedium a:visited {	text-decoration: none;	color: white; } 
		.asideCardHeaderMedium a:hover {	text-decoration: none;	color: white; } 
		.asideCardHeaderMedium a:active {	text-decoration: none;	color: white; } 

.asideCardDescriptionMedium{
	display: inline-block;
	padding-right: 32px;
	font-size: clamp(16px, 1vw, 24px);
    line-height: 3.2vw;
	max-height: 320px;
	overflow: hidden;
	
}

.asideCardTagsMedium{
    font-size: clamp(16px, 1vw, 24px);
	letter-spacing: -1px;
    font-style: italic;
	padding-top: 16px;
}

	}
	
.asideCardTagsMedium a:link {	text-decoration: none;	color: white; } 
.asideCardTagsMedium a:visited {	text-decoration: none;	color: white; } 
.asideCardTagsMedium a:hover {	text-decoration: none;	color: white; } 
.asideCardTagsMedium a:active {	text-decoration: none;	color: white; } 


@media screen and (max-width: 800px) {
	.headerLinksContainer{
/*		display: none;
		visibility: hidden;
		padding-top: 8px; */
		margin-bottom: 0px;

	}
	
	.headerLinksContainer a:link {	text-decoration: none;	color: black; } 
	.headerLinksContainer a:visited {	text-decoration: none;	color: black; } 
	.headerLinksContainer a:hover {	text-decoration: none;	color: black; } 
	.headerLinksContainer a:active {	text-decoration: none;	color: black; } 
	
	.headerLinks{
/*		display: none;
		visibility: hidden; */
		font-size: 20px;
		padding-top: 2px;
	}
	
	.smallHeaderLinks{
/*		display: inline-flex;
		visibility: visible;		
		padding-left: 16px;
		padding-right: 16px;
		padding-top: 8px;
		padding-bottom: 8px;
		width: 100%;
		height: 48px;
		justify-content: space-between;
		align-items: center;
		font-size: 24px; */
	}

	.titleContainer{
		padding-top:0px;
	}
	
	.titleContainer.responsive{
		background: black;
	}
	
	.titleLinks{
		display: none;
		visibility: hidden;
	}
	
	.smallTitleLinks{
		display: block;
		visibility: visible;
		margin-left: 16px;
		margin-right: 16px;
		margin-top: 8px;
		text-align: justify;
		font-size: 20px;
		font-family: 'gravitica_light', 'Courier New', monospace;
		letter-spacing: 0px;
		text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.7);
		height: 32px;
	}
	
	.smallTitleLinks a:link {	text-decoration: none;	color: white; } 
	.smallTitleLinks a:visited {	text-decoration: none;	color: white; } 
	.smallTitleLinks a:hover {	text-decoration: none;	color: white; } 
	.smallTitleLinks a:active {	text-decoration: none;	color: white; } 

	
	.smallTitleLinksLogo{
		display: inline-flex;
		visibility: visible;
		margin-top: 32px;
/*		margin-bottom: 48px; 
		margin-right: 16px;
		margin-left: 8px;
		width: auto;
		justify-content: space-between;
		align-items: center; */
}
	
	h2 {
		font-size: 32px;
		line-height: 40px;
	}

	body {
		line-height: 2.2em;
	}
	
	.blurheaderbg{
		height: 256px;
		background: linear-gradient(
		to bottom,
		rgba(0,0,0,1) 0%,
		rgba(0,0,0,1) 66%,
		rgba(0,0,0,0) 100%);
	}
	
		.blurheaderbg.responsive{
			height: 24%;
		background: black;
		}
	
	.responsivemenubg.responsive{
/*		display: block;
		height: 370px;
		background: linear-gradient( to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 80%, rgba(0,0,0,0) 100%); */
	}
	
	#header{
		height: 256px;
	}
	
	.headingContainer {
/*		width: auto; */
		padding: 32px;
		position: sticky;
		top: 0;
		display: flex;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		transform-style: preserve-3d;
/*		-webkit-perspective: 1000;
		perspective: 1000; */
	}
	


	.linkscontainer {
		width: 192px;
		height: auto;
		vertical-align: baseline;
		display: inline-block;
		flex-direction: unset;
		min-width: unset;
		max-height: unset;
		margin-right: 0;
	}

	.buttonpadding {
		padding-bottom: 8px;
	}

	.bottombuttonpadding {
		padding-bottom: 48px;
	}

	.emailcontainer {
		display: none;
	}

	.emailcontainersmall {
		display: inline-flex;
		font-size: 20px;
		margin-left: auto;
		float: none;
		height: fit-content;
	}
	
	#copyright {
		padding-right: 16px;
		padding-bottom: 16px;
	}
	
	/* responsive posts */
	
	.asideContent{
		display: none;
		visibility: hidden;
		height: 0px;
		padding: 0px;
	}

	.asideContentMedium{
	display: none;
	visibility: hidden;
	height: 0px;
	padding: 0px;
}
	
	.asideContentSmallest{
		display: grid;
		visibility: unset;
		height: unset;
/*		padding: unset; */
		padding-bottom: 64px;
	}

	.asideCardContainer{
		grid-template-rows: auto auto auto auto;
	}
	
	.asideCardHeader{
		display: block;
		font-size: 40px;
		line-height: 40px;
		padding-bottom: 32px;
		padding-right: 0px;
	}

	.asideCardDescription{
		display: block;
		padding-right: 0px;
		font-size: 24px;
		line-height: 1.8em;	
		max-height: fit-content;
	}

	.asideCardTags{
		padding-right: 0px;
		padding-top: 8px;
	}

	.asideCardMore {
    	font-size: 24px;
	}

	.asideCardImage{
		height: auto;
	}

	.asideCardImageThumbnail{
		width: 100%;
		height: 96vw;
		object-fit: cover;
	}	
	
	.contentcontainer{
		display: inline-block;
		width: auto;
		margin-left: 16px;
		margin-right: 16px;
	}
	.entry-title {
		display: inline-block;
		margin: 0 0 32px 0;
		text-align: left;
	}
	.entry-meta{
		padding-bottom: 16px;
		line-height: 32px;
		display: inline-block;
		width: 100%;
	}
	.entry-date{
		font-size: 20px;
	}
	.tag-links{
		font-size: 20px;
		float: none;
/*		text-align: right;
		width: 100%;
		max-width: 80%;
		word-wrap: break-word */
	}
	.gallery-caption {
		font-size: 20px;
	}
	.pswp__counter{
		font-size: 20px;
	}
	.pswp__caption__center{
		font-size: 20px;
	}
}
	@media screen and (max-width: 1279px) and (min-aspect-ratio: 1/1) {
		.mddlinks.responsive {
			right: unset;
			left: 32px;
			float: none;
			display: inline-block;
			text-align: left; 
			width: auto;
		}
		.responsivemenubg.responsive{
			display: none;
		}
		.blurheaderbg.responsive{
			height: 400px;
/*			background: linear-gradient( to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0.8) 80%, rgba(0,0,0,0) 100%);		*/
			background: black;
		}
		.linkscontainer {
			vertical-align: top;
		}
	}
	
		@media screen and (max-width: 800px) and (max-aspect-ratio: 1/1) {
		body {
			font-size: 24px;
			line-height: 1.8em;
		}
		h2 {
			font-size: 40px;
			line-height: 40px;
		}

	}