body{
	background: #6AA9B4 url('d-background.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	font-family: "Open Sans", serif;
}
@media screen and (max-width: 768px) {
body{
		background: #6AA9B4 url('m-background.jpg');
		background-size: contain;
		background-repeat: no-repeat;
		background-position: top center;
	}
}
a{
	color: black !important; 
}
form{
	font-size: 80%;
}
#terms{
	float: right;
	font-size: 70%;
}
form input[type="text"], form input[type="email"], form input[type="tel"]{
	width: 100%;
	border-radius: 25px;
	margin-bottom: 10px;
	border: none;
	padding:5px;
	
}
form .row,form input[type="file"]{
	margin-bottom: 10px;
}

form input[type="submit"]{
	margin:0px auto;
	background-color: black;
	color: white;
	border: none;
	text-transform: uppercase;
	font-size: 150%;
	font-weight: lighter;
	width: 200px;
	padding: 5px;
}
#submit{
	text-align: center;
}
@media screen and (max-width: 768px) {
	label{
		font-size: 70%;
	}
}
#info{
	text-align: center;
}
#info a{
	color: #FFF;
}
@media screen and (min-width: 1850px){
	#info{
		margin-top:750px !important;
	}
	#comp-form{
		margin-top:600px !important;
	}
	#thank-you{
		margin-top:750px !important;
	}
}
@media screen and (min-width: 1700px) and (max-width: 1849px){
	#info{
		margin-top:750px !important;
	}
	#comp-form{
		margin-top:600px !important;
	}
	#thank-you{
		margin-top:650px !important;
	}
}
@media screen and (min-width: 1500px) and (max-width: 1699px){
	#info{
		margin-top:700px !important;
	}
	#comp-form{
		margin-top:550px !important;
	}
	#thank-you{
		margin-top:600px !important;
	}
}
@media screen and (max-width: 768px) {
#info{
		margin-top: 470px !important;
	}
	#info h2, #thank-you h2{
		font-size: 120%;
	}
	#info p, #thank-you p{
		font-size: 120% !important;
	}
	#comp-form{
		margin-top:10px !important;
	}
	#thank-you a.button-1{
		display: block;
		font-size: 120% !important;
	}
}
#info p{
	color: #FFF;
	font-size: 150%;
}

#thank-you{
	text-align: center;
}
#thank-you h1, #thank-you p{
	color: white;
}

#thank-you p{
	font-size: 140%;
}
#thank-you a.button-1{
	margin:0px auto;
	background-color: black;
	color: white !important;
	border: none;
	text-transform: uppercase;
	font-size: 140%;
	font-weight: lighter;
	
	padding: 5px 15px;
	text-decoration: none;
}