html {
	font-size: 1vw;
}
#wrapper {
	width: 70%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
body {
	background-color:#95B06F;
	color: #575151;
	font-size: 1.2rem;
	line-height: 140%;
	font-family: arial, sans-serif;
}
#hero {
	width: 100%;
	height: 100%;
}
#hero img {
	width: 100%;
	height: auto;
	border: none;
}
.herotext {
	position: absolute;
	margin: 0;
	top: 5%;
	left: 35%;
	right: 10%;
	width: 43%;
	text-align: right;
	font-family: fraunces, georgia, garamond, serif;
	font-size: 3.5rem;
	line-height: 110%;
	color: #B95172;
}
.authorname {
	font-size: 2rem;
	color: #B95172;
}
#leftcolumn {
	width: 66%;
	height: auto;
	margin-bottom: 2%;
	background-color: #FFD9E8;
	float: left;
	padding: 2%;
	border: .4rem solid #712A4C;
	border-radius: 15px;
}
#leftcolumn a:link {
	color: #B95172;
}
#leftcolumn a:visited {
	color: #712A4C;
}
#rightcolumn {
	width: 22%;
	height: auto;
	background-color: #943154;
	float: right;
	padding: 2%;
	color: #FFF5E9;
	border: .4rem solid #FFD9E8;
	border-radius: 15px;
}
#rightcolumn h3 {
	font-family: fraunces, garamond, serif;
	font-size: 1.7rem;
}
.abouttheauthor {
	margin-top:.3rem;
}
.editorfurther {
	margin-bottom: .3rem;
}
#footer {
	width: 100%;
	height: 10%;
	background-color: #712A4C;
	padding: 5%;
	text-align: center;
	color: #FFF5E9;
	clear: both;
	border-radius: 15px;
	border: .4rem solid #FFD9E8;
}
.center {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 60%;
	height: 100%;
}
.right {
	float: right;
	margin-left: 2%;
	margin-bottom: 2%;
	width: 60%;
	height: 60%;
}
.left {
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
	width: 50%;
	height: 50%;
}
img {
	border: .4rem solid #B29BC9;
	border-radius: 15px;
}
p {
	font-family: funnel sans, trebuchet, verdana, sans-serif;
}
.bigger {
	font-size:1.7rem
}
h2 {
	font-family: fraunces, garamond, serif;
	font-size: 2.7rem;
	line-height: 110%;
	color: #943154;
}
.essaytext {
	margin-left: 3%;
	margin-right: 3%;
}
.quote {
	text-align: center;
	font-family: fraunces, georgia;
	font-size: 1.7rem;
	line-height: 115%;
	color: #3E7832;
}
hr {
	border: solid;
	border-color: white;
	border-width: .02rem;
	margin-bottom: 1.5rem;
}
ul {
	padding-inline-start:1.5em;
}
a:link {
	color: #B29BC9;
}
a:visited {
	color: #D7B6D3;
}
.videocontainer {
	overflow: hidden;
	padding-top: 56.25%;
	position: relative;
}
.videocontainer iframe {
	border: 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}