#survey-container, #home-container{
	display:block;
	padding-top:20px;
	padding-bottom:50px;
	text-align: center;
}


.survey-option{
	display:inline-block;
	margin-right:10px;
}

#survey-email{
	width:340px;
	padding: 10px;
	border:2px #603913 solid;
	border-radius: 5px !important;
	margin:0;
}

#home-container{
	display:none;
}

#thank-you-text{
	font-family: 'Kalam', sans-serif;
	margin-bottom:20px;
	font-size:30px;
	font-weight: bold;
	color:#603913;
}

#return{

}

.option-1,.option-2,.option-3,.option-4{
	padding:2px 10px;
	font-size:20px;
	border:2px #603913 solid;
	border-radius: 5px !important;
	cursor: pointer;
	background:white;
	color:#603913;
}

#comments{
	width:360px;
	height:100px;
	border:2px #603913 solid;
	border-radius: 5px !important;
	margin:0;
}

#comments:focus, input:focus{
	border:2px #603913 solid !important;
 	border-color: inherit !important;
  	-webkit-box-shadow: none;
  	box-shadow: none;
}

.selected{
	background:	#ffde17;
	color:#3c2415;
	border:2px #603913 solid;
	border-radius: 5px !important;
}

.survey-title{
	margin-bottom:5px;
	margin-top:20px;
}

#survey{
	font-weight: bold;
	cursor: pointer;
}

#survey:hover{
	text-decoration: underline;
}


#survey-submit{
	padding: 10px 20px;
	width:320px;
	margin:auto;
		margin-top:10px;
	background:	#ffde17;
	border:2px #603913 solid;
	border-radius: 5px !important;
	font-weight: bold;
	text-transform: uppercase;
	color:#603913;
	cursor: pointer;
}

#survey-text{
	margin-top:20px;
}