h1 {
	font-family: 'Exo 2', sans-serif;
}

p, ul, h3, h2 {
	font-family: 'Exo 2', sans-serif;
	color: black;
}

a {
	color: black;
	text-decoration: none;
}

body {
	margin: 0px;
}

.Header {
	display: flex;
	margin: auto;
	justify-content: space-between;
	align-items: center;
	width: 90%;
	height: 130px;
}


.Header .Title {
	justify-content: center;
	margin: 0px;
}

.Header .Title h1{
	margin: 0px;
}

.Header .Title p{
	margin: 0px;
}

.NavDiv {
	display: flex;
	align-items: center;
	margin: 0px;
	padding: 0px;
	width: 200px;
}

.NavList{
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding: 0px;

}


.LargeContainer {
	width: 90%;
	margin: auto;
	/*margin-top: 50px;*/
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 10vh;
}



.LargeContainer .MyDiv img {
	border-radius: 10px;
	max-height:100%; max-width:100%;
}

.MyIntro p {
	font-size: 3vw;
}
