    .cons .content{
	position:relative;
	top:80px;
	text-align:center;
	}
	.cons .content h1{
	font-size:90px;
	color:crimson;
	text-shadow:2px 2px 5px black;
	}
	.cons .content h3{
	font-size:50px;
	font-family:CordiaUPC;
	}
	
	@media(max-width:768px){
	.cons h1{
	font-size:50px !important;
	}
	.cons h3{
	font-size:26px !important;
	}
	.cons img{
	margin-top:80px !important;
	}
	}