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

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


body {
	background-image: url(images/bg.jpg);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #000000;
	color: #000000;
	font-size: 21px;
	font-family: "Teko", sans-serif;
	line-height: 1.0;
}

img { border: 0px; }


/* TEXT */
.text-gray-large{
	color: #abacac;
	font-family: "Teko", sans-serif;
	font-size: 52px;
	text-transform: uppercase;
	line-height: 1.0;
}

.text-gray-script-large{
	color: #abacac;
	font-family: "Mr Dafoe", cursive;
	font-size: 46px;
	line-height: 1.2;
}

.text-gray-script-small{
	color: #abacac;
	font-family: "Mr Dafoe", cursive;
	font-size: 26px;
	line-height: 1.2;
}

.text-gray-medium{
	color: #abacac;
	font-family: "Teko", sans-serif;
	font-size: 32px;
	line-height: 1.0; 
}

.text-gray-small{
	color: #abacac;
	font-family: "Teko", sans-serif;
	font-size: 21px;
	font-weight: 200;
	line-height: 1.0;
}

.text-black-large{
	color: #000000;
	font-family: "Teko", sans-serif;
	font-size: 52px;
	text-transform: uppercase;
	line-height: 1.0;
}

.text-black-script-large{
	color: #000000;
	font-family: "Mr Dafoe", cursive;
	font-size: 46px;
	line-height: 1.2;
}

.text-black-script-small{
	color: #000000;
	font-family: "Mr Dafoe", cursive;
	font-size: 26px;
	line-height: 1.2;
}

.text-black-medium{
	color: #000000;
	font-family: "Teko", sans-serif;
	font-size: 32px;
	line-height: 1.0; 
}

.text-black-small{
	color: #000000;
	font-family: "Teko", sans-serif;
	font-size: 21px;
	font-weight: 200;
	line-height: 1.0;
}
.text-red-large{
	color: #8D0300;
	font-family: "Teko", sans-serif;
	font-size: 52px;
	text-transform: uppercase;
	line-height: 1.0;
}

.text-red-script-large{
	color: #8D0300;
	font-family: "Mr Dafoe", cursive;
	font-size: 46px;
	line-height: 1.2;
}

.text-red-script-small{
	color: #8D0300;
	font-family: "Mr Dafoe", cursive;
	font-size: 26px;
	line-height: 1.2;
}

.text-red-medium{
	color: #8D0300;
	font-family: "Teko", sans-serif;
	font-size: 32px;
	line-height: 1.0; 
}

.text-red-small{
	color: #8D0300;
	font-family: "Teko", sans-serif;
	font-size: 21px;
	font-weight: 200;
	line-height: 1.0;
}

/* ND */

.znd{
	color: #ffffff;
	font-family: "Teko", sans-serif;
	font-size: 18px;
    text-transform: uppercase;
	padding: 10px;
	font-weight: 300;
	letter-spacing: 0.1em;
}

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


/* MENU */
.index-menu {
    background-image: url("images/index2024_02.jpg");
    width: 950px;
    height: 66px;
    color: #ffffff;
    font-family: "Teko", sans-serif;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 300;
    position: relative; /* Ensure the container is relatively positioned */
    line-height: 1.0;
}

.index-menu a {
    color: #ffffff;
    text-decoration: none;
    position: relative;
    /* padding: 10px 20px;  Adjust padding for spacing */
    display: inline-block;
    transition: color 0.3s ease;
}

.index-menu a:hover {
    color: #000000; /* Change link color on hover */
}

.subpage-menu {
    background-image: url("images/subpage2024_02.jpg");
    width: 950px;
    height: 66px;
    color: #ffffff;
    font-family: "Teko", sans-serif;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 300;
    position: relative; /* Ensure the container is relatively positioned */
    line-height: 1.0;
}

.subpage-menu a {
    color: #ffffff;
    text-decoration: none;
    position: relative;
    /* padding: 10px 20px;  Adjust padding for spacing */
    display: inline-block;
    transition: color 0.3s ease;
}

.subpage-menu a:hover {
    color: #000000; /* Change link color on hover */
}

.menu-divider {
    padding: 0 10px;
    color: #ffffff;
}

/* LINKS AND BORDER */

a {
	color: #8D0300;
}

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


/* SUBPAGE HEADERS */

.subpage-headers {
	background-image: url("images/subpage2024_05.jpg");
	width: 427px;
	height: 103px;
	color: #ffffff;
	font-family: "Teko", sans-serif;
	font-size: 80px;
	text-transform: uppercase;
	padding-left: 10px;
	line-height: 0.9;
	padding-bottom: 10px;
}


/* RECENT NEWS */

.recent-news {
	background-image: url("images/index2024_08.jpg");
	width: 950px;
	height: 64px;
	color: #ffffff;
	font-family: "Teko", sans-serif;
	font-size: 57px;
	text-transform: uppercase;
}


.recent-news-large-script {
	font-family: "Mr Dafoe", cursive;
	font-size: 60px;
	color: #ffffff;
	text-transform: capitalize;
}



/* CONTACT */

.sub-bg-index-contact {
	background-image: url("images/index2024_05.jpg");
	width: 417px;
	height: 59px;
}

.sub-bg-index-contact table {
	color: #000000;
	font-family: "Teko", sans-serif;
	font-size: 19px;
	line-height: 1.0;
	text-transform: uppercase;
}

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


.sub-bg-subpage-contact {
	background-image: url("images/subpage2024_11.jpg");
	width: 515px;
	height: 68px;
}

.sub-bg-subpage-contact table {
	color: #ffffff;
	font-family: "Teko", sans-serif;
	font-size: 19px;
	line-height: 1.0;
	text-transform: uppercase;
}

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

.contact-names {
	color: #B40300;
	font-weight: 500;
	text-transform: uppercase;
}

.contact-names-subpage {
	color: #bc3431;
	font-weight: 500;
	text-transform: uppercase;
}

/* BACKGROUNDS */

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

 