
#contact {
	float: left;
	background-color: #fff;
	width: 90%;
	padding: 5%;
	
}


#contact_title {
	margin-bottom: 3rem;
}

#contact_info {
	float: left;
	width:100%;
	color:#000;
	font-family: Arial, san-serif;
	font-size: 3.4rem;
	line-height: 3.5rem;
	display: table;
	text-align: center;
}
@media (min-width: 900px) { 
	#contact_info {
		font-size: 2.4rem;
		line-height: 3rem;
	}
}
#contact_left {
	float: left;
	width: 50%;
	display: 
}
#contact_right {
	float: left;
	width: 50%;
}


#contact a:link {
	border: none;
	color: #000;
	text-decoration: none;
}

#contact a:visited {
	border: none;
	color: #000;
	text-decoration: none;
}

#contact a:active {
	border: none;
	color: #000;
	text-decoration: none;
}

#contact a:hover {
	border: none;
	color: #2e65a9;
	text-decoration: underline;
}

.contact {
	font-family: Arial, san-serif;
	display: inline-block;
	vertical-align: middle;
	padding:2rem;
}
.contact_title {
	font-weight: bold;
}