body{
background-color: #2B72C9;
background-image: url('img/bg.png');
margin: 0;
padding:30px;
font-family: sans-serif;
font-weight: 100;
}
a{
color: #B4D6A1;
font-family: sans-serif;
font-size: 12px;
text-decoration: none;
}
.container{
max-width: 700px;
background: #FFF;
margin: 0 auto;
padding: 30px;
border-radius: 3px;
}
@media (max-width: 542px) {
	.container{padding:15px;}
	body{padding:15px;}
}
h1.title{
font-family: 'Londrina Shadow', cursive;
text-transform: uppercase;
text-align: center;
font-size: 80px;
margin: 0px;
color: #000;
}
a h1.title:hover{
color: #187C45;
}
h2.sub{
font-weight: 100;
text-align: center;
text-transform: uppercase;
margin: 0px;
color: #2B72C9;
font-size: 29px;
}
@media (max-width: 542px) {
	h1.title{font-size: 44px;}
	h2.sub{font-size: 16px;}
}
.images{
text-align: center;
margin-top: 10px;
}
.hero{
width: 100%;
height: auto;
}
@media (max-width: 700px) {
	.images img{width: 100%; height: auto;}
}
.comic-title{
text-align: center;
color: #000;
font-size: 30px;
margin: 10px 0 0 0;
}
.nav{
text-align: center;
margin-top: 10px;
}
.comic-button{
border: 1px solid #e3e3e3;
border-radius: 20px;
font-size: 17px;
text-align: center;
display: inline-block;
padding: 8px 18px;
color: #000;
margin: 6px 4px;
}
.comic-button:hover{
background: #2B72C9;
border: 1px solid #2B72C9;
color: #FFF;
}
@media (max-width: 542px) {
	.comic-button{font-size: 14px; padding: 6px 15px; margin: 6px 2px;}
}
.footer-wrap{
text-align: center;
}
.footer{
background: #FFF;
display: inline-block;
padding: 20px;
border-radius: 3px;
margin: 20px auto 0 auto;
text-align: center;
}
.footer .updates{
font-weight: bold;
color: #EC0C59;
font-size: 14px;
}
.footer .updates:hover{
text-decoration: underline;
}
.facebook-like{
display: inline-block;
position: relative;
margin: 0 0 0 -5px;
}
.twitter-follow{
display: inline-block;
position: relative;
vertical-align: top;
margin: 12px 0 0 0;
text-align: left !important;
}
.twitter-follow h3{
color: #3b5998;
margin: 0 0 4px 0;
}
.twitter-follow h3 a{
color: #3b5998;
font-size: 13px;
}
.twitter-follow h3 a:hover{
color: #3b5998;
text-decoration: underline;
}















