/* <section> */
.topPageSection {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.topPageSectionTitle {
 	font-family: Verdana;
	font-weight: normal;
	color: #dddddd;
	display: inline;
}

.topPageSectionPhotoBox {
	margin-left: auto;
	margin-right: auto;
	border: solid;
	border-color: #dddddd;
	border-width: 1px;
}

.topPageSectionInfobox {
	text-align: center;
}

.topPageSectionText {
	font-family: Verdana;
	color: #dddddd;
}

/* Media Queries */
@media screen and (max-width: 360px){
	.topPageSectionTitle {
		font-size: 20px;
	}
	
	.topPageSectionText {
		font-size: 10px;
	}
}

@media screen and (max-width: 450px){
	.topPageSectionTitle {
		font-size: 20px;
	}
	
	.topPageSectionText {
		font-size: 10px;
	}
}

@media screen and (max-width: 600px){
	.topPageSectionTitle {
		font-size: 20px;
	}
	
	.topPageSectionText {
		font-size: 12px;
	}
}

@media screen and (min-width: 600px){
	.topPageSectionTitle {
		font-size: 20px;
	}
	
	.topPageSectionText {
		font-size: 12px;
	}
}

@media screen and (min-width: 768px){
	.topPageSectionTitle {
		font-size: 22px;
	}
	
	.topPageSectionText {
		font-size: 14px;
	}
}

@media screen and (min-width: 1024px){
	.topPageSectionTitle {
		font-size: 22px;
	}
	
	.topPageSectionText {
		font-size: 14px;
	}
}

@media screen and (min-width: 1200px){
	.topPageSectionTitle {
		font-size: 24px;
	}
	
	.topPageSectionText {
		font-size: 16px;
	}
}

@media screen and (min-width: 1400px){
	.topPageSectionTitle {
		font-size: 24px;
	}
	
	.topPageSectionText {
		font-size: 16px;
	}
}