html {
	width: 100%;
	height: 100%;
	font-family: 'Open Sans', sans-serif;
}

body {
	background: url('../images/background-construction.jpg') no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}

.container {
	max-width: 1470px;
	color: #fff;
	margin: 0 auto;
}

.container .title {
	font-size: 140px;
	color: #fff;
	text-align: center;
	line-height: 140px;
	margin: 75px auto 50px;
}

.container .text {
	font-size: 40px;
	color: #fff;
	text-align: center;
}


.container .button {
	text-align: center;
	margin: 57px;
}

.container .button input {
	font-size: 45px;
	background: #fff;
	border: 0;
	padding: 10px 40px;
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	border-radius: 45px;
	cursor: pointer;
	display:inline-block;
}

.container h1 {
	position: relative;
	top: 50px;
	text-align: center;
}

@media screen and (max-width: 1261px) {
	.container .title {
		font-size: 80px;
		line-height: 110px;
	}

	.container .text {
		font-size: 30px;
	}

	.container .button input {
		font-size: 25px;
		padding: 10px 40px;
	}

	.container h1 {
		font-size: 22px;
		top: 0;
	}
}

@media screen and (max-width: 471px) {
	html {
		overflow-y: hidden;
	}

	.container .title {
		font-size: 50px;
		line-height: 69px;
		margin: 25px auto;
	}

	.container .text {
		font-size: 15px;
	}

	.container .button input {
		font-size: 15px;
		padding: 10px 40px;
	}

		.container h1 {
		font-size: 15px;
	}
}