main {
	margin-top: 60px;
	justify-content: center;
	align-content: center;
	display: flex;
}

p3 {
	color: #EC008C;
	font-style: normal;
}

h1 {
	text-align: center;
	font-size: 40px;
	line-height: 48px;
}

h2 {
	font-size: 20px;
	margin-top: 20px;
	color: #000000;
	font-family: Roboto, sans-serif;
	font-weight: 600;
	text-align: center;
}

h4 {
	font-size: 18px;
	color: #000000;
	font-family: Roboto, sans-serif;
	font-weight: 600;
	font-style: italic;
	text-align: center;
	color: #908D8D;
	margin-bottom: 15px;
}

h5 {
	font-size: 20px;
	color: #000000;
	font-family: Roboto, sans-serif;
	font-weight: 600;
	text-align: center;	
	font-style: italic;
	color: #7A7979;
	margin-top: 20px;
}


.about {
	display: flex;
	flex-direction: column;
	width: 100%;
	margin-left: 60px;
	margin-right: 60px;
}

.about-team {
	display: flex;
	align-content: space-between;
}

.kyla-photo, .lannette-photo {
	width: 75%;
	margin: 0 auto;
}

.team-kyla, .team-lannette {
	width: 50%;
}


.kyla-bio, .lannette-bio{
	width: 85%;
	margin: 0 auto;
}

.quote p {
	font-style: italic;
	margin-top: 20px;
}

.mission {
	background-color: #EC008C;
	padding-bottom: 20px;
}

.mission p {
	color: #FFFFFF;
	margin-left: 60px;
	line-height: 20px;
}

.about-company {
	margin-left: 60px;
	margin-right: 60px;
	display: flex;
}

.about-company img {
	width: 50%;
	padding-top: 40px;
	padding-bottom: 40px;
}

.about-company h2 {
	color: #FFFFFF;
	text-align: left;
	font-size: 40px;
	line-height: 48px;
	margin-left: 60px;
	margin-bottom: 30px;
	margin-top: 0;
}

.about-company-text {
	margin-top: 20px;
	align-content: center;
}

.todo {
	margin-left: 60px;
	margin-right: 60px;
	padding-bottom: 50px;
	display: flex;
	justify-content: space-between;
}

.todo h2 {
	text-align: left;
	font-size: 30px;
	line-height: 38px;
	margin-bottom: 10px;
}

.location {
	margin-right: 50px;
}

.location img{
	width: 200px;		
}
.subscribe {
	width: 50%;
}

/* MOBILE VERSION */

@media only screen and (max-width: 768px) {
	
	main {
		margin-top: 50px;
	}
	
	h1 {
		text-align: center;
		font-size: 32px;
		line-height: 40px;
	}
	
	.about {
		margin-left: 20px;
		margin-right: 20px;
	}
	
	.about-team {
		flex-direction: column;
	}
	
	.team-kyla, .team-lannette {
	width: 100%;
}
	
	.team-kyla, .team-lannette p {
	text-align: center;
}
	
	.team-kyla, .team-lannette img {
		margin-top: 20px;
	}
	
	.kyla-photo, .lannette-photo {
		width: 70%;
}

	.mission {
		padding-bottom: 40px;
	}
	
	.mission p {
		margin-left: 20px;
		margin-right: 20px;
}
	.about-company {
		margin-left: 20px;
		margin-right: 20px;
		flex-direction: column;
		
	}
	
	.about-company img {
		width: 90%;
		margin: 20px auto 0;
		padding-top: 20px;
		padding-bottom: 10px;
	}
	
	.about-company-text {
		margin-top: 0px;
	}

	.about-company h2 {
		text-align: center;
		font-size: 32px;
		line-height: 38px;
		margin-left: 0px;
		margin-bottom: 20px;
	}
	
	.about-company p {
		text-align: center;
	}
	
	.todo {
		margin-left: 20px;
		margin-right: 20px;
		padding-bottom: 50px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.location {
		display: none;
	}

	.subscribe {
		width: 80%;
		margin: 0 auto 20px;;
	}
	
	.subscribe h2 {
		text-align: center;
	}
	
	.subscribe p {
		text-align: center;
		margin-bottom: 20px;
	}
	
}

@media only screen and (min-width: 992px) {
	
}