body {
	font-family: "Monaco", monospace;
	font-size: 22px;
	background: #111531;
}

h1 {
	font-family: "Monaco", monospace;
	text-align: center;
}

footer {
	text-align: center;
	margin-bottom: 15px;
}

div.headersquare {
	
}


span.post {
	position: relative;
	top: 50px;
}

div.postContent {
	text-wrap: balance;
	text-align: center;
	max-width: 55%;
	margin: auto;
}

h2.artHeadline {
	text-align: center;
	text-decoration: underline 2px;
}

h2.homeHeadline1 {
	position: absolute;
	left: 150px;
	top: 100px;
}

h2.homeHeadline2 {
	position: absolute;
	left: 1250px;
	top: 100px;
	text-decoration: underline dotted 2px;
}

h2.homeHeadline2:hover{
	cursor: help;
}


h2.homeHeadline2:hover + div.hidden{
	display: block;
	background-color: rgba(90, 0, 140, 0.5);
}

h3.subheader {
	
}

img.articleImg {
	position: relative;
	left: 50px;
	float: inline-start;
	top: 30px;
}

p {
}

nav {
	text-align: center;
}


a:link,
a:visited {
	color: #8D5AFF;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
}

a.artLink {
	text-decoration: underline 2px;
	font-size: 25px;
	position: relative;
	top: 5px;
}



p.about {
	position: absolute;
	text-align: left;
	top: 450px;
	left: 100px;
	right: 100px;
}




.homePhotos {
	position: absolute;
	left: 1200px;
	top: 7.1rem;
	margin: 50px;
	border: 1px solid;
	display: flex;
	width: 500px;
	height: 1131px;
}

img {
	border: 1px solid;
}

.photo2 {
	position: absolute;
	top: 377px;
}

.photo3 {
	position: absolute;
	top: 754px;
}

.randInfo {
	position: absolute;
	top: 500px;
	margin: 100px;
}

.prev1 {
	position: relative;
	border: 1px solid;
	display: block;
	height: 250px;
	width: 1000px;
	top: 2rem;
	left: 8rem;
	text-indent: 15px each-line;
}

.prev2 {
	position: relative;
	border: 1px solid;
	display: block;
	height: 250px;
	width: 1000px;
	top: 2rem;
	left: 8rem;
	text-indent: 15px each-line;
}

.prev3 {
	position: relative;
	border: 1px solid;
	display: block;
	height: 250px;
	width: 1000px;
	top: 2rem;
	left: 8rem;
	text-indent: 15px each-line;
}

.links {
	position: absolute;
	top: 860px;
	margin: 50px;
	left: 105px;	
}

a.outsideLink {
	text-decoration: underline 1px;
}

div.info {
	position: relative;
	top: 5px;
}

h2.tagOverview{
	text-align: center;
}

ul.postList {
	list-style: none;
	position: absolute;
	left: 25%;
	top: 150px;
}