/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html { line-height: 1.15; -webkit-text-size-adjust: 100%; } body { margin: 0; } main { display: block; } h1 { font-size: 2em; margin: 0.67em 0; } hr { box-sizing: content-box; height: 0; overflow: visible; } pre { font-family: monospace, monospace; font-size: 1em; } a { background-color: transparent; } abbr[title] { border-bottom: none; text-decoration: underline; text-decoration: underline dotted; } b, strong { font-weight: bolder; } code, kbd, samp { font-family: monospace, monospace; font-size: 1em; } small { font-size: 80%; } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sub { bottom: -0.25em; } sup { top: -0.5em; } img { border-style: none; } button, input, optgroup, select, textarea { font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; } button, input { overflow: visible; } button, select { text-transform: none; } button, [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; } button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; } button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; } fieldset { padding: 0.35em 0.75em 0.625em; } legend { box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; } progress { vertical-align: baseline; } textarea { overflow: auto; } [type="checkbox"], [type="radio"] { box-sizing: border-box; padding: 0; } [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; } [type="search"] { -webkit-appearance: textfield; outline-offset: -2px; } [type="search"]::-webkit-search-decoration { -webkit-appearance: none; } ::-webkit-file-upload-button { -webkit-appearance: button; font: inherit; } details { display: block; } summary { display: list-item; } template { display: none; } [hidden] { display: none; } 

/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
/*  color: #222;
  font-size: 1em;
  line-height: 1.4; */
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

html, body {
	min-height: 100%;
}
body {
	position: relative;
	font-family: Alegreya Sans, Trebuchet MS, sans-serif;
	font-size: 1em;
	background-color: #fff;
}
:active, :hover, :focus {
	outline: 0;
}
:focus {
	background-color: #28334A;
	color: #fff !important;
	border-radius: .125em;
}
a:active,
.touchevents :focus {
	background-color: #fff;
	color: #000 !important;
}
a img {
	border: 0;
}
/*
img {
	-ms-interpolation-mode: bicubic;
}
*/
.erasing-org {
	width: 100%;
	min-height: 100%;
	margin: 0 auto;
	font-size: 1em;
	color: #28334A;
}
header {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	height: 50vh;
	margin: 0;
	padding: 0;
	font-size: 3em;
	line-height: 1em;
	font-weight: 100;
	text-align: center;
}
header a {
	text-decoration: none;
	color: #9BB8D3;
	padding: .25em .5em;
}

article {
	position: relative;
	margin: 0 auto 6em;
	font-size: 1.125em;
	line-height: 1.5625;
	font-weight: 300;
	color: #28334A;
}

.post {
	max-width: max-content;
	margin: 0 auto;
}
.post a {
	color: #28334A;
	text-decoration: underline;
	text-decoration-color: #28334A;
	transition: all 150ms ease-in-out;
}
.post a:hover {
	color: #000;
	text-decoration: underline;
}
.post p, .post li, .post li p {
	font-weight: 300;
	}
.post p, .post ul, .post ol {
	padding-left: 1.125em;
	padding-right: 1.125em;
}
.post ul p, .post ol p, .post ul blockquote p, .post ol blockquote p {
	padding-left: 0;
	padding-right: 0;
}

