body {
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	font-family: 'Lato',Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 26px;
}
#parent {
    margin: 0 auto;
	padding: 30px 0;
    max-width: 600px;
    position: relative;
    width: 80%;
}
#parent header {
    margin-bottom: 40px;
	text-align: center;
}
h1 {
	font-family: 'Lato',Helvetica,Arial,sans-serif;
	font-size: 82px !important;
}
.claim {
    font-size: 28px;
    margin: 20px 0;
	color: #0095D8;
	text-align: center;
}
.claim em {
    font-weight: bold;
	color: #eee;
}
#mc_embed_signup {
	margin: 30px 0;
	padding: 20px 30px 30px;
	background: #222;
	border-radius: 6px;
}
::-webkit-input-placeholder { color: #555 !important; }
::-moz-placeholder { color: #555 !important; }
:-ms-input-placeholder { color: #555 !important; }
input:-moz-placeholder { color: #555 !important; }

.social-buttons a {
    margin: 10px 5px;
	padding: 10px 15px;
}
.social-buttons a i {
    display: inline-block;
    font-size: 50px;
    width: 34px;
}

@media (max-width: 480px) {
	h1 {
		font-size: 60px !important;
	}
}