*, *::before, *::after{
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
}
body{
	max-width: 529px;
	margin: 0 auto;

	background-color: #FFFCF2;
	color: rgba(14,0,15,.8);

	font-size: 20px;
	line-height: 1.45;
	font-family: "Minion Pro", "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: 100;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0.0000001em;
	-moz-hyphens:auto;
	/*-webkit-text-stroke: 0.15px;*/
	/*text-shadow: 0 0 .1px white;*/
	/*text-align: justify;*/
	-webkit-font-feature-settings:"liga";
	-moz-font-feature-settings:"liga";
	font-feature-settings: "liga";
}
h1{
	font-size:1.618rem;
	font-weight: normal;
	white-space: nowrap;
	-webkit-font-feature-settings: "smcp" on, "liga" on;
	-moz-font-feature-settings: "smcp" on, "liga" on;
	font-feature-settings: "smcp" on, "liga" on;
}
h1, hr{
	text-transform: capitalize;
	line-height: 38.1966vh;
}
hr::after{
	content: "***";
	position: relative;
	top: .45rem;
}
p{
	white-space: pre-line;
}
p+p {
	margin-top: 2rem;
}
ul{
	list-style: none;
	text-indent: -4rem;
	margin: .5em 0;
	padding: 0;
	color: rgba(5, 99, 78, .8);
}
li::before{
	content: " ----- ";
}
footer{
	padding: 38.1966vh 0 1rem;
	text-align: center;
}
a, a:visited{
	color: rgba(5, 99, 78, .8);
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
@media only screen and (orientation : portrait) {
	body{
		padding: 0 1em;
	}
	ul{
		text-indent: 0;
	}
}