body {
	background: #F3F0F6;
}

#wrap {
	width: 320px;
	margin: 0 auto;
}

header {
	max-width: 100%;
}

header img {
	max-width: 100%;
}

.Contact {
	visibility: hidden;
}

#top {
	padding: 5px;
	max-width: 100%;
}

#top li {
	display: inline-block;
	list-style-type: none;
	text-align: center;
	margin: 1px 15px;
}

#top a {
	text-decoration: none;
	border-radius: 10px;
	font-size: 14px;
	font-family: 'Montserrat';
	font-weight: 700;
	background: #7f58a2;
	color: #F3F0F6;
	padding: 10px;
	width: 100px;
	height: 25px;
}

#top a:hover {
	background: #A488BC;
}

#top a:active {
	background: #63A438;
}

#main {
	padding: 5px;
	max-width: 100%;
}

#main li {
	list-style-type: none;
	text-align: center;
}

#main a {
	border-radius: 10px;
	display: block;
	text-decoration: none;
	font-family: 'Montserrat';
	font-weight: 700;
	font-size: 18px;
	background: #7f58a2;
	color: #F3F0F6;
	padding: 10px 5px 5px 5px;
	height: 25px;
	width: 200px;
	margin: 10px;
}

#main a:hover {
	background: #A488BC;
}

#main a:active {
	background: #63A438;
}

article {
	visibility: hidden;
}

@media screen and (min-width: 1200px) {

	body {
		background: #A488BC;
	}

	#wrap {
		width: 1200px;
		margin: 0 auto;
	}

	header img {
		max-width: 1000px;
		margin: 0 auto;
	}

	.Contact {
		visibility: visible;
		height: 10px;
	}

	#top {
		visibility: hidden;
	}

	.Contact h4{
		display: inline-block;
		text-align: center;
		padding: 10px 75px;
		font-family: "Merriweather";
		font-weight: 400;
		color: #F3F0F6;
	}

	span {
		font-weight: 700;
		font-style: bold;
		color: #99C37D;
	}

	#main li {
		display: inline-block;
		margin: 0 auto;
	}

	#main a {
		border-radius: 10px;
		text-decoration: none;
		font-family: 'Montserrat';
		font-weight: 700;
		font-size: 18px;
		background: #7f58a2;
		color: #F3F0F6;
		padding: 10px 5px 5px 5px;
		height: 25px;
		width: 150px;
		margin: 10px;
	}

	#main a:hover {
		background: #63A438;
	}

	article {
		visibility: visible;
	}

	.Who h1 {
		font-family: 'Merriweather';
		font-size: 36px;
		font-weight: 400;
		text-align: center;
		color: #99C37D;
	}

	.Who h2 {
		font-family: 'Montserrat';
		font-size: 20px;
		font-weight: 400;
		line-height: 145%;
		color: #F3F0F6;
	}

	.Mission {
		width: 15%;
		display: inline-block;
		font-family: 'Merriweather';
		font-size: 20px;
		font-weight: 400;
		color: #99C37D;
		padding: 0px 50px 0px 25px;
	}

	aside {
		width: 75%;
		display: inline-block;
		font-family: 'Montserrat';
		padding: 10px 20px 0px 0px;
	}
}