.post ul,
.post ol {
	padding-left: 3em;
	padding-right: 3em;
}
.post ul ul, .post ul ol, .post ol ul, .post ol ol {
	padding-left: 1.3125em;
	padding-right: 1.3125em;
}
.post ul li,
.post ol li {
	margin: 0;
	padding: 0;
}
.post ul.graf li,
.post ol.graf li {
	margin: 0 0 1em 0;
}
blockquote {
	margin: 0;
}
.post blockquote p,
.post blockquote ul {
	margin: -0.3125em 0 1.5em 0;
	padding: 0 2em;
}
.post blockquote p,
.post blockquote li {
	color: #5e6677;
}
.post blockquote.poem,
.post .poem {
	margin: 1em 0;
}
.post .poem.column {
	width: max-content;
	margin: 1em auto;
}
.post blockquote.poem p,
.post .poem p {
	margin: 0 0 0 1.3125em;
	text-indent: -1.3125em;
}
.post blockquote.script {
	margin: 0 0 1.3125em 0;
}
.post blockquote.script p {
	margin: 0 0 0 1.3125em;
	text-indent: -1.3125em;
}
.post blockquote.script p.direction {
	text-indent: 0;
}
.post blockquote.script p strong {
	font-family: Alegreya Sans SC, Trebuchet MS, sans-serif;
	text-transform: lowercase;
	font-weight: 400;
	padding-right: 1em;
}
.post blockquote p.indent, .post p.indent {
	margin: 0 0 0 2.625em;
}
.post blockquote p.indent-2x, .post p.indent-2x {
	margin: 0 0 0 3.9375em;
}
.post blockquote p.indent-3x, .post p.indent-3x {
	margin: 0 0 0 5.25em;
}
.post p.break {
	line-height: 1em;
}
.post p small,
.post p.sm,
.post p.caption {
	padding-left: 1.5em;
	padding-right: 1.5em;
	margin: 0 0 1.725em 0;
	font-size: .75em;
	line-height: 1.5em;
}
.post p.caption {
	text-align: center;
}
.post blockquote p small,
.post blockquote p.sm {
	padding-left: 0;
	padding-right: 0;
}
.post h1,
.post .hed,
.hed {
	font-family: Alegreya Sans SC, Trebuchet MS, sans-serif;
	font-weight: 300;
	font-size: 1.5em;
	line-height: 1.5em;
	text-transform: lowercase;
	text-align: center;
}
.hed .name {
	color: #5e6677;
}
.post h1.supersized {
	font-size: 4em;
}
.post h1 a {
	color: #000;
	text-decoration: none;
}
.post h2 {
	margin: .4375 0 1.75em 0;
	font-size: .6875em;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
}
.post p.directions {
	text-align: center;
}
.post p.caption span,
.post p.directions span {
	display: inline;
}
.post p.divider {
	clear: both;
	text-align: center;
}
.post p.divider:after {
	content: "*";
}

.meta {
	position: relative;
	max-width: calc(100% - 2.5em);
	margin: 1.5em auto 0;
	text-align: center;
	cursor: pointer;
	clear: both;
	}
.meta i {
	display: block;
	width: 30px;
	font-size: 30px;
	line-height: 30px;
	color: #9BB8D3;
	margin: 0 auto;
	padding: 0;
	text-decoration: none;
	transition: all 150ms ease-in-out;
	
}
.meta i:before {
	display: block;
/*	width: 1.5em;
	height: 1.5em; */
}
.meta .links {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	margin: -0.25em auto .25em;
	padding: 3em 0 0 0;
	font-weight: 300;
	font-size: .75em;
	line-height: 1em;
	transition: all 150ms ease-in-out;
}
.meta .links a {
	display: inline-flex;
	color: #9BB8D3;
	text-decoration: none;
	margin: 0 auto;
	white-space: nowrap;
	padding: .125em .5em;
	transition: all 150ms ease-in-out;
}
.meta .links p {
	margin: 0 0 .5em 0;
	padding: 0;
}
.meta .links p a {
	font-family: Alegreya Sans SC, Trebuchet MS, sans-serif;
	font-weight: 300;
	text-transform: lowercase;
	display: block;
	font-size: 1.125em;
	line-height: 1.5em;
	width: max-content;
}
.meta .links p strong {
	display: inline-block;
	font-weight: 500;
}
.meta .links p strong:after {
	content: " | ";
	font-weight: 300;
	margin: 0 .3125em;
}
@media (hover: hover) {
	.meta:hover i,
	.meta:focus-within i {
		color: #000;
		transform: rotate(90deg);
		transform-origin: center center;
	}
	.meta:hover .links,
	.meta:focus-within .links {
		opacity: 1;
		visibility: visible;
		margin: 0;
	}
}
.meta.on i {
	color: #000;
	transform: rotate(90deg);
	transform-origin: center center;
}
.meta.on .links {
	opacity: 1;
	visibility: visible;
	margin: 0;
}
.links a:hover,
.links a:focus {
	color: #000;
}
.tags {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}
.tags a:before {
	content: "#";
}


