@charset "utf-8";
.body
{
	float:left;
	width:100%;
	height:100%;
	min-height:100%;
	background-image:url(../images/contact1.jpg);
	background-size:cover;
}
.text_base
{
	height:100%;
	text-align:left;
	padding:25px;
	box-sizing:border-box;
	color:rgba(44,62,80,1.00);
	background-color:rgba(44,62,80,0.10);
	overflow:auto;
	display:flex;
	flex-direction:column;
}
.contact_text1, .contact_text2
{
	padding:10px;
	box-sizing:border-box;
	width:100%;
	float:left;
	height:auto;
}
.text_base input, .text_base textarea
{
	display:block;
	margin-top:8px;
	width:100%;
}
.text_base input:focus, .text_base textarea:focus
{
	outline:none;
}
	
.text_base input
{
	font-size:24px;
	color:rgba(44,62,80,0.50);
	height:40px;
	box-sizing:border-box;
	padding:0 15px;
	border:1px solid rgba(0,0,0,0.20);
}
.text_base textarea
{
	height:50vh;
	padding:15px;
	box-sizing:border-box;
	border:1px solid rgba(0,0,0,0.20);
	flex:1;
}
.button_contact
{
	margin-top:25PX;
	padding:10PX;
	color:rgba(255,255,255,1.00);
	background-color:rgba(231,76,60,1.00);
	width:100PX;
	text-align:center;
}
.text_base label
{
	margin-top:25px;
	
}
.contact_text2 .text_base
{
	box-sizing:border-box;
	border-bottom:1px  solid rgba(0,0,0,0.20);
	border-top:1px  solid rgba(0,0,0,0.20);
}
.button_contact:hover
{
	background-color:rgba(148,43,32,1.00);
}
.whitebox
{
	background-color:rgba(255,255,255,0.80);
	height:auto;
	width:100%;
	float:left;
	padding:5%;
	box-sizing:border-box;
	word-break:break-all;
}
/* CSS Document */