::selection {
	background: #EDABB5;
}
body {
	font-size: 16px;
	font-family: Times New Roman, Times, serif;
	background-color: #e8e8e8;
	background-image: url("//www.transparenttextures.com/patterns/light-paper-fibers.png");
	color: rgb(50 50 50);
	padding: 1.5rem;
	max-width: 1600px;
	margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	font-variant-caps: small-caps;
}
h1 {
	text-transform: uppercase;
	font-size: 3rem;
	line-height: 1em;
	column-span: all;
	-webkit-column-span: all;
	text-align: center;
	padding: 1em 0;
	margin: 0;
	border-top: 1px solid;
}

h2 {
	font-size: 2rem;
	line-height: 1em;
	margin: 0.25em 0;
}

p {
	text-align: justify;
}

header {
	text-align: center;
	column-span: all;
	border-top: 3px solid rgb(30 30 30);
	border-bottom: 3px solid rgb(30 30 30);
	font-size: 0.75em;
	padding-top: 0.75em;
	padding-bottom: 0.75em;
	margin-bottom: 2em;
	font-weight: 700;
	font-variant-caps: small-caps;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-itemscenter;
	gap: 1em;
}

#post header {
	margin-bottom: 0;
}
h1.post {
	font-size: 55px;
}
main {
    padding-bottom: 2rem;
    border-bottom: 1px solid;
}
#dot {
	display: inline-table;
	background: #D5364C;
  border-radius: 50px;
  width: 55px;
  height: 55px;
}
#post #dot {
	width: 40px;
  height: 40px;
}
// #name a {
//	text-decoration: none;
//	color: rgb(50 50 50);
//	border-radius: 4px;
 // 	padding: 0 2px;
// }
// #name a:hover{
//	background: #EDABB5;
//}

.open strong {
  font-size: 2rem;
  font-weight: normal;
  vertical-align: middle;
}

article {
	margin: 2em 0;
}

article:first-child,
h2:first-child {
	margin-top: 0;
}

article > h4 { margin: 0;}

article > h2 + p:first-letter {
	font-size: 3.5rem;
	font-weight: bolder;
	margin: 0 0.25em 0 0;
	float: left;
	line-height: 1;
}
article p {
	line-height: 1.5;
}
article + article::before {
    content: '';
    display: block;
    width: 5rem;
    height: 1px;
    margin: 0 auto 3rem;
    background: rgb(30 30 30);
}
article p a {
	color: rgb(50,50,50);
}

img {
	width: 100%;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

img:hover {
	-webkit-filter: none;
  filter: none;
}

blockquote {
	position: relative;
	line-height: 1.2em;
	font-size: 1.5rem;
	border-left: 0.25em solid;
	margin: 0;
	padding: 0.5em 1em;
	background: rgb(0 0 0 / 5%);
}
/*blockquote::before{
	content:'“';
	position: absolute;
	top: 1rem;
	left: 1rem;
	font-size: 10em;
	line-height: 1em;
	opacity: .05;
	font-family: fantasy;
}*/
blockquote > p{
	text-align: center;
	text-wrap: balance;
	font-style: italic;
	letter-spacing: 0.05em;
}

/* Pagination */

.pagination {
	padding-bottom: 0;
  line-height: 50px;
}
.next{
	text-align: right;
}
.center {
	color: transparent;
}

#name a,
article h2 a,
.previous a,
.next a {
	color: rgb(50 50 50);
	text-decoration: none;
}

#name a:hover,
article h2 a:hover,
article p a:hover,
.previous a:hover,
.next a:hover,
footer a:hover {
	color: #D5364C;
	text-decoration: rgb(50 50 50) underline dotted;

}

/* Footer */

footer {
	display: block;
  padding: 8px 0;

}

footer .open {
  display:inline;
  background: #FFE039;
  background: #EDABB5;
  padding: 3px 4px 3px 5px;
  border-radius: 3px;
  color: #221F1C;
  margin-right: 3px;
}

footer strong {
  font-size: 2rem;
  font-weight: normal;
  display: contents;
}

footer a {
	color: rgb(50,50,50);
  text-decoration: none;
  border-left: 1px solid #999;
  line-height: 55px;
  padding-left: 35px;
  padding-right: 20px;
}

footer a:first-of-type {
  padding-left: 0;
  border: none;
}



@media only all and (min-width: 700px) {
	body {
		font-size: 18px;
	}
	header {
		font-size: 1.25rem;
	}
	main {
		columns: 2;
		column-gap: 3.5rem;
		line-height: 1.5em;
		column-rule: 1px outset #444;
	}
	p {
		text-justify: inter-word;
	}
}
@media only all and (min-width: 1000px) {
	body {
		font-size: 20px;
	}
	header {
		font-size: 1.5rem;
	}
	main {
		columns: 3;
	}
	h1 {
		font-size: 5rem;
	}
}

@media (max-width:700px) {
	#dot {
		width: 40px;
		height: 40px;
	}
}