.post .img-wrapper {
	width: 100%;
	height: auto;
	text-align: center;
	padding-left: 0;
	padding-right: 0;
	overflow: hidden;
}
.post .img-wrapper:not(:first-of-type) {
	margin-top: 1.5em;
}
.post .img-wrapper:last-of-type {
	margin-bottom: 1.5em;
}
.post .img-wrapper img,
.post .img-wrapper iframe {
	max-width: 100%;
	height: auto;
}
.post .img-wrapper.img-two,
.post .img-wrapper.img-three {
	display: flex;
	flex-flow: row wrap;
}
.post .img-wrapper.img-two img {
	flex: 0 0 50%;
	width: 50%;
}
.post .img-wrapper.img-three img {
	flex: 0 0 calc(100% / 3);
	width: calc(100% / 3);
}
.post .img-wrapper.img-padded img {
/*	max-width: 90%; */
	max-width: calc(100% - 2.25em)
}
.post .img-wrapper.img-half {
	width: 50%;
}
.post .img-wrapper.img-third {
	width: calc(100% / 3);
}
.post .img-wrapper.img-left {
	float: left;
	margin-top: .5em;
	margin-right: 1em;
	margin-bottom: 1em;
}
.post .img-wrapper.img-right {
	float: right;
	margin-top: .5em;
	margin-left: 1em;
	margin-bottom: 1em;
}
.post .img-wrapper.img-left.img-padded {
	margin-right: 0;
}
.post .img-wrapper.img-right.img-padded {
	margin-left: 0;
}
.post .img-wrapper.img-wide img {
	width: auto;
	max-height: 11em;
}
.post .img-wrapper.caption img {
	margin-bottom: 1em;
}
.post .img-wrapper.video {
    position: relative;
    overflow: hidden;
    height: 0; 
	padding: 0 0 58.625% 0;
	width: 100vw;
    }
.post .img-wrapper.video iframe,
.post .img-wrapper.video object,
.post .img-wrapper.video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	height: 100%;
}
.post .img-wrapper.video-1_3 {
    padding: 0 0 75.375% 0;
}
.post .img-wrapper.video-1_7 {
    padding: 0 0 56.211% 0;
}

.post .erasingaudio {
	width: 290px;
	margin-left: auto;
	margin-right: auto;
}
.post .erasingaudio p {
	margin-left: 0;
	margin-right: 0;
	padding: 0;
}
.post .erasingaudio span:last-child {
	font-size: .75em;
	text-align: center;
	display: none;
}
.no-touch .post .erasingaudio {
	width: 290px;
}
.no-touch .post .erasingaudio object {
	width: 290px;
	height: 30px;
	margin: 0 auto;
}

.archive .post ul,
.archive .post li {
	list-style: none;
}
.archive .post ul {
	font-size: .675em;
	line-height: 1.375em;
	margin-bottom: 1.5em;
	padding-left: 1.5em;
	padding-right: 1.5em;
}
.archive .post ul li {
	display: inline-block;
	font-weight: 400;
	white-space: nowrap;
	margin: 0;
}
.archive .post li.year {
	font-size: 1.5em;
	font-weight: 400;
	min-width: 2.5em;
}
.archive .post li a {
	text-decoration: none;
}
.archive .post li a:hover {
	text-decoration: underline;
}
.archive .post li:not(:first-child, :last-child):after {
	content: " • ";
	margin: 0 .25em;
}

.by-photo .post p {
	margin-left: 0;
	margin-right: 0;
	padding: 0;
}
.by-photo .post p {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: flex-start;
}
.by-photo .post p a {
	flex: 0 0 20%;
}
.by-photo .post p a img {
	width: 100%;
	height: auto;
}
.by-photo .post p a:focus {
	outline: 5px solid #000;
	outline-offset: -5px;
	border-radius: 0;
}
form {
	margin: -3em auto -1em;
	display: flex;
	flex-flow: row wrap;
}
input {
	display: block;
	width: 9em;
	margin: 0;
	padding: .375em 2.5em .375em .75em;
	border: 0;
	border-radius: 0;
	border-bottom: 1px solid #28334A;
	font-family: Alegreya Sans, Trebuchet MS, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	font-weight: 300;
	text-align: left;
	color: #28334A;
	background: #fff;
}
input:focus {
	background-color: #fff;
	color: #28334A !important;
	border-radius: 0;
}
input:focus::placeholder {
	color: transparent;
}
::-webkit-input-placeholder {
	color: #28334A;
}
button {
	width: 2.5em;
	margin: 0 0 0 -2.5em;
	padding: .375em .75em;
	font-size: 1em;
	line-height: 1.5em;
	color: #28334A;
	background: transparent;
	border: 0;
	border-bottom: 1px solid #28334A;
	cursor: pointer;
}
button:focus {
	border-radius: 0;
}

