#backdoor {
	font-family: Helvetica, sans-serif;
	color: #777;
}
#backdoorintro {
	color: black;
}
#backdoorwrapper {
	position: relative;
	left: 10%;
	width: 80%;
	padding-top: 40px;
	padding-right: 2%;
	padding-bottom: 30px;
}
#backdoortitle {
	margin-bottom: 40px;
}
#backdoor h1 {
	font-family: Helvetica, sans-serif;
	color: #2c7b62;
}
#backdoor h2 {
	font-family: Helvetica, sans-serif;
	color: #aee04c;
}
#backdoor figure {
	/*width: 80%;*/
	min-width: 0;
	flex: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#backdoor figcaption {
	text-align: center;
	font-family: Helvetica, sans-serif;
	font-size: 1em;
	color: #2c7b62;
	margin-top: 20px;
}
#backdoor li {
	list-style-image: url(comics/backbullet.png);
}
.backdoorimg {
	width: 100%;
}
.backdoorcolor {
	font-size: 2.5em;
	color: #aee04c;
	font-weight: bold;
	text-align: center;
}
@media screen and (max-width: 960px) {
	#backdoortitle {
	margin-bottom: 80px;
}
#backdoor figure {
	align-items: center;
}
}