@import 'https://fonts.googleapis.com/css?family=Open+Sans';

html { 
  background: url(../img/img-17.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 100%;
}

body {
	padding: 0;
	margin: 0;
	font-family: "Open Sans";
}

#content-wrapper { 
}

#logo {
	margin-top: 5%;
	height: 300px;
	background: url(../img/logo.png) no-repeat top center;
}

#soon {
	padding-top:40px;
	font-size:36px;
	text-align:center;
	line-height:36px;
	text-shadow: white 1px 1px 1px;
	text-transform:uppercase;
}

.sorry {
	font-size:18px;
}

#contact {
		
}

input, textarea {
	padding: 5px;
	margin: 5px;
}

@media (min-width:768px) and (max-width:979px) {
	#logo {
		height: 250px;
		background-size: 350px;
	}
	#soon {
		font-size: 26px;
		line-height: 26px;
	}
	.sorry {
		font-size: 16px;
	}
}
@media (max-width:767px) {
	#logo {
		height: 200px;
		background-size: 300px;
	}
		#soon {
		font-size: 18px;
		line-height: 18px;
	}
	.sorry {
		font-size: 14px;
	}
}