body {
	background-color: #222222;
}

/* Container */
.flex-container {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}

.flex-container-page {
	display: flex;
	position: relative;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	width: 95%;
	height: 100vh;
	margin-left: auto;
	margin-right: auto;
}

/* Sections & Components */
.mainPageHeader {
	width: 100%;
}

#logo {
	display: block;
	margin-left: auto;
	margin-right: auto;
	object-fit: contain;
 	width: 60%;
	aspect-ratio: 9 / 2;
}

#navHeader {
	width: 100%;
	font-family: Verdana;
	text-align: center;
	color: #dddddd;
}

#subHeader {
	margin: auto;
	width: 75%;
	text-align: center;
}

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

.topPageMain {
	width: 100%;
}

.mainPageFooter {
	width: 100%;
	text-align: center;
}

.mainPageFooter-page {
	width: 100%;
	position: absolute;
	bottom: 0;
	text-align: center;	
}

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

.paging {
	display: inline;
	text-align: center;
}

.aboutPageSection {
	width: 75%;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

/* Links */
.logoLink {
	border: none;
}

.navLinks {
	font-family: Verdana;
}

a.navLinks:link {
	color: #d6efff;
	text-decoration: none;
}

a.navLinks:visited {
	color: #d6d6ff;
	text-decoration: none;
}

a.navLinks:active {
	color: #ffd6d6;
	text-decoration: underline;
}

a.pagingLinksText:link {
	color: #d6efff;
	text-decoration: none;
}

a.pagingLinksText:visited {
	color: #d6d6ff;
}

.topPageSectionLinks {
	border: none;
}

/* Spacers */ 
.spacer {
	width: 100%;
}

.lineSpacer {
	width: 75%;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	background-color: #dddddd;
}


/* Media Queries */
@media screen and (max-width: 360px){
	.flex-container {
		max-width: 350px;
	}
	
	.flex-container-page {
		max-width: 350px;
	}
	
	.navLinks {
		font-size: 12px;
	}

	.topPageSectionLinks {
		font-size: 12px;
	}
		
	.subHeaderText {
		font-size: 14px;
	}
	
	.copyRight {
		font-size: 12px;
	}
	
	.topPageSectionTitle {
		font-size: 20px;
	}
	
	.topPageSectionText {
		font-size: 10px;
	}
}

@media screen and (max-width: 450px){
	.flex-container {
		max-width: 350px;
	}
	
	.flex-container-page {
		max-width: 350px;
	}
	
	.navLinks {
		font-size: 12px;
	}
	
	.topPageSectionLinks {
		font-size: 12px;
	}
		
	.subHeaderText {
		font-size: 14px;
	}
	
	.copyRight {
		font-size: 12px;
	}
}

@media screen and (max-width: 600px){
	.flex-container {
		max-width: 500px;
	}
	
	.flex-container-page {
		max-width: 500px;
	}
	
	.flex-container-about {
		max-width: 500px;
	}
	
	.navLinks {
		font-size: 12px;
	}
	
	.topPageSectionLinks {
		font-size: 12px;
	}
		
	.subHeaderText {
		font-size: 14px;
	}
	
	.copyRight {
		font-size: 12px;
	}
}

@media screen and (min-width: 600px){
	.flex-container {
		max-width: 550px;
	} 
	
	.flex-container-page {
		max-width: 550px;
	}
	
	.flex-container-about {
		max-width: 550px;
	}
	
	.navLinks {
		font-size: 12px;
	}
	
	.topPageSectionLinks {
		font-size: 12px;
	}
		
	.subHeaderText {
		font-size: 14px;
	}
	
	.copyRight {
		font-size: 12px;
	}
}

@media screen and (min-width: 768px){
	.flex-container {
		max-width: 600px;
	}
	
	.flex-container-page {
		max-width: 600px;
	}
	
	.flex-container-about {
		max-width: 600px;
	}
	
	.navLinks {
		font-size: 14px;
	}
	
	.topPageSectionLinks {
		font-size: 14px;
	}
		
	.subHeaderText {
		font-size: 16px;
	}
	
	.copyRight {
		font-size: 14px;
	}
}

@media screen and (min-width: 1024px){
	.flex-container {
		max-width: 600px;
	}
	
	.flex-container-page {
		max-width: 600px;
	}
	
	.flex-container-about {
		max-width: 600px;
	}
	
	.navLinks {
		font-size: 14px;
	}
	
	.topPageSectionLinks {
		font-size: 14px;
	}
		
	.subHeaderText {
		font-size: 16px;
	}
	
	.copyRight {
		font-size: 14px;
	}
}

@media screen and (min-width: 1200px){
	.flex-container {
		max-width: 700px;
	}
	
	.flex-container-page {
		max-width: 700px;
	}
	
	.flex-container-about {
		max-width: 700px;
	}
	
	.navLinks {
		font-size: 16px;
	}
	
	.topPageSectionLinks {
		font-size: 16px;
	}
		
	.subHeaderText {
		font-size: 18px;
	}
	
	.copyRight {
		font-size: 16px;
	}
}

@media screen and (min-width: 1400px){
	.flex-container {
		max-width: 750px;
	}
	
	.flex-container-page {
		max-width: 750px;
	}
	
	.flex-container-about {
		max-width: 750px;
	}
	
	.navLinks {
		font-size: 16px;
	}
	
	.topPageSectionLinks {
		font-size: 16px;
	}
		
	.subHeaderText {
		font-size: 18px;
	}
	
	.copyRight {
		font-size: 16px;
	}
}

