@font-face{
	font-family: somersbyFont;
	src:url('somersby-header.TTF');
}
body{
	font-family: somersbyFont!important;
	background-color: #fdd991a8;
	

}
#main-content{
	text-align: center;
	font-size: 1.5em;
	background: url('form-bg.png') no-repeat;
	background-size: cover;
	height: 800px;
	width: 800px;
	margin: 0 auto;
}
#form-head{
	height: 300px;
}
.form-group{
	display: block;
	margin: 0.5em;
}
label{
	color: #ffffff;
	margin-right: 10px;
}
input{
	font-family: somersbyFont;
	font-size: 0.8em;
}
.somersby-btn{
	background-color: #f4ca52;
	border: none;
	color: #185d1e;
	font-size: 1em;
	padding: 0 20px;
	margin-left: 5.2em;
}

#names{
	color:#FFEB3B;
	margin-bottom: 20px!important;
}
.result-section{
	text-align: center;
	font-size: 1.5em;
	background: url('result-bg.png') no-repeat;
	background-size: cover;
	height: 800px;
	width: 800px;
	margin: 0 auto;
}
#bonding{
	color: #ffffff;
}
#bonding,#names{
	font-size: 2em;
}
.section-title{
	height: 255px;
}
#result{
	font-size: 2em;
	padding-left: 0.6em;
	color: #ffffff;
}
#fname-label{
	padding-right: 2em;
}
#fname,#sname{
	padding-left: 0.5em;
}


.terms{
	font-family:Arial, Helvetica, sans-serif;
    text-align: left;
    font-size: 14px;
    margin-top: 11%;
    display: block;
    margin-left: 14px;
    width: 40%;
	color: #fff;
	background: rgba(1, 81, 33, 0.7);
	padding:10px;
	font-weight: 200;
}
.terms ul{ margin:0!important; padding-left: 10px;}
.terms ul li a{ color: rgb(248, 219, 90)}

.terms ul li { list-style-type: square;}

.terms h3{ margin-top:0; margin-bottom: 10px;}


.survey {
	width: 40%;
	/* height: 30%; */
	background: #000;
	color: #fff;
	font-size: 30px;
	margin: 0 auto;
	margin-top: 15%;
	text-align: center;
	padding: 3em 0;
}