@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000000;
    width: 85%;
	min-width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: medium;
	height: auto;
}

.PageWrapper {
	background-color: #000000;
	width: 100%;
	max-width: 1250px;
	margin-left: auto;
	margin-right: auto;
}

.Header{
	width: 100%;
}
.HeaderImageContainer{
	padding-top: 20px;
	display: flex;
	width: 100%;
}
.Image{
	width: 100%;
	max-width: 500px;
}
.HeaderImageContainer img{
	width: 100%;
	height: auto;
	
}
.Nav{
	display:flex;
	float: right;
	justify-content: space-between;
	width: 100%;
	margin-top: 1rem;

}
.LinkWrapper{
	text-align: center;
	margin: 4px;
	border: none;
	border-color: #7B7373;
	background-color: #000000;
	width: 100%;
	

}
.LinkWrapper a{
	width: 100%;
	color: #373FD0;
	text-decoration: none;
	justify-content: center;
	transition: 1s;
	font-size: 20px;
	
}
.LinkWrapper:hover {
	background-blend-mode: color-burn;
}
.LinkWrapper a:hover {
	color: white;
	border-bottom: solid #9C6C09;
}
.MarginAdjust{
	margin: 50px;
}
.About{
	margin-top: 50px;
	
}
h1{
    text-align: center;
    margin: auto;
    color: white;
    padding-right: 100px;
}
h4{
	color: darkgoldenrod;
}
span1{
    color: darkgoldenrod;
    font-size: 
    font-style: italic;
    font-style: italic;
    font-size: x-large;
}
span2{
	color: darkgoldenrod;
	font-style: italic;
}
p {
	color: floralwhite;
}

.EmblemContainer{
	text-align: right;
}
.EmblemImage img{
	max-width: 200px;
}
/*President Letter*/

.PresidentLetter a{
	color: darkgoldenrod;
}
.PresidentLetter a:hover{
	color:bisque;
}
.PresidentLetter{
	margin: 50px;
}
.Social{
	width: auto;
	text-align: right;
	
}
.Social img{
	width: 5%;
	height: auto;
}

.UNDERCONSTRUCTION{
	color: white;
	width: 500px;
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
	font-style: italic;
	font-size: 40px;	
}
@media (max-width: 1070px){
	.LinkWrapper a{
		color: white;
		font-size: 20px;}
}
@media (max-width: 1070px){
	
}
