@font-face {
	font-family: "Ogg";
	src:	url('../fonts/Ogg-Roman.woff') format("woff"),
			url('../fonts/Ogg-Roman.otf') format("truetype");
}

html,body {
	background-color: #121905;
	color: #ddd;
	font-family: "Ogg", serif;
	font-weight: 400;
	font-size: 18px;
	height: 100%;
}
@media( max-width: 500px ) {
	html,body {
		height: auto;
	}
}
body {
	background-image: url('../images/bg_full.jpg');
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	color: #ffe6cb;
	padding-top: 60px;
}
strong {
	font-weight: 700;
}
p {
	font-size: 1.5em;
	line-height: 180%;
	padding-bottom: 30px;
}
a {
	color: #ffe6cb;
}

header {
	display: table;
	width: 100%;
}
header h1 {
	display: table-cell;
	font-size: 2.875em;
	width: 360px;
}
@media( max-width: 750px ) {
	header h1 {
		font-size: 2.5em;
		width: 305px;
	}
}
@media( max-width: 500px ) {
	header h1 {
		font-size: 2.25em;
		width: 280px;
	}
}

.header_endcap {
	display: table-cell;
}
.header_endcap_start {
	background: transparent url('../images/header_end.png') 0 74% no-repeat;
	display: block;
	height: 100%;
	padding: 0 0 0 6px;
	margin: 0;
}
.header_endcap_end {
	background: transparent url('../images/header_end.png') 100% 74% no-repeat;
	display: block;
	height: 100%;
	margin: 0;
	padding: 0 6px 0 0;
	width: 100%;
}

.header_endcap_middle {
	background: transparent url('../images/header_dot.png') 0 74% repeat-x;
	display: block;
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;

}
.content_wrapper {
	margin: 0 auto;
	max-width: 1100px;
	padding: 20px;
	widows: 100%;
}

#content {
	position: absolute;
	bottom: 0;
	padding-bottom: 10px;
	width: 100%;
}
@media( max-width: 500px ) {
	#content {
		position: static;
	}
}
form {
	margin-bottom: 30px;
}
label {
	display: none;
}
input[type="email"] {
	border: 1px #ffe5ca dotted;
	background-color: transparent;
	color: #ffe5ca;
	max-width: 420px;
	padding: 5px;
	width: 100%;
}
input[type="submit"] {
	border: 1px #ffe5ca dotted;
	background-color: transparent;
	color: #ffe6cb;
	padding: 5px 15px;
}
@media( max-width: 550px ) {
	input[type="email"] {
		display: block;
		margin-bottom: 20px;
	}
}
.visually_hidden {
	clip-path: inset(100%);
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}
footer {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.675em;
	text-align: right;
	text-transform: uppercase;
	opacity: 0.7;
}

@media( max-width: 750px ) {
	form {
		text-align: center;
	}
	footer {
		text-align: center;
	}
}