* {
	-webkit-transition-duration: 0.25s;
	-moz-transition-duration: 0.25s;
	-o-transition-duration: 0.25s;
	transition-duration: 0.25s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(images/comics-golden.jpg);
	background-size: cover;
	font-family: Nunito, sans-serif;
	font-style: normal;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	font-size: 1em;
	min-width: 880px;
}

h1 {
	text-align: center;
	font-family: 'Limelight', cursive;
	font-style: normal;
	font-weight: normal;
	font-size: 2em;
}

h2 {
	text-align: center;
	font-family: 'Limelight', cursive;
	font-style: normal;
	font-weight: normal;
	font-size: 1.5em;
}

h3 {
	font-family: 'Limelight', cursive;
	font-style: normal;
	font-weight: normal;
	font-size: 1.2em;
}

h4 {
	font-family: 'Limelight', cursive;
	font-style: normal;
	font-weight: normal;
	font-size: 1.2em;
}

p {
	font-size: 1em;
}

a {
	color: #c77a1f;
	text-decoration: none;
}

a:hover {
	color: #333333;
	font-weight: 900;
}

article a img {
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}

article a img:hover {
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform:scale(1.1);
}

hr {
	margin-left: 5%;
	width: 90%;
	float: none;
	clear: both;
	border: none;
	border-top: thin solid #666666;
}

ul {
	padding-bottom: 20px;
	margin-bottom: 20px;
	text-align: left;
	-webkit-columns: 3;
	-moz-columns: 3;
	-o-columns: 3;
	columns: 3;
}

ol {
}

li {
	margin-bottom: 10px;
	-webkit-column-break-inside: avoid;
    -moz-column-break-inside:avoid;
    -moz-page-break-inside:avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
    column-break-inside: avoid;
}

blockquote {
}

header {
	padding-bottom: 5px;
	padding-top: 20px;
	clear: both;
	float: none;
	background-color: white;
	margin-bottom: 0px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 650px;
	border-bottom: 3px solid black;
	-moz-box-shadow: 5px 10px 10px #444433;
	-webkit-box-shadow: 5px 10px 10px #444433;
	box-shadow: 5px 10px 10px #444433;
}

header img {
	width: 650px;
}

header h1 {
	font-size: 3em;
	border-top: 6px solid black;
	border-bottom: 4px solid black;
	padding: 0px;
	margin: 0px;
}

header h2 {
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 5px;
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	margin-top: 0px;
	font-size: 1.2em;
	
}

article {  
	min-height: 750px;  
	padding-left: 10px;  
	padding-bottom: 20px;  
	padding-right: 10px;  
	padding-top: 20px;  
	clear: both;  
	float: none;  
	background-color: white;  
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 650px;
	-moz-box-shadow: 5px 10px 10px #444433;
	-webkit-box-shadow: 5px 10px 10px #444433;
	box-shadow: 5px 10px 10px #444433;
}

article p {
	line-height: 2em;
	text-align: left;
	clear: both;
	float: none;
	margin-left: 5%;
	width: 90%;
}

article img {
	padding-bottom: 30px;
	margin-right: 25px;
	margin-bottom: 30px;
	float: left;
	width: 46%;
}

article .main-comic img {
	margin-left: 0px;
	padding-bottom: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
	width: 325px;
}

article a img {
	padding-bottom: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	height: 250px;
	width: 250px;
}

article.privacy img {
	float: none;
	margin-left: 10%;
}

p.learnmore {
	text-align: center;
	font-size: 1.2em;
	clear: both;
}

footer {
	font-size: 0.8em;
	margin-bottom: 20px;
	clear: both;
	float: none;
	background-color: white;
	margin-top: -20px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 650px;
	-moz-box-shadow: 5px 10px 10px #444433;
	-webkit-box-shadow: 5px 10px 10px #444433;
	box-shadow: 5px 10px 10px #444433;
	border-top: thin solid black;
}

footer a {
}

footer a:hover {
}

@media screen and (max-width: 900px) {

body {  
	font-size: 1.5em;
}

header h1 {
	font-size: 2em;
}

header h2 {
	font-size: 0.9em;
}

footer {
	font-size: 0.8em;
}

}