@import url( fonts.css );
@import url( normalize.css );

body {
	background: #F7F7F7;
	border-top: 5px solid #3F96BD;
	color: #1f3244;
	font-size: 15px;
	font-family: Nexa-web, Helvetica, sans-serif;
	margin: 0;
	padding: 4em;
}

h1, h2, h3 {
	margin: 1.25em 0 0;
}

h1 + p,
h2 + p,
h3 + p {
	margin-top: .25em;
}

a {
	color: #1f3244;
}

a:hover {
	color: #009ea4;
}

#logo {
	background: url(../images/logo.dreamhost.svg);
	background-size: 192px 27px;
	display: block;
	width: 192px;
	height: 27px;
	margin: 5em auto 0;

	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.nosvg #logo {
	background: url(../images/logo.dreamhost.192x27.png);
}

.wrap {
	border-bottom: 1px solid #ddd;
	margin: 0 auto;
	max-width: 37em;
	padding-bottom: 3em;
}

.wrap.center {
	text-align: center;
}

.img {
	text-align: center;
}

.img img {
	background: #fff;
	box-shadow: 0 0 1px rgba(0,0,0,.2);
	display: block;
	padding: 10px;
	margin: 0 auto;
}

.btn {
	color: #232323;
	background: #ffba00;
	border: 1px solid #cc9e22;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0,0,0,.5);
	display: inline-block;
	font-weight: bold;
	line-height: 1;
	margin: 1em 0 0;
	padding: .8em 1em;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(255, 248, 229, 0.2);
	vertical-align: middle;
}

.btn:hover {
	background: #ffc833;
}

.btn:active {
	background: #cc9500;
	 box-shadow: none;
	-webkit-transform: translateY(1px);
	-moz-transform: translateY(1px);
	-ms-transform: translateY(1px);
	-o-transform: translateY(1px);
	transform: translateY(1px);
}

form {
	text-align: center;
}

form.survey {
	font-size: .9em;
	text-align: left;
}

fieldset {
	background: #fff;
	border: none;
	border-radius: 4px;
	box-shadow: 0 0 1px rgba(0,0,0,.2);
	display: inline-block;
	margin: 2em;
	padding: 15px;
}

label.checkbox {
	cursor: pointer;
	display: block;
	margin: .5em 0;
	padding-left: 1.5em;
	position: relative;
}

label.checkbox input {
	position: absolute;
	top: .15em;
	left: 0;
}

textarea {
	width: 100%;
}

form.survey h3:first-child {
	margin-top: 0;
}
