@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);

body {
	font-family: Lato;
	font-size: 18px;
	font-weight: 300;
	text-align: center;
	background-color: #e9eaed;
}

p{
    font-size: 12px;
}

.header {
	display: block;
	text-align: center;
    height: 400px;
	width: 1300px;
	margin: 0 auto;
    margin-top: -10px;
    background-size: 100%;
}

.body  {
	display: block;
	margin: 0 auto;
	width: 70%;
}

.body p {
    text-align: center;
    font-size: 18px;
}

.body p:last-of-type {
	text-align: justify;
    font-size: 12px;
}

input[type=text] {
	text-align: center;
	font-size: 30px;
	display: block;
	margin: 30px auto;
	width: 30%;
	height: 50px;
}

small {
    display: block;
    text-align: center;
}

.btn {
	display: block;
	margin: 0 auto;
	padding: 10px 40px;
	font-size: 24px;
}

.footer {
	display: block;
	margin: 0 auto;
	text-align: center;
	height: 350px;
	width: 55%;
	background-size: 100%;
	background-repeat: no-repeat;
}

@media (min-width: 1500px) {
    .header {
        height: 500px;
    }
}