#contact{
	text-align: center;
}
#contact h1{
	color: black;
	text-align: left;
	font-weight: 900;
	font-size: 70px;
}
.contactHead{
    text-align: center;
}
.contactDetails{

}
input[type=text]{
font-size: 2em;
opacity: 0.7;
text-align: left;
margin-left: 0px;
}
input[type=submit]{
font-size: 30px;
padding-left: 1em;
padding-right: 1em;

}
textarea{
 	
 	/*box-sizing: border-box;*/
 	font-size: 2em;
 	min-width: 400px;
    width: 40%;
    opacity: 0.7;
    resize: none;
}
.maps{
	text-align: left;
	margin-left: 0em;
}
.submita{
	margin-top: 5em;

    text-align: center;
}

/*footer{
    background-color: black;
	color: white;
	text-align: center;
	width: 100%;
	bottom: 0;
    height: 2em;
	position: absolute;
}*/

footer{


	text-align: center;
	width: 100%;
	bottom: 0;
	position: relative;
	padding-bottom: -5em;
	z-index: 999999999;
}


@media only screen and (max-width: 600px) {
    .maps{
        height: 1000px;
        width: 1000px;
    }
}