body {
	font-family: "Arial";
	font-size: 15px;
}

.locText {
	font-weight: bold;
	font-family: "Lato";
	font-size: 25px;
}

.mapElements {
	display: inline-block;
}

#mapContainer > * {
	vertical-align: top;
}

#header {
	background-color: yellowgreen;
	color: white;
	font-family: "Arial";
	font-size: 20px;
	width: 150%;
	height: 50px;
	padding: 10px 20px;
	margin: 0px;
}

#about {
	width: 75%;
	margin: auto;
	padding: 20px;
}

#start {
	margin: auto;
}

#locTable {
	width: 100%;
	border-spacing: 20px 50px;
	padding: 10px 20px;
}

#map {
	width: 600px;
	height: 400px;
}

#spanningButton {
	text-align: center;
	background-color: yellowgreen;
	color: white;
	font-family: "Arial";
	font-size: 20px;
	width: 150%;
	height: 50px;
	padding: 10px 20px 10px 20px;
	margin: -10px 0px 0px -10px;
}

#about {
	width: 75%;
	margin: auto;
	padding: 20px;
}

#start {
	margin: auto;
}

#map {
	width: 600px;
	height: 400px;
}

form p {
	width: 50%;
	margin: 20px; 
}

form input {
	width: 75%;
	height: 20px;
	border-radius: 20px;
	padding: 5px;
}

form {
	margin: auto;
}

#sub {
	background-color: #6dd3ce;
	border-radius: 20px;
	padding: 0px;
	height: 25px;
}

.form {
	margin: -10px;
	background-image: url(img/form/delfi-de-la-rua-294633.svg);
	height: 100vh;
	
}

#about {
	background-image: url(./img/home/glenn-carstens-peters-190592.svg);
	width: 100vw;
	height: 100vh;
}

.contain {
	background-color: whitesmoke;
	opacity: 60%;
	width: 75%;
	margin: auto;
	border-radius: 20px;
	padding: 20px;
	font-family: "Lato";
	font-size: 25px;
	color: #6dd3ce;
}

#sig {
	font-size: 12px;
	bottom: 20px;
	right: 20px;
	position: absolute;
	margin: auto;
}

#familyPlan {
	background-image: url(img/form/delfi-de-la-rua-294633.svg);	
	height: 100vh;
}

.print {
	display: none;
}