@charset "UTF-8";
.maintitleabout{
	margin-top: 20px;
	margin-left: 20px;
	margin-right:20px;
	letter-spacing: 20px;
	font-size: 20px;
	
	}
#content_contact{
	height: 800px;
	background-color: #CEEDF8;
	}
section.sidebar_contact{
	width:230px;
	height:800px;
	background-color:#1EB9EE;
	float:left;
	}	
.mailform{
	height: 100%;
	margin: 20px;
	background-color: #FFFFFF;
	}	
.about{
	height:50px;
	}	
.about_left{
	margin-top:15px;
	margin-left:20px;
	width:35%;
	float:left;
	}
.about_right{
	margin-top:15px;
	float: left;
	width: 60%;
	}	

input.mail_parts{
	width:80%;
	}		

input.tel_parts{
	width:60%;
	}		
.about2{
	height:150px;
	}	
textarea.main_parts{
	width:80%;
	height:100px;}	

input.buttan{
	margin-left: 45%;
	}
.about3{
	height:100px;
	}	
	

/* Media query for tablets */
@media screen and (max-width:700px) {



}

/*media query for small screen devices */
@media screen and (max-width:480px) {

}
