.contact-h{
  text-align: center;
  font-size:22px;
  font-family: Times New Roman;
  color: white;
  height:40px;
}
.con-right{
	width: 100%;
	height: auto;
	margin-bottom:10%;
	
}
.con-left{
	width: 100%;
	height:auto;
	background-color: ;
}
.con-right h2{
  font-size:18px;
  font-family: Times New Roman;
  color: white;
}
.con{
	height:750px;
	background-image: url(../images/cont.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.footer{
		margin-top:0px;
	}

@media(min-width: 768px){
	.contact-h{
		font-size: 34px;
		height: 60px;
	}
	.con-left{
		margin-left:5%;
	}
	.con{
		height:500px;
	}
	.con-right h2{
		font-size: 21px;
	}
}

@media(min-width:992px){
	.contact-h{
		font-size:40px;
		height: 70px;
	}
}

@media(min-width:1280px){
	.contact-h{
		font-size:50px;
	}
	.con-left{
		width: 100%;
		height: 380px;
	}
	.con-right h2{
		font-size: 21px;
	}
	
	.con{
		height:550px;
	}
}

