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

/*  @font-face { font-family: Moon; src: url('Moon.ttf'); } */


body {
	background-image: url(images/bg.jpg);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #051121;
	color: #000000;
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-size: 22px;
	border: 0px;
}

img { border: 0px; }


/* TEXT */

.text-gray-large{
	color: #5B5B5B;
	font-family: 'Montserrat', sans-serif;
	font-size: 40px;
	font-weight: 800;
	text-transform: uppercase;
}

.text-gray-medium{
	color: #5B5B5B;
	font-family: 'Montserrat', sans-serif;
	font-size: 26px;
	font-weight: 400;
}

.text-gray-small{
	color: #5B5B5B;
	font-family: 'Montserrat', sans-serif;
	font-size: 17px;
	font-weight: 300;
}


.text-black-large{
	color: #000000;
	font-family: 'Montserrat', sans-serif;
	font-size: 40px;
	font-weight: 800;
	text-transform: uppercase;
}

.text-black-medium{
	color: #000000;
	font-family: 'Montserrat', sans-serif;
	font-size: 26px;
	font-weight: 400;
}

.text-black-small{
	color: #000000;
	font-family: 'Montserrat', sans-serif;
	font-size: 17px;
	font-weight: 300;
}

.text-blue-large{
	color: #2246CE;
	font-family: 'Montserrat', sans-serif;
	font-size: 40px;
	font-weight: 800;
	text-transform: uppercase;
}

.text-blue-medium{
	color: #2246CE;
	font-family: 'Montserrat', sans-serif;
	font-size: 26px;
	font-weight: 400;
}

.text-blue-small{
	color: #2246CE;
	font-family: 'Montserrat', sans-serif;
	font-size: 17px;
	font-weight: 300;
}


/* ND */

.znd{
	color: #929292;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
    text-transform: uppercase;
	padding: 10px;
	font-weight: 300;
	letter-spacing: 0.3em;
}

.znd a{
	color: #929292;
	text-decoration: none;
}


/* MENU */

.index-menu {
	background-image: url("images/index2022_01.jpg");
	width: 950px;
	height: 54px;
	color: #000000;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 700;
}

.index-menu a{
	color: #000000;
	text-decoration: none;
}

.index-menu a:hover{
	color: #2246CE;
}


.subpage-menu {
	background-image: url("images/subpage2022_01.jpg");
	width: 950px;
	height: 54px;
	color: #000000;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 700;
}

.subpage-menu a{
	color: #000000;
	text-decoration: none;
}

.subpage-menu a:hover{
	color: #2246CE;
}




/* LINKS AND BORDER */

a {
	color: #2246CE;
}

.border {
	border: 3px solid #000000;
}
.pageborder {
	box-shadow: 0px 10px 25px 10px rgba(0,0,0,0.65); }





/* SUBPAGE HEADERS */

.subpage-headers {
	background-image: url("images/subpage2022_03.jpg");
	width: 602px;
	height: 122px;
	padding-right: 40px;
	color: #FFFFFF;
	font-family: 'Montserrat', sans-serif;
	font-size: 65px;
	font-weight: 800;
	text-transform: uppercase;
}


/* CONTACT */

.sub-bg-index-contact {
	background-image: url("images/index2022_08.jpg");
	width: 514px;
	height: 154px;
}


.sub-bg-index-contact table a{
	color: #000000;
	text-decoration: none;
}


.sub-bg-subpage-contact {
	background-image: url("images/subpage2022_10.jpg");
	width: 514px;
	height: 154px;
	padding-top: 10px;
}


.sub-bg-subpage-contact table a{
	color: #000000;
	text-decoration: none;
}

.contact-address {
	color: #838f83;
	font-family: 'Montserrat', sans-serif;
	font-size: 21px;
	font-weight: 600;
	padding-bottom: 10px;
}

.contact-names {
	color: #2246ce;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}



/* HOMEPAGE */

.sub-bg-index-fb {
	background-image: url("images/index2022_04.jpg");
	width: 394px;
	height: 414px;
}


.sub-bg-index-updates-box {
	background-image: url("images/index2022_06.jpg");
	width: 514px;
	height: 123px;
	color: #1e1616;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 700;
}


.updates-bullets {
	color: #2246CE;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 700;
}


/* BACKGROUNDS */

.sub-bg {
	background-color: #ffffff;
	padding: 20px 35px 0px 35px;
}

 