body {
	background: url(../images/backgrounds-by-dreamstale02.jpg) no-repeat center center fixed; 
    line-height: 1.8em !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 100%;
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif !important;
    margin: 8px !important;
    display: block;
}
main .container {
	border: 3px solid black;
    max-width: 840px;
    margin: 20px auto;
    padding: 20px;
    background-color: white;
    box-shadow: 0px 0px 20px #000;
}
.content {
	padding: 0 50px;
}
.content .topImage {
	margin: 0 auto;
	text-align: center;
}
.content .topImage img {
	width: 600px;
    margin: 10px auto;
    display: block;
    max-width: 90%;
}
.content h1 {
	text-align: center;
	font-weight: bold;
	font-size: 32px;
    line-height: 35px;
    text-shadow: 1px 1px 2px lightgrey;
    color: #000;
}
.content form {
	margin: 0 auto;
	text-align: center;
	display: block;
	max-width: 500px;
}
.content form p {
	font-size: 18px;
	text-align: left;
}
.content form input {
	border: 2px solid #5F75AF;
	width: 60%;
	display: inline-block;
	margin: 10px 10px 50px 10px;
	padding: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	height: 40px;
}
.content form button {
	display: inline-block;
	text-transform: uppercase;
	font-size: 14px;
    color: #050505;
    padding: 10px 20px;
	text-align: center;
	background: -moz-linear-gradient( top, #f7ff00 0%, #ffbf00);
    background: -webkit-gradient( linear, left top, left bottom, from(#f7ff00), to(#ffbf00));
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    border: 5px solid #000000;
    -moz-box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 1px rgba(255,255,255,0.7);
    -webkit-box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 1px rgba(255,255,255,0.7);
    box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 1px rgba(255,255,255,0.7);
    text-shadow: 0px -1px 0px rgba(000,000,000,0.4), 0px 1px 0px rgba(255,255,255,0.3);
    cursor: pointer;
    min-width: 120px;
    margin: 5px 0px; 
}
.content p {
	text-align: center;
	color: #000;
	font-size: 13px;
}
.content p a {
	text-decoration: underline;
	color: #0000F0;
}
footer {
	margin: 20px auto;
	text-align: center;
    color: white;
    font-size: 12px;
}
footer p {
	color: #fff;
	text-align: center;
	line-height: 2;
	width: 55%;
	margin: 0 auto 5px;
	font-size: 12px;
	font-weight: 400;
}
footer p a {
	text-decoration: underline;
	color: #fff;
	text-align: center;
	font-size: 12px;
	font-weight: 400;
	line-height: 2;
}
footer p a:hover,
footer p a:focus {
	color: #fff;
}

@media screen and (max-width: 756px) {
	.content {
		padding: 15px 15px;
		margin-top: 15px;
		margin-bottom: 15px;
		border: 2px solid;
	}
	.content h1 {
		font-size: 28px;
	    line-height: 30px;
	}
	.content form {
		margin: 5px auto 25px;
		text-align: center;
		padding: 0 15px;
		width: 100%;
	}
	.content form p {
		font-size: 16px;
	}
	.content form input {
		width: -webkit-fill-available;
	}
	.content form button {
		padding: 8px 16px;
		margin: 15px 0px; 
	}
	.content p {
		font-size: 12px;
		line-height: 1.8;
	}
	footer {
		margin: 15px auto;
	}
	footer p {
		width: -webkit-fill-available;
		padding: 0 15px;
	}
	footer p,
	footer p a {
		font-size: 11px;
		line-height: 1.8;
	}
}