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

@font-face { font-family: Rollicker; src: url('Rollicker 2.ttf'); }  
@font-face { font-family: Orion; src: url('Orion Crederick.otf'); }  


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

img { border: 0px; }


/* TEXT */

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


.text-black-script-large{
	color: #000000;
	font-family: 'Orion', sans-serif;
	font-size: 55px;
	line-height: 1.2;
}


.text-black-script-small{
	color: #000000;
	font-family: 'Orion', sans-serif;
	font-size: 25px;
	line-height: 1.2;
}

.text-black-med{
	color: #000000;
	font-family: 'Mulish', sans-serif;
	font-size: 25px;
	font-weight: 400;
	line-height: 1.2;
}

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

.text-green-large{
	color: #339900;
	font-family: 'Rollicker', sans-serif;
	font-size: 50px;
	text-transform: uppercase;
}


.text-green-script-large{
	color: #339900;
	font-family: 'Orion', sans-serif;
	font-size: 55px;
	line-height: 1.2;
}


.text-green-script-small{
	color: #339900;
	font-family: 'Orion', sans-serif;
	font-size: 25px;
	line-height: 1.2;
}

.text-green-med{
	color: #339900;
	font-family: 'Mulish', sans-serif;
	font-size: 25px;
	font-weight: 400;
	line-height: 1.2;
}

.text-green-small{
	color: #339900;
	font-family: 'Mulish', sans-serif;
	font-size: 17px;
	font-weight: 300;
	line-height: 1.2;
}


.text-green-small-uc-bold{
	color: #339900;
	font-family: 'Mulish', sans-serif;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.2;
    text-transform: uppercase;
}



/* ND */

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

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


/* SUBPAGE HEADERS */

.subpage-headers-bg {
	background-image: url("images/subpage2023_03.jpg");
	width: 950px;
	height: 148px;
	color: #ffffff;
	font-family: 'Rollicker', sans-serif;
	font-size: 70px;
	text-transform: uppercase;
	padding-left: 60px;
}


/* SUBPAGE CONTACT */

.subpage-contact {
	background-image: url("images/subpage2023_06.jpg");
	width: 950px;
	height: 152px;

}

.subpage-contact table {
	color: #000000;
	font-family: 'Rollicker', sans-serif;
	font-size: 25px;
	text-transform: uppercase;
	line-height: 1.5;
}

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


/* LINKS AND BORDER */

a {
	color: #000000;
}

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



/* HOMEPAGE */

.home-script {
	color: #339900;
	font-family: 'Orion', sans-serif;
	font-size: 35px;
}

.home-text {
	color: #000000;
	font-family: 'Rollicker', sans-serif;
	font-size: 25px;
	text-transform: uppercase;
	line-height: 1.5;
}

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



/* BACKGROUNDS */

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

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


 