body {
	background-color: #1e1e1e;
}
main {
	width: 800px;
	margin: 0 auto;
	background-color: #444444;
	padding: 40px;
	color: #c4c4c4;
	border-radius: 10px;
	font-family: "nimbus-sans", sans-serif;
}
h1 {
	font-family: "abril-display", sans-serif;
	font-style: normal;
	font-weight: 600;
	text-align: center;
	margin: 0px 0px 40px 0px;
	font-size: 150px;
	color: white;
}
nav {
	background-color: #333333;
	width: 14%;
	font-size: 18px;
	border-radius: 10px;
	display: inline-block;
	vertical-align: top;
	margin-right: 2.5%;
	padding: 2.5%;
	line-height: 25px;
}
ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
nav li a {
	text-decoration: none;
	color: #595959;
}
nav li a:hover {
	color: white;
}
#intro {
	border-bottom: solid 1px #6d6d6d;
	padding-bottom: 40px;
}
#intro article {
	font-size: 20px;
	display: inline-block;
	background-color: #333333;
	padding: 2.5%;
	border-radius: 10px;
	width: 70%;
	margin-left: 2.5%;
}
h2 {
	font-family: "abril-display", sans-serif;
	color: white;
	margin: 0px;
	font-size: 40px;
}
#sleepstages {
	font-size: 18px;
	margin: auto;
	padding-top: 20px;
	padding-bottom: 40px;
	border-top: solid 1px black;
	border-bottom: solid 1px #6d6d6d;
}
#sleepstages h2 {
	font-family: "abril-display", sans-serif;
	text-align: center;
	margin: 0px;
	padding-bottom: 20px;
}
.stage {
	height: 600px;
	background-color: #333333;
	border-radius: 10px;
	padding: 2.5%
}
.stage a {
	text-decoration: none;
	color: white;
	font-weight: 600;
}
.stage a:hover {
	text-decoration: underline;
}
#stage1 {
	margin-right: 2.5%;
	width: 24.33%;
	display: inline-block;
	vertical-align: top;
}
#stage2 {
	margin-left: 2.5%;
	margin-right: 2.5%;
	width: 24.33%;
	display: inline-block;
	vertical-align: top;
}
#stage3 {
	margin-left: 2.5%;
	width: 24.33%;
	display: inline-block;
	vertical-align: top;
}
#stage4 {
	margin-top: 40px;
	height: auto;
}
.stage h3 {
	text-align: center;
	color: white;
	margin: 0;
	margin-top: 20px;
}
#facts {
	border-top: solid 1px black;
}
.factbox {
	margin: 40px 0px;
}
.factbox article {
	background-color: #333333;
	font-size: 30px;
	border-radius: 10px;
	padding: 2.5%;
	width: 55%;
	height: 260px;
	margin: 0px;
	display: inline-block;
	vertical-align: top;
}
.imageleft {
	margin-right: 5%;
	border-radius: 10px;
	display: inline-block;
	vertical-align: top;
}
.imageright {
	margin-left: 5%;
	border-radius: 10px;
	display: inline-block;
	vertical-align: top;
}
#factend article {
	width: auto;
	height: auto;
}
footer {
	font-family: sans-serif;
	text-align: center;
	padding: 40px;
	color: #c4c4c4;
}