/* CSS Document */
h1, h2, .bat-profile-pic, .instagram-tile, .twitter-tile, .fb-tile, .yt-tile {
	display: inline-block;
}
.instagram-tile, .twitter-tile, .fb-tile, .yt-tile {
	float: right;
	margin: 6%;
}
body {
	background-color: #5D5C5C;
}
h1{
	text-align: center;
	color: white;
	font-size: 110px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: bold;
}
h2, p, a, button, li {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: lighter;
}
h3 {
	text-align: center;
	color: black;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: bold;
}
header{
	background-color: black;
	min-height: 190px;
	max-height: 190px;
}
.twitter-tile:hover {
	opacity: 80%;
}
.fb-tile:hover {
	opacity: 80%;
}
.yt-tile:hover {
	opacity: 80%;
}
.instagram-tile:hover {
	opacity: 80%;
}
.bat-profile-pic {
	width: 14%;
}
.social-container {
	width: 190px;
	float: right;
}
.subtitle-container {
	width: 100%;
	background-color: white;
	text-align: center;
	font-size: 20pt;
}
.text-container {
	background-color: black;
	margin-top: 1%;
	margin-bottom: 2%;
	border-radius: 5px;
}
.content {
	color: white;
	padding-top: 1%;
	margin: 1%;
	text-align: left;
	line-height: 1 em;
	font-size: 16pt;
}
.article-title {
	color: gold;
	font-size: 24pt; 
	text-decoration: none;
}
.death1 {
	width: 28%;
	float: left;
	margin: 3% 3% 1% 3%;
}
.death2 {
	width: 28%;
	float: right;
	margin: 0 3% 3% 3%;
}
.clear {
	clear: both;
}
.home-button {
	text-decoration: none;
	color: white;
	display: block;
	margin: auto;
	background-color: gold;
	padding: 1%;
	width:15%;
	cursor: pointer;
	margin-bottom: 1%;
}
.home-button:hover {
	background-color: darkblue;
}
.fa-home {
	color: black;
	font-size: 24pt;
}
.fa-home:hover {
	color: white;
}
.next-button {
	text-decoration: none;
	color: white;
	display: block;
	margin: auto 1% 1%;
	float: right;
	background-color: gold;
	padding: 1%;
	width:5%;
	cursor: pointer;
}
.next-button:hover {
	background-color: darkblue;
}
.fa-arrow-right {
	color: black;
	font-size: 24pt;
}
.fa-arrow-right:hover {
	color: white;
}
.back-button {
	text-decoration: none;
	color: white;
	display: block;
	margin: auto 1%;
	float: left;
	background-color: gold;
	padding: 1%;
	width:5%;
	cursor: pointer;
}
.back-button:hover {
	background-color: darkblue;
}
.fa-arrow-left {
	color: black;
	font-size: 24pt;
}
.fa-arrow-left:hover {
	color: white;
}
footer {
	text-align: center;
	height: 60px;
	margin-bottom: 1%;
	color: white;
	font-size: 10pt;
}

.help-center-link {
	padding: 1%;
	background-color: darkblue;
	color: white;
	float: left;
	cursor: pointer;
	text-decoration: none;
}

.help-center-link:hover {
	background-color: white;
	color: black;
}
.footer-links {
	color: white;
	text-decoration: none;
	margin-left: 1%;
	margin-right: 1%;
	font-size: 12pt;
}
.footer-links:hover {
	font-size: 20pt;
}
footer a:active {
	color: gold;
}

.batcave-link {
	padding: 1%;
	background-color: darkblue;
	color: white;
	float: right;
	cursor: pointer;
}
.batcave-link:hover {
	background-color: white;
	color: black;
}
.story-button {
	display: none;
}
.appearances-button {
	display: none;
}

@media only screen and (max-width: 2560px) {
	.bat-profile-pic {
		width: 7%;
	}
	h1 {
		font-size: 80pt;
		margin-left: 31%;
	}
}
@media only screen and (max-width: 1920px) {
	.bat-profile-pic {
		width: 12%;
	}
	h1 {
		margin-left: 16%;
	}
	.subtitle {
		margin-left: 40%;
	}
}
@media only screen and (max-width: 1080px) {
	.bat-profile-pic {
		display: none;
	}
	.social-container {
		display: none;
	}
	.batcave-link {
		display: none;
	}
	.death1 {
	display: none;
	}
	.death2 {
	display: none;
	}
	.content {
		text-align: center;
	}
	.next-button {
		width: 10%;
	}
	.back-button {
		width: 10%;
	}
	h2 {
		text-align: center;
	}
	h1{
	margin-left: 5%;
	color: white;
	font-size: 70pt;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: bold;
	}
	.help-center-link {
		display: none;
	}
	.footer-links {
		padding: 2%;
		display: block;
		color: black;
		background-color: white;
		margin: 3%;
	}
} 
