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

/* 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 {
	background: #000;
	color: #999;
	font-size: 1.1em;
	line-height: 1.5;
}

body * {
	box-sizing: border-box;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
	background: #fff;
	color: #222;
	text-shadow: none;
}

::selection {
	background: #fff;
	color: #222;
	text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #333;
	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
   ========================================================================== */
 
:root {
	--color-red: #fb4846;
	--color-blue: #2680eb;
	--color-green: #29c231;
	--color-yellow: #fcb039;
	--font-body: "Charter", "Georgia", "Times New Roman", serif;
	--font-heading: "League Spartan", sans-serif;
	--font-meta: "Titillium", -apple-system, "Helvetica Neue", "Roboto", sans-serif;
}

@font-face {
	font-family: 'Charter';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('/type/charter_regular.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: 'Charter';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('/type/charter_bold.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: 'Charter';
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url('/type/charter_italic.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: 'Charter';
	font-style: italic;
	font-weight: 700;
	font-display: swap;
	src: url('/type/charter_bold_italic.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: 'League Spartan';
	src: url('/type/leaguespartan-bold.woff2') format('woff2');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Titillium';
	src: url('/type/titillium-lightupright.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}

body {
	background: #111;
	font-size: 1em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
}

body, 
input {
	color: #999;
	font-family: "Charter", "Georgia", "Times New Roman", serif;
}

h2, 
h3, 
h4 {
	font: 2em var(--font-heading);
}

h4 {
	font-size: 1.5em;
}

a {
	color: #ccc;
	transition: all 100ms ease-in-out;
}

figure {
	margin: 0;
}

figcaption {
	font-size: 0.98em;
	font-style: italic;
}

figure img {
	border: 12px solid #fff;
	border-radius: 2px;
}

aside figure img {
	border-width: 5px;
}

aside h4 {
	margin: 0;
}

img, 
video {
	max-width: 100%;
}

video {
	background: #000;
	width: 100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 0.9em;
	margin-bottom: 1.4em;
	width: 100%;
}

tbody tr:nth-child(odd){
	background: #222;
}

th, 
td {
	border:1px solid #333;
}

th.num, 
td.num {
	text-align: right;
}

.track th, 
.track td {
	border: 0;	
}

th, td, caption {
	padding: 10px;
	vertical-align: middle;
}

tfoot tr {
	border-top:1px solid #333;
}

.track tbody td:first-child, 
.track tbody td:last-child {
	text-align: right;
}

body > header,
body > footer,
body > main {
	padding: 0 20px;
}

body > header {
	background: #000;
	border-bottom: 1px solid #222;
	display: grid;
	gap: 10px;
	grid-template-areas: 
	"navigation masthead"
	"navigation search"
	"navigation breadcrumbs";
	margin-bottom: 4em;
	overflow: hidden;
	position: relative;
}

body > .trans {
	background: url('../img/trans.svg') center repeat-x;
	box-shadow: rgba(0,0,0,0.95) 0 0 10px;
	height: 5px;
	overflow: hidden;
	position: fixed;
	width: 100%;
	z-index: 10;
}

body > .trans a {
	display: block;
	opacity: 0;
}

body > footer {
	background: #000;
	border-top: 1px solid #222;
	padding-bottom: 0.5em;
}

body > main {
	margin: auto;
	max-inline-size: 600px;
}

main + footer {
	margin-top: 6em;
	text-align: center;
}

nav ul, 
nav ol {
	list-style: none;
	padding: 0;
}

.masthead {
	grid-area: masthead;
	margin-left: -40px;
}

.masthead > * {
	margin: 0;
}

.masthead h1 {
	font-size: 2.25em;
	font-weight: normal;
	line-height: 1.25em;
	text-transform: lowercase;
}

.masthead h1 strong {
	display: block;
	font-size: 2em;
	font-weight: normal;
	text-transform: uppercase;
}

.masthead p {
	font-style: italic;
}

.header-nav, 
.footer-nav {
	font-family: var(--font-meta);
	font-size: 0.95em;
	text-transform: uppercase;
}

.header-nav {
	align-self: end;
	grid-area: navigation;
	justify-self: end;
	margin-bottom: 24px; 
	transform: rotate(-90deg);
	width: 410px;
}

.footer-nav {
	margin: 1em auto;
	max-inline-size: 600px;
}

.header-nav ul {
	padding-top: 30px;
}

.header-nav li {
	transform: rotate(15deg);
}

.footer-nav li {
	margin: 0 0.25em;
}

.header-nav a, 
.footer-nav a {
	color: #666;
	text-decoration: none;
	transition: all 100ms ease-in-out;
}

.header-nav a {
	display: block;
	padding: 4px 15px;
}

.footer-nav a {
	gap: 10px;
}

.header-nav .current a, 
.header-nav a:hover, 
.footer-nav .current a, 
.footer-nav a:hover {
	color: #ccc;
}

.header-nav a:hover, 
.footer-nav a:hover {
	text-shadow: 0 0 10px rgba(255,255,255,0.25);
}

.header-nav li + li {
	border-top: 1px solid #222;
}

.header-nav .insta {
	display: none;
}

.header-search {
	grid-area: search;
	margin-left: -40px;
	max-width: 500px;
}

.footer-search {
	display: none;
}

.header-search fieldset, 
.password-protected fieldset {
	display: flex;
}

.header-search fieldset *:first-child, 
.password-protected fieldset *:first-child {
	flex: 1 1 auto;
}

.header-search fieldset *:last-child {
	flex: 0 0 auto;
}

.header-search input, 
.password-protected input {
	background: transparent;
	border: 0;
}

.header-search input[type="search"], 
.password-protected input[type="password"] {
	border-bottom: 1px solid #333;
}

.header-search input[type="submit"], 
.password-protected input[type="submit"] {
	border: 1px solid #333;
	border-radius: 0;
	border-width: 0 0 1px 1px;
	color: #333;
	font: 0.9em var(--font-meta);
}

.password-protected input[name="lock"] {
	border-width: 1px;
	font-size: 1.1em;
}

.password-protected input[name="lock"]:hover {
	color: #ccc;
}

.nope, 
.copyright, 
.mastodon {
	color: #666;
	font: small var(--font-meta);
}

.breadcrumbs {
	font-size: 0.95em;
	grid-area: breadcrumbs;
	margin: 1em 0 2em -40px;
	opacity: 0.5;
	padding: 0;
	transition: all 100ms ease-in-out;
}

.breadcrumbs::before {
	content: 'You are here: ';
}

.breadcrumbs:hover {
	opacity: 1;
}

.footer-nav li {
	display: inline-block;
}

.skip-main {
	left: 0;
	opacity: 0;
	padding: 0.25em 1em;
	position: absolute;
	top: 0;
	z-index: 999;
}

.skip-main:focus {
	opacity: 1;
}

.main:focus {
	outline: none;
}

.listing {
	list-style-type: none;
	padding: 0;
}

.grid {
	display: grid;
	gap: 10px;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: auto;
	list-style-type: none;
	padding: 0;
}

.listing a[href*='http']:before, 
.p-name a[href*='http']:before, 
.event .details a[href*='http']:before {
	content: '→ ';
}

.listing a[href*='https://thebigreason.com']:before, 
.p-name a[href*='https://thebigreason.com']:before, 
.event .details a[href*='https://thebigreason.com']:before, 
.listing figure a[href*='http']:before {
	content: '';
}

.primary {
	margin-bottom: 4em;
}

.primary h1,
.articles h2, 
.articles h3 {
	font-family: var(--font-heading);
}

.tagged-with a {
	margin-right: 0.25em;
}

.breadcrumbs li {
	display: inline-block;
}

.breadcrumbs li + li::before {
	content: ' → ';
}

.pagination {
	display: flex;
	font-family: var(--font-meta);
	font-size: 0.98em;
	justify-content: space-between;
	margin: 2em 0;
	text-transform: lowercase;
}

.pagination .deact {
	opacity: 0.5;
}

.pagination .prev, 
.pagination .next {
	display: flex;
	gap: 10px;
}

.pagination a {
	border: 1px solid #333;
	border-radius: 2px;
	padding: 2px 6px;
	text-decoration: none;
}

.pagination .total {
	margin: 0 0.5em;
}

.articles footer .categories {
	margin-top: 4em;
}

.tag-description {
	border-top: 1px solid #222;
	margin-bottom: 4em;
	margin-top: -3em;
	padding-top: 1em;
}

.tag-description p {
	margin: 0;
}

.tag-description p + p {
	border-left: 10px solid #222;
	margin-top: 0.5em;
	padding-left: 1em;
}

.media-container {
	height: 0;
	overflow: hidden;
	padding-bottom: 50%;
	padding-top: 30px;
	position: relative;
}

.media-container iframe, 
.media-container object, 
.media-container embed {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.e-content .media-container + p {
	margin-top: 1rem;
}

.documents {
	margin: 4em 0;
}

.documents .listing li {
	display: flex;
	gap: 15px;
}

.documents .listing li + li {
	border-top: 1px solid #222;
	margin-top: 1em;
	padding-top: 1em;
}

.documents .listing li > *:first-child {
	inline-size: 60px;
	opacity: 0.5;
}

.documents .listing h4,
.documents .listing pre {
	font-size: 1em;
	margin: 0;
}

.documents .listing pre {
	font: smaller var(--font-meta);
	white-space: pre-wrap;
}

.listing li + li {
	margin-top: 4em;
}

.listing article h3 {
	font-size: 2em;
	margin: 0.5em 0;
}

article h1 .draft,
article h3 .draft {
	background: #666;
	border-radius: 2px;
	color: #fff;
	font: 0.5em var(--font-meta);
	padding: 0.1em 0.5em;
	vertical-align: middle;
}

.listing article h3 a, 
article h1 a {
	color: #999;
	text-decoration: none;
}

.listing article h3 a:hover, 
article h1 a:hover {
	color: #fff;
	border-bottom: 1px solid #222;
}

article h1 {
	color: #ccc;
	font: 2.75em var(--font-heading);
}

.article time, 
.articles time {
	border-bottom: 1px solid #333;
	display: block;
	font-family: var(--font-meta);
	margin: 0 0 1em 0;
	text-transform: uppercase;
}

article blockquote {
	border-left: 10px solid #222;
	margin-left: 0;
	padding-left: 30px;
}

article .excerpt {
	font-size: 1.25em;
}

.article aside {
	font-family: var(--font-meta);
	border: 1px solid #333;
	padding: 0 20px;
	width: 300px;
}

.article aside.right {
	float: right;
	border-width: 1px 0 1px 10px;
	border-radius: 20px 0 0 20px;
	margin: 20px -100px 20px 20px;
}

.article aside.left {
	float: left;
	border-width: 1px 10px 1px 0;
	border-radius: 0 20px 20px 0;
	margin: 20px 20px 20px -100px;
}

.article aside h3 + P,
.article aside h4 + P {
	margin-top: 0;
}

article footer {
	font-family: var(--font-meta);
	font-size: 0.9em;
	clear: both;
}

article footer .continue {
	font-size: 1.2em;
}

.continue a,
.filed-under a, 
.tagged-with a {
	border: 1px solid #333;
	border-radius: 2px;
	color: #999;
	display: inline-block;
	margin-bottom: 0.25em;
	padding: 2px 6px;
	text-decoration: none;
}

.continue a:hover,
.filed-under a:hover, 
.tagged-with a:hover {
	color: #eee;
}

.e-content > p {
	margin: 0;
}

.e-content > p + p, 
.e-content > aside + p {
	text-indent: 2em;
}

.e-content figure {
	border: 1px solid #222;
	border-width: 1px 0;
	margin: 1.5em 0;
	padding: 1.5em 0 0.5em 0;
}

.events .listing article {
	display: flex;
	gap: 10px;
}

.event time, 
.event time a, 
.event time span {
	display: block;
}

.events .listing li {
	margin-top: 2em;
}

.events .listing a, 
.event .details a {
	display: inline-block;
	text-decoration: none;
}

.events .listing a:hover, 
.event .details a:hover {
	text-decoration: underline;
}

.events .listing .Jun time {
	background: url("../img/pride-flag.png");
	background-size: cover;
	text-shadow: 0 0 3px rgba(0,0,0, 0.5);
}

.event time {
	border: 1px solid #333;
	border-radius: 2px;
	color: #fff;
	flex: 0 0 auto;
	padding: 10px;
	text-align: right;
	text-transform: uppercase;
	width: 130px;
}

.gigs.detail .event time {
	font-size: 200%;
	width: max-content;
}

.events .listing h2 {
	margin: 0;
	font-weight: normal;
	font-size: 1em;
}

.events .listing div {
	flex: 1 1 auto;
}

.events .listing p {
	margin: 0;
}
.event .day, 
.event .year {
	font: 0.8em var(--font-meta);
}

.event .month-date {
	font-size: 1.5em;
	font-weight: bold;
}

.events .listing .time, 
.gigs.detail .event .time  {
	display: none;
}

.event .today time {
	box-shadow: 0 0 10px rgba(255,255,255,0.1);
	overflow: hidden;
	position: relative;
}

.event .today time:after {
	background: #fff;
	color: #000;
	content: 'today';
	font: 0.6em var(--font-meta);
	padding: 0 40px;
	position: absolute;
	left: -40px;
	top: 12px;
	transform: rotate(-40deg);
}

.events .listing .today time:after {
	top: 7px;
}

.event .canceled-message {
	background: var(--color-red);
	border-radius: 2px;
	color: #fff;
	font-family: var(--font-meta);
	text-transform: uppercase;
	padding: 0 0.25em;
	width: intrinsic;
}

.event header + figure {
	margin-top: 1em;
}

.events .listing .event a:hover {
	text-decoration: none;
}

.events .listing .event a:hover time {
	border-color: #999;
}


.gigs.detail .canceled-message {
	margin-bottom: 1em;
}

.gigs .events header {
	display: none;
}

.discography .primary .listing {
	margin-top: 4em;
}

.discography .primary .listing figure {
	margin-bottom: 2em;
}

.discography .primary .listing > li + li {
	border-top: 1px solid #222;
	margin-top: 3em;
	padding-top: 3em;
}

.discography .primary .listing article > * {
	margin: 0;
}

.discography .primary .listing article .purchase {
	list-style: none;
	margin-top: 1em;
	padding: 0;
}

.discography .primary .purchase li {
	display: inline;
	margin: 0;
}

.discography .primary .purchase a {
	border: 1px solid #333;
	border-radius: 2px;
	display: inline-block;
	font-family: var(--font-meta);
	margin: 0.1em 0;
	padding: 0 0.5em;
	text-decoration: none;
}

.discography .primary .purchase a::before {
	content: '';
}

fieldset ul {
	list-style: none;
	padding: 0;
}

input {
	border: 1px solid #ccc;
	padding: 0.5em;
}

input[type='checkbox'], 
input[type='radio'] {
	border: inherit;
}

input[type='submit'] {
	color: #ccc;
	cursor: pointer;
	border: 0;
	border-radius: 2px;
	display: inline-block;
}

input[type='search'] {
	-webkit-appearance: none;
	border-radius: 0;
}

.message {
	animation: fadeOut 2s 2s forwards;
	border-radius: 2px;
	color: #fff;
	display: flex;
	margin: -2em auto 1em auto;
	max-width: 600px;
	opacity: 1;
	padding: 0.25em 0;
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.message .icon,
.message .close {
	margin: -0.25em 0;
	padding: 1.25em 0.5em;
	width: 40px;
}

.message .icon {
	border-right: 1px solid rgba(255,255,255,0.25);
	margin-right: 20px;
}

.message .close {
	margin-right: 10px;
	opacity: 0;
	width: 30px;
}

.message .icon img,
.message .close img {
	vertical-align: middle;
}

.message .text {
	flex-grow: 1;
}

.message:hover .close {
	opacity: 0;
}

.confirm {
	background: var(--color-green);
}

.error {
	background: var(--color-red);
}

.warning {
	background: var(--color-yellow);
}

.home .main > .primary {
	display: none;
}

.home .main {
	display: grid;
	grid-template-areas: 
	"events"
	"articles"
	;
	max-inline-size: inherit;
}

.home .main .articles {
	grid-area: articles;
	margin: auto;
	max-inline-size: 600px;
}

.home .main .events {
	border-bottom: 1px solid #222;
	grid-area: events;
	margin: 0 -20px;
	overflow-y: scroll;
	padding: 0 20px 4em 20px;
}

.home .main .events header {
	position: sticky;
	left: 0;
}

.home .main .events header h2 {
	display: none;
}

.home .main .events header p {
	font: 1em var(--font-body);
	margin-top: 0;
}

.home .main .events .listing {
	display: flex;
	gap: 20px;
	margin: 50px 0 0 0;
	width: max-content;
}

.home .main .events .listing li {
	margin-top: 0;
}

.home .main .events article {
	gap: 10px;
	inline-size: 380px;
}

.home .main .events article div {
	font-size: 0.9em;
}

.about .main > figure picture a {
	background: url('/media/05/03/devil-locks.jpg') no-repeat;
	background-size: 100%;
	display: block;
}

.about .main > figure a:hover img {
	opacity: 0;
	transition: all 5000ms ease-in-out;
}

.gigs .main .primary {
	margin-bottom: 2em; 
}

.gig-counter {
	border-collapse: separate; 
	font-family: var(--font-meta);
	font-size: smaller;
	margin: auto;
	text-align: right;
	width: auto;
}

.gig-counter tbody tr {
	background: #000;
}

.gig-counter th {
	text-transform: uppercase;
} 

.gig-counter th, 
.gig-counter td {
	border: 0;
}

.gig-counter tbody tr > * {
	background: #000;
	border: 1px solid #333;
}

.gig-counter tbody td {
	color: #fff;
	font-family: var(--font-heading);
	font-size: 1.25em;
	line-height: 1em;
}

.gig-counter tbody th {
	border-radius: 2px 0 0 2px;
	border-width: 1px 0 1px 1px;
}

.gig-counter tbody td {
	border-width: 1px 0;
	width: 100px;
}

.gig-counter tbody td:last-child {
	border-radius: 0 2px 2px 0;
	border-width: 1px 1px 1px 0;
}

.gig-counter tbody th {
	text-align: left;
}

.gig-counter span {
	background: #666;
	border-radius: 2px;
	box-shadow: inset 0 0 20px rgba(0,0,0,0.75);
	display: inline-block;
	height: 30px;
	line-height: 22px;
	margin-left: 1px;
	padding: 5px;
	position: relative;
	text-align: center;
	width: 25px;
}

.gig-counter span:after {
	content: '—';
	color: #000;
	font-family: var(--font-meta);
	font-size: 1.25em;
	left: 0;
	right: 0;
	margin: auto;
	position: absolute;
	top: 2px;
}


/* ==========================================================================
   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;
}	

@media only screen and (max-width: 710px) {
	
	html {
		font-size: 1.3em;
	}
	
	body > header {
		grid-template-areas: 
		"navigation masthead"
		"search search"
		"breadcrumbs breadcrumbs";
		margin-bottom: 2em;
	}
	
	body > main, 
	body > header, 
	body > footer {
		padding: 0 10px;
	}
	
	.masthead, 
	.header-search, 
	.breadcrumbs {
		margin-left: 0;
	}
	
	.header-search {
		max-width: inherit;
	}
	
	.header-nav {
		margin: -25px 0 0 -20px;
		transform: inherit;
		width: 150px;
	}
	
	.header-nav li {
		transform: rotate(-15deg);
	}
	
	.header-nav a {
		padding: 4px 8px 4px 16px;
	}
	
	article h1 {
		font-size: 2em;
	}
	
	.article .e-content aside {
		float: none;
		margin: 20px 0;
		width: inherit;
	}
	
	.home .main .events {
		margin: 0 -10px;
		padding: 0 10px 2em 10px;
	}
	
	.home .events .listing article {
		display: block;
		inline-size: 250px;
	}
	
	.home .event time {
		margin-bottom: 0.5em;
	}
	
	.home .event div {
		font-size: smaller;
	}
	

}

@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;
	}
}
