@charset "utf-8";

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

img { border: 0px; }




/* TEXT */

.text-black-xl {
	color: #000;
	font-family: 'Baloo Da', cursive;
	font-style: normal;
	font-size: 45px;
	line-height: 1.0;
}
.text-black-large {
	color: #000;
	font-family: 'Oswald', sans-serif;
	font-style: normal;
	font-size: 25px;
}
.text-black-med {
	color: #000;
	font-family: 'Oswald', sans-serif;
	font-style: normal;
	font-size: 20px;
	font-weight: 300;
}
.text-black-small {
	color: #000;
	font-family: 'Oswald', sans-serif;
	font-style: normal;
	font-size: 16px;
	font-weight: 300;
}
.text-black-script {
	color: #000;
	font-family: 'Qwigley', cursive;
	font-style: normal;
	font-size: 55px;
	line-height: 1.0;
}



.text-blue-xl {
	color: #244196;
	font-family: 'Baloo Da', cursive;
	font-style: normal;
	font-size: 45px;
	line-height: 1.0;
}
.text-blue-large {
	color: #244196;
	font-family: 'Oswald', sans-serif;
	font-style: normal;
	font-size: 25px;
}
.text-blue-med {
	color: #244196;
	font-family: 'Oswald', sans-serif;
	font-style: normal;
	font-size: 20px;
	font-weight: 300;
}
.text-blue-small {
	color: #244196;
	font-family: 'Oswald', sans-serif;
	font-style: normal;
	font-size: 16px;
	font-weight: 300;
}
.text-blue-script {
	color: #244196;
	font-family: 'Qwigley', cursive;
	font-style: normal;
	font-size: 55px;
	line-height: 1.0;
}


.text-green-xl {
	color: #82B410;
	font-family: 'Baloo Da', cursive;
	font-style: normal;
	font-size: 45px;
	line-height: 1.0;
}
.text-green-large {
	color: #82B410;
	font-family: 'Oswald', sans-serif;
	font-style: normal;
	font-size: 25px;
}
.text-green-med {
	color: #82B410;
	font-family: 'Oswald', sans-serif;
	font-style: normal;
	font-size: 20px;
	font-weight: 300;
}
.text-green-small {
	color: #82B410;
	font-family: 'Oswald', sans-serif;
	font-style: normal;
	font-size: 16px;
	font-weight: 300;
}
.text-green-script {
	color: #82B410;
	font-family: 'Qwigley', cursive;
	font-style: normal;
	font-size: 55px;
	line-height: 1.0;
}

.zcontact-blacklarge {
	color: #000;
	font-family: 'Oswald', sans-serif;
	font-style: normal;
	font-size: 25px;
	line-height: 0.3;
	
}

.zcontact-bluescript {
	color: #244196;
	font-family: 'Qwigley', cursive;
	font-style: normal;
	font-size: 45px;
	line-height: 0.3;
}
.zcontact-blacksmall {
	color: #000;
	font-family: 'Oswald', sans-serif;
	font-style: normal;
	font-size: 16px;
	font-weight: 300;
}
.zcontact-greensmall {
	color: #82B410;
	font-family: 'Oswald', sans-serif;
	font-style: normal;
	font-size: 16px;
	font-weight: 700;
}
.zcontact-blacksmall-bold {
	color: #000;
	font-family: 'Oswald', sans-serif;
	font-style: normal;
	font-size: 16px;
	font-weight: 400;
	
}

.znd{
	color: #000;
	font-family: 'Oswald', sans-serif;
	font-style: normal;
	font-size: 10px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 0.3em;
}

.znd a{
	text-decoration: none;
}



/* LINKS AND BORDER */

a {
	color: #000;
	text-decoration: underline;
}

.border {
	border: 2px solid #ABDE26;
}



/* SUB-BG */

.sub-bg {
	background-color: #FFF;
	padding: 0 25 0 25;
}
.sub-bg-index-updates {
	background-color: #FFF;
	height: 163px;
	width: 244px;
}
.sub-bg-index-contact {
	background-image: url(images/index2018_08.jpg);
	height: 113px;
	width: 694px;
	padding: 0 0 0 25;
}

.sub-bg-index-nd {
	background-image: url(images/index2018_10.jpg);
	height: 38px;
	width: 950px;
	padding: 8 0 0 0;
}
.sub-bg-subpage-contact {
	background-image: url(images/subpage_06.jpg);
	height: 105px;
	width: 700px;
	padding: 0 0 0 25;
}

