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

@font-face { font-family: Abuget; src: url('Abuget.ttf'); }  
@font-face { font-family: Tandelle; src: url('tandelle regular.ttf'); }  


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

img { border: 0px; }


/* TEXT */

.text-black-large{
	color: #000000;
	font-family: 'Tandelle', sans-serif;
	font-size: 50px;
	text-transform: uppercase;
}

.text-black-script-large{
	color: #000000;
	font-family: 'Abuget', sans-serif;
	font-size: 65px;
	line-height: 1.1;
}


.text-black-script-small{
	color: #000000;
	font-family: 'Abuget', sans-serif;
	font-size: 32px;
	line-height: 1.1;
}

.text-black-med{
	color: #000000;
	font-family: 'Saira Extra Condensed', sans-serif;
	font-size: 26px;
	font-weight: 400;
	line-height: 1.1;
}

.text-black-small{
	color: #000000;
	font-family: 'Saira Extra Condensed', sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.1;
}

.text-blue-large{
	color: #181896;
	font-family: 'Tandelle', sans-serif;
	font-size: 50px;
	text-transform: uppercase;
}

.text-blue-script-large{
	color: #181896;
	font-family: 'Abuget', sans-serif;
	font-size: 65px;
	line-height: 1.1;
}


.text-blue-script-small{
	color: #181896;
	font-family: 'Abuget', sans-serif;
	font-size: 32px;
	line-height: 1.1;
}

.text-blue-med{
	color: #181896;
	font-family: 'Saira Extra Condensed', sans-serif;
	font-size: 26px;
	font-weight: 400;
	line-height: 1.1;
}

.text-blue-small{
	color: #181896;
	font-family: 'Saira Extra Condensed', sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.1;
}



/* ND */

.znd{
	color: #ffffff;
	font-family: 'Saira Extra Condensed', sans-serif;
	font-size: 12px;
    text-transform: uppercase;
	padding: 10px;
	font-weight: 300;
	letter-spacing: 0.2em;
}

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



/* MENU */

.menu-homepage1 {
	background-color: #080760;
	width: 168px;
	height: 92px;
	color: #ffffff;
	font-family: 'Tandelle', sans-serif;
	font-size: 45px;
	text-transform: uppercase;
}

.menu-homepage1 a {
	color: #ffffff;
	text-decoration: none;
}


.menu-homepage1 a:hover {
	opacity: 0.35;
}


.menu-homepage2 {
	background-color: #080760;
	width: 523px;
	height: 92px;
	color: #ffffff;
	font-family: 'Tandelle', sans-serif;
	font-size: 45px;
	text-transform: uppercase;
}

.menu-homepage2 a {
	color: #ffffff;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 15px;
}


.menu-homepage2 a:hover {
	opacity: 0.35;
}


.return-home {
	background-image: url("images/subpage2023_01.jpg");
	width: 1000px;
	height: 74px;
	color: #000000;
	font-family: 'Saira Extra Condensed', sans-serif;
	font-size: 15px;
	padding-left: 10px;
}


.return-home a{
	color: #000000;
	text-decoration: none;
}



/* CONTACT  */

.contact-homepage {
	background-color: #080760;
	width: 555px;
	height: 136px;
}

.contact-homepage table {
	color: #ffffff;
	font-family: 'Tandelle', sans-serif;
	font-size: 24px;
	text-transform: uppercase;
	line-height: 1.0;
	letter-spacing: 0.05em;
}

.contact-homepage table a {
	color: #ffffff;
	text-decoration: none;
}




/* UPDATES */

.updates {
	background-image: url("images/index2023_02.jpg");
	width: 698px;
	height: 90px;
	color: #000000;
	font-family: 'Saira Extra Condensed', sans-serif;
	font-size: 35px;
	padding-left: 10px;
}


.updates a{
	color: #000000;
}



/* SUBPAGE HEADERS */

.subpage-headers-bg {
	background-image: url("images/subpage2023_09.jpg");
	width: 451px;
	height: 99px;
	color: #000000;
	font-family: 'Tandelle', sans-serif;
	font-size: 70px;
	text-transform: uppercase;
	padding-right: 10px;
}




/* LINKS AND BORDER */

a {
	color: #000000;
}

.border {
	border: 3px solid #cccccc;
}
.pageborder {
	box-shadow: 1px 1px 25px 2px rgba(0,0,0,0.35); }



/* BACKGROUNDS */

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



 