/* this is the styling for the conatct us section of the website */
.father {
	padding:30px;
	display:flex; 
	flex-wrap:wrap;
	justify-content:space-between; 
	max-width:1300px; 
	margin:auto;

}
.father div {
	width:50%;
	padding:10px;
	margin:0;
}
.father .left {
	float:left;
	flex:1; 
	min-width:250px; 
	margin-bottom:20px;
}
.father .left h3 {
	color:#00CCFF;
	font-family:ink journal;
	font-size:30px;
}
.father .left h2 {
	color:#000006;
	font-family:tahoma;
	font-size:35px;
	margin-top:-30px;
	text-align:left;
}
.father .left .contact {
	font-family:monotype corsiva;
	font-size:29px;
	margin-top:20px;
}
.father .left p .emoji {
	color:orange;
	font-weight:;
	font-size:30px;
}
.father .left .speech {
	font-size:20px;
	font-family:calibri;
	text-align:justify;
}
.father .left .info {
	font-size:20px;
	font-family:bahnschrift;
  	padding:15px;
}
.father .left .info span {
	background:#000010;
	padding:15px;
	font-size:25px;
	color:#fff;
	font-weight:bolder;
	box-shadow: inset 0 0 0 50px transparent;
	text-align:left;
  	transition:1.0s;
}
.number {
	font-size:20px;
	font-family:bahnschrift;
  	margin-top:-30px;
  	margin-left:90px;
  	color: #005fa3;
}
.father .left .info span:hover {
  box-shadow: inset 0 0 0 0 #005fa3;
  color:orange;
}
.father .right {
	float:right;
	flex:1; 
	min-width:250px; 
	margin-bottom:20px;
	background-image: linear-gradient(0deg, rgba(0,0,0,0.7), rgba(0, 0, 0, 0.7)), url("images/back1.jpg");
	padding:50px;
	border-radius:20px;
	box-shadow:0px 0px 20px 0px #000;
	border-right:5px solid #fff;
	border-top:5px solid #fff;
}
.father h2 {
	color:#000066;
	font-family:exotc350 bd bt;
	font-size:35px;
	margin:0;
}
.father p {
	font-family:maiandra gd;
}


.father form {
	display: flex;
  	flex-direction:column;
}

.father input, .father select {
  margin-bottom: 15px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: ;
  width:100%;
  height:50px;
}
.father textarea {
	margin-bottom: 15px;
  	padding: 10px;
  	border: 1px solid #ccc;
  	border-radius: ;
  	width:100%;
}

.father button {
  background:linear-gradient(to right,  #000010, #005fa3, #000010);
  color: white;
  text-transform:uppercase;
  font-family:bahnschrift;
  font-weight:bolder;
  padding: 12px;
  border: none;
  border-radius:10px;
  cursor: pointer;
  width:100%;
  font-size:20px;
  height:60px;
  border-left:5px solid #fff;
  border-right:5px solid #fff;
  box-shadow: inset 0 0 0 50px transparent;
  transition:1.1s;
}
.father button:hover {
  box-shadow: inset 0 0 0 0 white;
  color:orange;
}
