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

@font-face { font-family: Lemon; src: url('LemonMilk.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: 'Oswald', sans-serif;
	font-style: normal;
	font-size: 17px;
	font-weight: 300;
	border: 0px;
}

img { border: 0px; }


/* TEXT */
.text-black-Lemon-large{
	color: #000000;
	font-family: 'Lemon', sans-serif;
	font-size: 55px;
	line-height: 1.2;
	text-transform: uppercase;
}


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


.text-black-large{
	color: #000000;
	font-family: 'Oswald', sans-serif;
	font-size: 45px;
	font-weight: 700;
}

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

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

.text-orange-Lemon-large{
	color: #F16425;
	font-family: 'Lemon', sans-serif;
	font-size: 55px;
	line-height: 1.2;
	text-transform: uppercase;
}


.text-orange-Lemon-small{
	color: #F16425;
	font-family: 'Lemon', sans-serif;
	font-size: 25px;
	line-height: 1.2;
	text-transform: uppercase;
}


.text-orange-large{
	color: #F16425;
	font-family: 'Oswald', sans-serif;
	font-size: 45px;
	font-weight: 700;
}

.text-orange-med{
	color: #F16425;
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.2;
}

.text-orange-small{
	color: #F16425;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.2;
}


/* MENU */

.sub-bg-menu-index {
	background-image: url("images/index2023_03.jpg");
	width: 673px;
	height: 162px;
	color: #f79865;
	font-family: 'Lemon', sans-serif;
	font-size: 38px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	line-height: 1.3;
}

.sub-bg-menu-index a{
	color: #FFFFFF;
	text-decoration: none;
}


.sub-bg-menu-index a:hover{
	color: #9D9D9D;
	text-decoration: none;
}


.sub-bg-menu-subpage {
	background-image: url("images/subpage2023_03.jpg");
	width: 673px;
	height: 162px;
	color: #f79865;
	font-family: 'Lemon', sans-serif;
	font-size: 34px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	line-height: 1.3;
}

.sub-bg-menu-subpage a{
	color: #FFFFFF;
	text-decoration: none;
}


.sub-bg-menu-subpage a:hover{
	color: #9D9D9D;
	text-decoration: none;
}

#menurotate {
	-ms-transform: rotate(-2.0deg); /* IE 9 */
    -webkit-transform: rotate(-2.0deg); /* Chrome, Safari, Opera */
    transform: rotate(-2.0deg);
	}


/* SUBPAGE HEADERS */

.subpage-headers {
	background-image: url("images/subpage2023_05.jpg");
	width: 574px;
	height: 107px;
	color: #F16425;
	font-weight: 300;
	font-family: 'Lemon', sans-serif;
	font-size: 50px;
	text-transform: uppercase;
}


/* CONTACT */

.sub-bg-index-contact {
	background-image: url("images/index2023_06.jpg");
	width: 393px;
	height: 189px;
	color: #f26525;
	font-family: 'Oswald', sans-serif;
	font-size: 22px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1.2;
}

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


.sub-bg-subpage-contact {
	background-image: url("images/subpage2023_10.jpg");
	width: 644px;
	height: 178px;
	color: #f26525;
	font-family: 'Oswald', sans-serif;
	font-size: 22px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1.2;
}

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

.contact-names {
	color: #000000;
	font-family: 'Lemon', sans-serif;
	font-size: 30px;
	text-transform: uppercase;
}


/* UPDATES */

.sub-bg-index-updates {
	background-color: #000000;
	width: 382px;
	height: 192px;
	color: #ffffff;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	font-weight: 400;
	padding: 15px;
}

.sub-bg-index-updates a{
	color: #ffffff;
	text-decoration: none;
}


/* ND */

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

.znd a{
	color: #cccccc;
	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); }



/* BACKGROUNDS */

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


 