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

@font-face { font-family: Kenyan; src: url('images/kenyan coffee rg.otf'); } 


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

img { border: 0px; }


/* TEXT */

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

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

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


.text-teal-large{
	color: #2bc9bc;
	font-family: 'Kenyan', sans-serif;
	font-size: 50px;
	text-transform: uppercase;
}

.text-teal-medium{
	color: #2bc9bc;
	font-family: 'Roboto', sans-serif;
	font-size: 23px;
	font-weight: 400;
}

.text-teal-small{
	color: #2bc9bc;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 300;
}


/* ND */

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

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


/* MENU */

.index-menu {
	background-image: url("images/index2023_08.jpg");
	width: 191px;
	height: 465px;
	color: #000000;
	font-family: 'Kenyan', sans-serif;
	font-size: 40px;
	text-transform: uppercase;
	padding-right: 20px;
	line-height: 1.04;
}

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

.index-menu a:hover{
	color: #3c7c77;
}

.subpage-menu {
	background-image: url("images/subpage2023_05.jpg");
	width: 191px;
	height: 465px;
	color: #000000;
	font-family: 'Kenyan', sans-serif;
	font-size: 40px;
	text-transform: uppercase;
	padding-right: 20px;
	line-height: 1.04;
}

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

.subpage-menu a:hover{
	color: #3c7c77;
}


/* LINKS AND BORDER */

a {
	color: #9c9c9c;
}

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





/* SUBPAGE HEADERS */

.subpage-headers {
	background-image: url("images/subpage2023_04.jpg");
	width: 759px;
	height: 365px;
	color: #30d5c8;
	font-family: 'Kenyan', sans-serif;
	font-size: 150px;
	text-transform: uppercase;
}


/* CONTACT */

.sub-bg-index-contact {
	background-color: #31D4C6;
	width: 599px;
	height: 119px;
}


.sub-bg-index-contact table {
	color: #000000;
	font-family: 'Kenyan', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
}

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


.sub-bg-subpage-contact {
	background-color: #31D4C6;
	width: 599px;
	height: 113px;
}


.sub-bg-subpage-contact table {
	color: #000000;
	font-family: 'Kenyan', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
}

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

.contact-names {
	font-size: 22px;
}


/* INDEX NEWS */

.sub-bg-index-news {
	background-color: #ffffff;
	width: 329px;
	height: 63px;
	color: #31D4C6;
	font-family: 'Kenyan', sans-serif;
	font-size: 26px;
	text-transform: uppercase;
	padding-bottom: 3px;
}


.sub-bg-index-news a{
	color: #31D4C6;
	text-decoration: none;
}


/* BACKGROUNDS */

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

 