.contact{
	padding: 70px 0px 0px 0px;
	background-color: #0a243c;
	text-align: center;
	color: white;
}
.contborder{
	max-width: 1200px;
	margin-top: 40px;
	display: flex;
	justify-content: center; 
}
.contcells{
	width: 300px;
	font-size: 17px; 
	margin-bottom: 50px;
}
.contcells img{
	user-select: none;
}
.contcells p{
	font-size: 20px !important;
	letter-spacing: 1px;
	line-height: 35px;
	color: #e43c18;
}
.contact .formdiv iframe{
	width: 100%;
	height: 500px;
}
.getintouch{
	padding: 180px 50px 0px 50px;
	text-align: center;
	background: linear-gradient(rgba(111,5,111,1), rgba(10,36,60,1)), url("../_images/");
	color: white;
}
.getintouch h1{
	font-size: 50px;
	padding-bottom: 30px;
}
.getintouch .contborder{
	margin: 0 auto;
	padding-top: 50px;
}