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

/* font-family: 'Merriweather', serif; MAIN
font-family: 'Libre Baskerville', serif; MAIN
font-family: 'Arvo', serif; MENU 
font-family: 'Montserrat', sans-serif; */

/* page Graphics elements */

/* SECTIONS */
/* SECTIONS */
/* SECTIONS */
#headSection, #mainSection, #footerSection  {
	position: relative;
	width: 100%;
}


#headSection-Topmost, #mainSection-Body {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	max-width: 1000px;
	min-width: 700px;
	margin: 0 auto;
}


#headerSection-Topmost {
	height: 65px;
	text-align: right;
	color: white;
	font-family: Arvo, serif;
	font-size: 10pt;
	padding: 10px 0px 10px 0px;
}

#headSection-Nav {
	height: 60px;
	text-align: center;
	background-color: #B20205;
	margin-top: 20px;
	
}

#footerSection {
	margin-top: 70px;
	padding-top: 30px;
	padding-bottom: 20px;
	background-color: white;
	min-height: 100px;
	color: #6E6E6E;
	font-family: 'Merriweather', serif;
	font-size: 10pt;
	line-height: 1ex;
}
/* SECTIONS */
/* SECTIONS */


#backHiLit {
	position: relative;
	width: 100%;
	min-height: 552px;
	background-image: url(images/HiLite-White-Large.png);
	background-position: center top;
	background-repeat: no-repeat;
	margin-bottom: -150px;
}

.topLogoBackPlate {
	position: relative;
	width: 100%;
	height: 331px;
	background-color: #fff;
	text-align: center;
	vertical-align: middle;
	top: -10px;
	background-color: white;
}
.topLogoLarge {
	position: relative;
	top: 25px;
	width: 446px;
	height: 271px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/logo-main-large.png);
	background-size: contain;
	background-position: center top;
	background-repeat: no-repeat;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #051233;
	color: white;
}


h1 {
	/* font-family: 'Merriweather'; */
	font-family: 'Martel', serif;
	font-weight: 900;
	font-size: 32pt;
	color:#FBD604;
	padding-left: 50px;
	padding-right: 50px;
}

h2 {
	font-family: 'Merriweather';
	font-weight: 900;
	font-size: 24pt;
}

h3 {
	font-family: 'Merriweather';
	font-weight: 900;
	font-size: 18pt;
}


p, body ,li {
	font-family: 'Montserrat', sans-serif;
}


p, li {
	font-size: 13pt;
	line-height: 3ex;
}


a, a:link, a:active, a:visited {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	text-decoration-color: greenyellow;
}


.membersLogin {
	box-sizing: border-box;
	border: 1px white solid; 
	padding: 10px;
	width: 200px;
	margin-left: auto; 
	margin-right: 40px;
	margin-top: 5px;
	text-align: center;
	transition: all 0.9;
	cursor: pointer;
}

.membersLogin:hover {
	transition: all 0.9;
	background-color: rgba(255,255,255,0.30);
}

#socialIconBar {
	opacity: 0.5;
	position: relative;
	width: 200px;
	margin-left: 20px;
	}

.socialIcon {
	position: relative;
	float:left;
	width: 40px; height: 40px;
	margin-top: 5px; margin-bottom: 0px;
	padding-top: 0px; padding-bottom: 0px;
	margin-left: 5px; margin-right: 5px;
}

.socialIcon img {
	width: 40px; height: 40px;
}


.flexTextImage {
    display: flex;
    flex-direction: row;
    gap: 12px;
    justify-contents: center;
    align-items: center;
}

.navBar {
	position: relative;
	box-sizing: border-box;
	height: 100%;
	color: #fff;
	font-family: 'Arvo', serif;
	font-weight: bold;
	line-height: 1em;
	background-color: #B20205;
}

.navLister {
	list-style: none; 
	overflow: hidden;
	height: 100%;
	text-align: center;
}

.navLister li, .navLister li:hover {
	padding-top: 20px;
	padding-left: 20px; padding-right: 20px;
	float: left;
	height: 100%;
	display: inline;
}

.navLister li:hover {
	transition: all .9s;
	text-decoration: none;
	height: 100%;
	background-color: #6C0103;
	display:inline-block;
}



.navLister li a, .navLister li a:link, .navLister li a:active, .navLister li a:visited {
	color: white;
	text-decoration: none;
	font-size: 13pt;
	text-transform: uppercase;	
	display:inline;
} 

.navItem a:hover {
	color: white;
	background-color: yellow;
	text-decoration: underline;
	display:inline-block;
}
	
#theBody {
	position: relative;
	box-sizing: border-box;
	width: 90%;
	margin-left: auto; margin-right: auto;
	margin-top: 60px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: burlywood;
	
}

#mainSection {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
}


#footerSection p {
	font-family: 'Merriweather', serif;
	font-size: 9pt;
	margin-top: 0px;
	margin-bottom: -5pt;
}

#footerSection a:link, 
#footerSection a:active, 
#footerSection a:visited  {
	text-decoration: underline;
	color: #6E6E6E;
}
#footerSection a:hover {
	color: black;
}


.mainSize {
	width: 100%;
	max-width: 1300px;
	min-width: 900px;
}
.cent {
	position: relative;
	min-width: 1000px;
	margin: 0 auto;
}