/*
font-family: 'Lato', sans-serif;
font-family: 'Cookie', cursive;
*/
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;
}

h3 {
	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);
}

.wrapper {
	max-width: 70em;
	margin: 0 auto;
	margin-top: 5em;
	position: relative;
	background: rgb(218, 213, 231) url('../image/tlo.png') repeat;
	height: 80VH;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.website {
	color: rgb(102, 45, 145);
	text-transform: uppercase;
	font-size: 1em;
	font-weight: 400;
}

.icon {
	font-size: 8em;
	color: rgb(102, 45, 145);
	margin-bottom: 0;
}
@media only screen and  (max-width:767px) {
	.wrapper {
		margin-top: 2.875em;
	}
}