@font-face {
	font-family: 'LidoSTF';
	src: url('webfonts/2C13A9_2_0.eot');
	src: url('webfonts/2C13A9_2_0.eot?#iefix') format('embedded-opentype'),
		 url('webfonts/2C13A9_2_0.woff') format('woff'),
		 url('webfonts/2C13A9_2_0.ttf') format('truetype');
}


@font-face {
    font-family: 'folio_lightregular';
    src: url('webfonts/folio-light-webfont.eot');
    src: url('webfonts/folio-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/folio-light-webfont.woff2') format('woff2'),
         url('webfonts/folio-light-webfont.woff') format('woff'),
         url('webfonts/folio-light-webfont.ttf') format('truetype'),
         url('webfonts/folio-light-webfont.svg#folio_lightregular') format('svg');
}

html {
	background-color: #f3f4eb;
	margin: 0 auto;
}

#content {
	width: 100%;
	max-width: 1200px;
	height: auto;
	min-height: 920px;
	margin: 0 auto;
	background-image: url('background.jpg');
	background-position: center center;
	background-repeat: no-repeat;
}

#content img {
	width: 100%;
	max-width: 370px;
}

#logo {
	margin: 80px 0 80px 0;
}

h2 {
	font-family: 'folio_lightregular', sans-serif;
	font-style: normal;
	font-size: 18px;
	line-height: 30px;
	text-transform: uppercase;
	padding-left: 10px;
	color: #392f2c;
}

p { 
	 font-family: 'folio_lightregular', sans-serif;
	 font-size: 18px;
	 line-height: 28px;
	 color: #392f2c;
	 text-align: center;
	 letter-spacing: 1px;
}

.footer {
	width: 100%;
	padding: 40px 0;
	margin-bottom: 50px;
	font-size: 16px;
}

a {
	text-decoration: none;
	color: #799c49;
}

a:hover {
	opacity: .6;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}

form {
	margin: 0 auto;
	width: 349px;
	padding-right: 15px;
}

form fieldset {
	border: none;
	margin-top: 15px;
}

label {
	font-family: 'folio_lightregular';
	color: #799c49;
	text-transform: lowercase;
	font-size: 16px;
}

form input, form textarea {
	width: 100%;
	background: url('transparency.png');
	border: none;
	border-radius: 3px;
	border: 1px solid #799c49;
	padding: 13px 10px;
	margin: 10px auto 0 auto;
	color: #392f2c;
	font-family: 'folio_lightregular';
  	font-size: 16px;
}

form input[type="submit"] {
	max-width: 80px;
	padding: 15px 20px 13px 20px;
}

form input[type="submit"]:hover {
	opacity: .8;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}


