@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');
body{
	background:#dec6a4 url(../images/gradient-bg.jpg) center top repeat-y;
	color: #42311a;
	font-family: 'Open Sans', sans-serif;
}
.container{ padding: 0; }
#main-content{ padding-left: 15px; padding-right: 15px; }
h1{ color: #ffffff; line-height: 1.3; font-weight: 700; font-size: 3em;}
.yellow{ color: #d2db4d;}
.red{font-size: 11px;}
.legal{ color: #e9b163; font-weight: 700; font-size: 10px; font-family: 'Roboto Condensed', sans-serif; }
a, a:focus{
	outline: none;
	color: #42311a;
	text-decoration: underline;
}
a:hover{ text-decoration: none; color: #42311a;}
label{
	font-weight: normal;
	color: #42311a;
}
.red{ color: red;}
.btn{ background: #42321b; color: #ffffff; border: none; padding: 8px 25px; font-weight: bold; border-radius: 0;}
.btn:hover{ background: #fff; color: #42321b; }
#index{
	/*background: url(../images/index-image.png) center top no-repeat;
	background-size: 100% auto;
	width: 635px;
	height: 402px;
	margin: 0 auto;
	margin-top: 5%;
	position: relative;*/
}
#index #enter img{
	/*margin: 0 auto;
	position: relative;
	bottom: 10%;*/
}

#main-header{
	/*background: url(../images/formpage-background.jpg) center top no-repeat;
	background-size: 100% auto;
	width: 635px;
	height: 570px;
	margin: 0 auto;*/
}
#footer ul{ list-style: none; display: inline-block; margin-left: -25px; margin-bottom: 15px;}
#footer li{display: inline; list-style: none;}
#footer li a{ font-size: 12px; color: #42311a; font-weight: 600; letter-spacing: 1px; padding-bottom: 2px; }
#footer p{ margin-bottom: 15px; }

input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select, select:focus, select option,
textarea {
  font-size: 16px !important;
}