/*#footer-container {
	position: absolute;
	top: 70vw;
	height: 120px;
	width: 100%;
}*/

#page-content {
	display:  flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

#page-content h2 {
	font-size: 5vw;
	text-shadow: 2px 2px 6px black;
	margin: 2.5% 0;
}

#banner-container {
	width: 100%;
	box-shadow: 0px 0px 8px #282424;
}

#banner-container img {
	position: relative;
	width:  100%;
}

.comic-display {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	width: 90%;
	margin-bottom: 2.5%;
}

.comic-display a {
	display: flex;
	flex-direction: column;
	align-items: center;
	box-shadow: 4px 4px 10px black;
	width: 25%;
}

.comic-display a:hover {
	box-shadow: 0 0 20px white;
}

.comic-display img {
	width: 100%;
}

.comic-display h3 {
	margin: 0;
	width: 100%;
	font-size: 2vw;
	background-color: #282424;
	text-align: center;
	border-bottom: 3px solid #cac7c7;
	color: #cac7c7;
}

#coming-soon {
	margin-bottom: 15%;
}

#latest-releases {
	margin-bottom: 8%;
}