#titlePage{
	margin: auto;
	text-align: center;
	margin-top: 5%;
}

p{
	margin-top: 30px;
	text-align: center;
}

.content {
	position: relative;
	padding-top: 20px;
	text-align: center;
}

.description > li{
	color: white;
	font-weight: normal;
}

@media (max-width: 600px) {
	h3{
		font-size: 20px;
	}
	
	.description > li{
		color: white;
		font-weight: normal;
		font-size: 13px;
	}
	
	#threeSections{
		text-align: center;
	}
	
	#threeSections > div > img{
		height: 120px;
		width: auto;
	}
	
	#threeSections > div > p{
		text-align: center;
	}
}

@media (min-width: 600px) {
	h1{
		font-size: 120px;
	}
	
	p{
		font-size: 20px;		
		margin-top: 30px;
		text-align: center;
	}
	
	.description > li{
		font-size: 20px;
	}
	
	#threeSections{
		display: inline-flex;
		align-items: center;
		text-align: center;
	}
	
	#threeSections:#threeSectionsThree{
		margin-right: 0;
	}
	
	#threeSectionsOne, #threeSectionsTwo, #threeSectionsThree{
		margin-right: 150px;
	}
	#threeSectionsThree{
		margin-right: 0;
	}
	
	#threeSections > div > img{
		height: 150px;
		width: auto;
	}
	
	#threeSections > div > p{
		text-align: center;
	}
}

@media (min-width: 1200px) {
	p{
		max-width: 1200px;
		margin: auto;
	}
}

@media (min-width: 600px) and (max-height: 700px) {
	
}