p {
	font-family: 'Lato', sans-serif;
	font-size: 1.12em;
	line-height: 1.3em;
	text-align: justify;
	color: rgb(102, 45, 145);
}

h1 {
	font-family: 'Lato', sans-serif;
	font-size: 1em;
	line-height: 1.3em;
	color: rgb(255, 255, 255);
	text-align: center;
	margin: 0;
	text-transform: uppercase;
}

a {
	color: rgb(255, 255, 255);
}

a:hover {
	text-decoration: none;
	color: rgb(141, 198, 68);
}

.contact {
	max-width: 70em;
	margin: 0 auto;
	margin-top: 5em;
	position: relative;
	background: rgb(218, 213, 231) url('../image/tlo.png') repeat;
}

.contact_container {
	display: flex;
}

.maps {
	line-height: 0;
	float: left;
	clear: both;
	width: 100%;
	flex: 1 100%;
}

.maps iframe {
	width: 100%;
	height: 80vh;
}

iframe {
	border: 0;
}

.contact_text {
	padding: 1.6em;
	flex: 1 100%;
}

.contact_text a {
	font-family: 'Lato', sans-serif;
	font-size: 1.12em;
	line-height: 1.3em;
	text-align: justify;
	color: rgb(102, 45, 145);
	display: block;
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width:992px) and (max-width:1200px) {
	.contact {
		max-width: 60em;
	}

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width:768px) and (max-width:991px) {
	.contact_container {
		display: flex;
		flex-wrap: wrap;
	}

	.maps {
		line-height: 0;
		float: left;
		clear: both;
		width: 100%;
		flex: 1 100%;
		order: 2;
	}

	.maps iframe {
		width: 100%;
		height: 60vh;
	}

	.contact_text {
		padding: 1.6em;
		flex: 1 100%;
		order: 1;
	}

}

@media only screen and  (max-width:767px) {
	.contact {
		margin-top: 2.875em;
	}

	.contact_container {
		display: flex;
		flex-wrap: wrap;
	}

	.maps {
		line-height: 0;
		float: left;
		clear: both;
		width: 100%;
		flex: 1 100%;
		order: 2;
	}

	.maps iframe {
		width: 100%;
		height: 60vh;
	}

	.contact_text {
		padding: 1.6em;
		flex: 1 100%;
		order: 1;
	}

}
