body{
	background:#bcbebd;
	color: #000;
	font-family: 'Open Sans', sans-serif;
}
h1{ color: #000; 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: 'Open Sans', sans-serif; }
a{
	outline: none;
	color: #000;
	text-decoration: underline;
}
a:focus{ outline: none; }
a:hover{ text-decoration: none; color: #000;}
label{
	font-weight: normal;
	color: #000;
}
.red{ color: #e31f29;}
.btn{  color: #e31f29; border: none; padding: 8px 25px; font-weight: bold; border:2px solid #fff; background: #fff; }
.btn-default:hover, .btn-default:focus, .btn-default:active{ color: #000; border:2px solid #fff; background: #fff; }

#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;*/
	/*background-size: 100% auto;
	background: url(images/banner-formpage.jpg) center top no-repeat;
	max-height:570px;
	max-width: 635px;*/
}
.bgimage {
	background-image: url("../images/banner-formpage-big2.jpg");
	background-size: 100%;
	background-repeat: no-repeat;
}
.bgimage-inside {
	padding-top: 65.5%; /* this is actually (426/1140)*100 */
	position: relative;
}

@media only screen and (max-width: 768px) {
	#socials{
		position:absolute; left:0; bottom:15%;
	}
	#main-content{
		margin-top: -30px;
	}
}
@media only screen and (max-width: 500px) {
	#socials{
		position:absolute; left:0; bottom:8%;
	}
	#main-content{
		margin-top: -20px;
	}
}

	

#footer ul{ list-style: none; display: inline-block; margin-left: -25px; margin-bottom: 20px;}
#footer li{display: inline; list-style: none;}
#footer li a{ font-size: 12px; color: #000; font-weight: 600; letter-spacing: 1px; padding-bottom: 2px; }