/***** Global *****/
body {
	background-color: #222222;
}

#container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 90%;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
}

.spacer {
	width: 100%;
}

#logoContent {
	width: 100%;
}

#logo {
	display: block;
	margin-left: auto;
	margin-right: auto;
	object-fit: contain;
}

#content {
	width: 100%;
	text-align: center;
}

.siteTopic {
	margin-left: auto;
	margin-right: auto;
}

.siteTopicCaptionBox {
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.imageIcon {
	display: block;
	//border-style: solid;
	//border-width: 1px;
	//border-color: #dddddd;
	margin-left: auto;
	margin-right: auto;
	object-fit: contain;
}

.siteTopicCaption {
	font-family: Verdana;
	font-style: italic;
	color: #dddddd;
}

#topPageFooter {
	width: 50%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.footerContact {
	font-family: Verdana;
	color: #dddddd;
	background-color: #9a9a9a;
	padding-top: 3px;
	padding-bottom: 3px;
}

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

.hrline {
	height: 1px;
	border-width: 0px;
	background-color: #676767;
}

@media screen and (max-width: 360px){
	
	#container {
		width: 95%;
		max-width: 350px;
	}
	
	#logo {
		width: 200px;
		height: 44.444px;
	}
	
	.hrline {
		width: 200px;
	}
	
	.imageIcon {
		width: 200px;
		height: 44.44px;
	}
	
	.siteTopicCaptionBox {
		width: 200px;
	}
	
	.siteTopicCaption {
		font-size: 12px;
	}
	
	.footerContact {
		font-size: 12px;
	}
	
	.copyRight {
		font-size: 12px;
	}

}

@media screen and (max-width: 450px){
	
	#container {
		width: 95%;
		max-width: 400px;
	}
	
	#logo {
		width: 300px;
		height: 66.66px;
	}
	
	.hrline {
		width: 200px;
	}
	
	.imageIcon {
		width: 200px;
		height: 44.44px;
	}
	
	.siteTopicCaptionBox {
		width: 200px;
	}
	
	.siteTopicCaption {
		font-size: 12px;
	}
	
	.footerContact {
		font-size: 12px;
	}
	
	.copyRight {
		font-size: 12px;
	}

}

@media screen and (max-width: 600px){
	
	#container {
		width: 95%;
		max-width: 450px;
	}
	
	#logo {
		width: 350px;
		height: 77.77px;
	}
	
	.hrline {
		width: 250px;
	}
	
	.imageIcon {
		width: 250px;
		height: 55.55px;
	}
	
	.siteTopicCaption {
		font-size: 12px;
	}
	
	.siteTopicCaptionBox {
		width: 250px;
	}
	
	.footerContact {
		font-size: 12px;
	}
	
	.copyRight {
		font-size: 12px;
	}

}

@media screen and (min-width: 600px){

	#container {
		max-width: 500px;
	}
	
	#logo {
		width: 400px;
		height: 88.88px;
	}
	
	.hrline {
		width: 300px;
	}
	
	.imageIcon {
		width: 300px;
		height: 66.66px;
	}
	
	.siteTopicCaptionBox {
		width: 300px;
	}
	
	.siteTopicCaption {
		font-size: 12px;
	}
	
	.footerContact {
		font-size: 12px;
	}
	
	.copyRight {
		font-size: 12px;
	}
}

@media screen and (min-width: 768px) {

	#container {
		max-width: 600px;
	}
	
	#logo {
		width: 500px;
		height: 111.11px;
	}
	
	.hrline {
		width: 400px;
	}
	
	.imageIcon {
		width: 400px;
		height: 88.88px;
	}
	
	.siteTopicCaptionBox {
		width: 400px;
	}
	
	.siteTopicCaption {
		font-size: 14px;
	}
	
	.footerContact {
		font-size: 14px;
	}
	
	.copyRight {
		font-size: 14px;
	}

}

@media screen and (min-width: 1024px){

	#container {
		max-width: 700px;
	}
	
	#logo {
		width: 600px;
		height: 133.33px;
	}
	
	.hrline {
		width: 500px;
	}
	
	.imageIcon {
		width: 500px;
		height: 111.11px;
	}
	
	.siteTopicCaptionBox {
		width: 500px;
	}
	
	.siteTopicCaption {
		font-size: 16px;
	}
	
	.footerContact {
		font-size: 16px;
	}
	
	.copyRight {
		font-size: 16px;
	}

}

@media screen and (min-width: 1200px){

	#container {
		max-width: 800px;
	}
	
	#logo {
		width: 700px;
		height: 155.55px;
	}
	
	.hrline {
		width: 600px;
	}
	
	.imageIcon {
		width: 600px;
		height: 133.33px;
	}
	
	.siteTopicCaptionBox {
		width: 600px;
	}
	
	.siteTopicCaption {
		font-size: 16px;
	}
	
	.footerContact {
		font-size: 16px;
	}
	
	.copyRight {
		font-size: 16px;
	}

}

@media screen and (min-width: 1400px){

	#container {
		max-width: 900px;
	}
	
	#logo {
		width: 800px;
		height: 177.77px;
	}
	
	.hrline {
		width: 700px;
	}
	
	.imageIcon {
		width: 700px;
		height: 155.55px;
	}
	
	.siteTopicCaptionBox {
		width: 700px;
	}
	
	.siteTopicCaption {
		font-size: 16px;
	}
	
	.footerContact {
		font-size: 16px;
	}
	
	.copyRight {
		font-size: 16px;
	}

}