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

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


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

img { border: 0px; }


/* TEXT */

.text-dark-large{
	color: #151414;
	font-family: 'Tandelle', sans-serif;
	font-size: 50px;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

.text-dark-script-large{
	color: #151414;
	font-family: 'Blacksword', sans-serif;
	font-size: 50px;
	line-height: 1.3;
}


.text-dark-script-small{
	color: #151414;
	font-family: 'Blacksword', sans-serif;
	font-size: 30px;
	line-height: 1.3;
}

.text-dark-med{
	color: #151414;
	font-family: 'Montserrat', sans-serif;
	font-size: 23px;
	font-weight: 500;
	line-height: 1.2;
}

.text-dark-small{
	color: #151414;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
}

.text-green-large{
	color: #8DB33E;
	font-family: 'Tandelle', sans-serif;
	font-size: 50px;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

.text-green-script-large{
	color: #8DB33E;
	font-family: 'Blacksword', sans-serif;
	font-size: 50px;
	line-height: 1.3;
}


.text-green-script-small{
	color: #8DB33E;
	font-family: 'Blacksword', sans-serif;
	font-size: 30px;
	line-height: 1.3;
}

.text-green-med{
	color: #8DB33E;
	font-family: 'Montserrat', sans-serif;
	font-size: 23px;
	font-weight: 500;
	line-height: 1.2;
}

.text-green-small{
	color: #8DB33E;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
}



/* ND */

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

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



/* MENU */

.menu {
	background-image: url("images/index2023_01.jpg");
	width: 950px;
	height: 112px;
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 500;
}

.menu a {
	color: #93c840;
	text-decoration: none;
	padding-left: 13px;
	padding-right: 13px;
}


.menu a:hover {
	color: #ffffff;
}



/* CONTACT  */

.contact-top {
	background-image: url("images/index2023_04.jpg");
	width: 338px;
	height: 150px;
	color: #84a624;
	font-family: 'Montserrat', sans-serif;
	font-size: 17px;
}

.contact-top a {
	color: #84a624;
	text-decoration: none;
}

.contact-bottom {
	background-image: url("images/index2023_08.jpg");
	width: 352px;
	height: 294px;
	color: #84a624;
	font-family: 'Montserrat', sans-serif;
	font-size: 17px;
}

.contact-bottom a {
	color: #84a624;
	text-decoration: none;
}

.contact-names {
	color: #000000;
	font-family: 'Tandelle', sans-serif;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.02em;
}

.contact-address {
	color: #939598;
	font-family: 'Tandelle', sans-serif;
	font-size: 28px;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}



/* SECTION HEADERS */

.section-headers {
	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: #151414;
}

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



/* BACKGROUNDS */

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



 