footer {
	width: 100%;
	margin: 0 auto;
	padding: 0 0 7em 0;
}
footer ul,
footer li {
	list-style: none;
	margin: 0;
	padding: 0;
}
footer ul {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-evenly;
	align-items: flex-start;
}
footer ul li {
	flex: 0 0 4.25em;
	font-family: Alegreya Sans SC, Trebuchet MS, sans-serif;
	font-weight: 400;
	font-size: .75em;
	line-height: 1em;
	color: #e6edf4;
	text-transform: lowercase;
	text-align: center;
}
footer ul li a {
	display: block;
	color: #9BB8D3;
	padding: 0 0 .5em 0;
	text-decoration: none;
	transition: all 150ms ease-in-out;
}
footer ul li a:hover {
	color: #000;
}
footer ul li i {
	display: block !important;
	font-size: 2em;
	line-height: 1em;
	padding: .25em 0 .5em 0;
	margin: 0 auto;
}

.about ul {
	list-style: none;
	width: max-content;
	margin: 1em auto;
	font-family: Alegreya Sans SC, Trebuchet MS, sans-serif;
	text-transform: lowercase;
}
.about ul li {
	margin-bottom: .5em;
}
.about ul li i {
	margin-right: .5em;
}
.about ul li a {
	text-decoration: none;
}

@media only screen and (min-width: 568px) {
	.by-photo .post p a {
		flex: 0 0 calc(100% / 10);
	}
	.post .img-wrapper.video {
		max-width: 720px;
	}
}  
@media only screen and (min-width: 768px) {

	.erasing-org {
		font-size: 1.5em;
		}
	header {
		font-size: 4em;
		line-height: 1em;
		height: 50vh;
		min-height: 3em;
	}

	article {
		font-size: 1em;
		line-height: 1.5625;
		max-width: 720px;
	}
	article.by-photo {
		max-width: 100%;
	}

	.post p, .post li, .post li p {
		padding-left: 0;
		padding-right: 0;
	}
	.post ul,
	.post ol {
		padding-left: 2em;
		padding-right: 2em;
	}
	.post blockquote p,
	.post blockquote ul {
		padding: 0 1.5em;
	}
	.post p.caption span,
	.post p.directions span {
		display: block;
	}
	.post p small,
	.post p.sm,
	.post p.caption {
		padding-left: 0;
		padding-right: 0;
	}
	.meta i {
		width: 34px;
		font-size: 34px;
		line-height: 34px;
	}
	.meta {
		max-width: 100%; 
		font-size: .875em;
	}
	.tags {
		font-size: .75em;
	}
	
	.post .img-wrapper.img-padded img {
		max-width: 100%;
	}
	.post .img-wrapper.img-wide {
		width: 768px;
		margin-left: -34px;
		margin-right: -34px;	
	}
	.archive .post ul,
	.archive .post li {
		margin: 0;
		padding: 0;
	}
	.archive .post ul {
		font-size: .5em;
		line-height: 1.375em;
		margin-bottom: 2em;
		padding-left: 0;
		padding-right: 0;
	}
	.by-photo .post p a {
		flex: 0 0 calc(100% / 12);
	}
	.about ul {
		width: 100%;
		width: calc(100% - 4em);
		column-count: 2;
	}
}

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

	.erasing-org {
		font-size: 1.75em;
	}
	article,
	.post .img-wrapper.video {
		max-width: 800px;
	}
	.meta i {
		width: 40px;
		font-size: 40px;
		line-height: 40px;
	}
	.post .img-wrapper.img-wide {
		width: 1024px;
		margin-left: -112px;
		margin-right: -112px;	
	}
	.by-photo .post p a {
		flex: 0 0 calc(100% / 16);
	}
	footer {
		width: max-content;
	}
	footer ul {
		width: 840px;
		margin-left: -20px;
		margin-right: -20px;
	}
	footer ul {
		justify-content: space-between;
	}
}

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

	.post .img-wrapper.img-wide {
		width: 1280px;
		margin-left: -240px;
		margin-right: -240px;	
	}
	.by-photo .post p a {
		flex: 0 0 5%;
	}
	
}



/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

