* {margin:0;padding:0;}
a img{border:none;}
a:link{color:#fffcd9;}
a:visited{color:#d9b25c;}
a:hover{color:#ffffff;}
.clear{clear:both;}

body {
	background: url('bg.jpg') no-repeat top center #89191c;
	background-size: cover;
	font: 16px artifika, georgia, serif;
	color: #fffcd9;
}

a:focus, a:active{outline:none;}

#wrapper {
	width: 1000px;
	margin: auto;
}

.col {
	width: 320px;
	float: right;
	padding: 20px;
	margin-top: 100px;
	background-color: rgba(137, 25, 28, 0.35);
}
h1{text-shadow:1px 1px 1px #000;font-size:1.6em;}
.cheesecake{padding-top:70px;}

p {
	font-size: 1.1em;
	line-height: 1.5;
	margin: 6px 0;
}

input{width: 252px; border: none;}

input + p {
	font-size: 1em;
	line-height: 1.2
}

.email {
	height: 35px;
	background: url(email.png) no-repeat;
	padding-left: 15px;
	font: 16px arial;
	line-height: 38px;
}

.email:focus{
	background: url(focus.png) no-repeat;
}

.submit {
	height: 52px;
	background: url(submit.png) no-repeat;
}

.submit:hover{background:url(hover.png) no-repeat;}
.fineprint{font: 0.7em/1.2 arial, sans-serif;}

.sailsq{margin:-18px 0 -10px 0;}

.sailsq .fineprint {
	float: left;
	height: 55px;
	line-height: 55px;
}

.sqlogo {
	display: inline-block;
	width: 130px;
	height: 55px;
	background: url(sqlogo.png) no-repeat;
}

@media (max-width: 1000px) {
	#wrapper {
		width: 100%;
	}
}

@media (max-width: 600px) {
	body {
		background-position: 15% top;
	}
	.col {
		float: none;
		width: 92%;
		margin: 4%;
		box-sizing: border-box;
	}
}

@media (max-width: 400px) {
	a img {
		width: 100%;
		height: auto;
	}
}
