#firstsection .container {
  overflow: visible;
}

form {
	display: flex;
	flex-direction: column;
	border-radius: 5px;
  	background-color: white;
 	padding: 20px;
  	margin-bottom: 30px;
  	font-size: 30px;
}

#firstsection input[type=text], #firstsection textarea {
	width: 100%;
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	margin-top: 6px;
	margin-bottom: 16px;
	resize: vertical;
	font-size: 15px;
}

textarea {
	min-height: 44px;
}

.contact-form p {
	margin: auto;
	margin-bottom: 20px;
	font-size: 22px;
}

.form-error {
	color: red;
}

.form-success {
	color: green;
}

.input-error {
	box-shadow: 0 0 5px red;
}

#firstsection button {
  	background-color: #EE1111;
  	color: white;
  	padding: 12px 20px;
 	border: none;
  	border-radius: 4px;
  	cursor: pointer;
  	width: 100px;
  	margin: auto;
}

#firstsection button:hover {
  background-color: #920000;
}


#mapsection .standheading {
	margin-top: 40px;
} 

#maps {
	height: 450px;
	width: 100%;
}