
* {
	font-family: 'MedievalSharp', 'IM Fell DW Pica', 'Times New Roman', Times, serif;
	font-weight: 200;
	font-size: 1.04em;
	line-height: 1.4em;
}

body, main{
	max-width: 100%;
	display: flex;
	flex-direction: column;
	background: black;
	color: #f1f1f1;
}

p {
	font-weight: 200;
	font-size: 1em;
	line-height: 1.4em;
}

h1 {

	font-weight: 700;
	font-size: 2em;
	text-align: center;
}

div {
	position: relative;
	display: inline;
	/* mix-blend-mode: difference;*/
  }

.overlay {
	position: absolute;
	bottom: auto;
	right: auto;
	max-width: 1000px;
  }

footer {
	max-width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-evenly;
	background-color: black;
}

footer div {
	margin: 30px;
	background-color: black;
}

.navigation, .navigation a {
	font-size: 24px;
	font-weight: 700;
	color: purple;
}

.navigation a:hover {
	color: #f1f1f1;
}

.start {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	background-color: black;
}

.start div {
	background-color: black;
	margin: 30px;
	text-align: center;
}

.txtbox {
	display: flex;
	flex-flow: column wrap;
	align-items: center;
	margin-top: 15px;
	margin-bottom: 15px;
}

.txtbox div {
	width: 640px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.txtbox img {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
}

.centered {
	font-weight: 500;
	position: absolute;
	max-width: 640px;
	top:  50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.top {
	font-weight: 500;
	position: absolute;
	max-width: 640px;
	top:  40%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.starparallax {
  background-image: url("img/Stars.png");
  min-height: 500px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.thornparallax {
	background-image: url("img/Angeltorture.png");
	min-height: 800px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
  }

.planetparallax {
	background-image: url("img/Planet.png");
	min-height: 800px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
  }

@media (max-width: 800px) {

	* {
		font-size: 14px;
		line-height: 1.4em;
	}

	.txtbox div, .imgbox div {
	width: 80%;
	}

	.imgbox {
	display: flex;
	flex-flow: column wrap;
	align-items: center;
	}
}
