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

@font-face { font-family: Billion; src: url('images/Billion Dreams.otf'); }  


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

img { border: 0px; }


/* TEXT */

.text-white-block-large{
	color: #ffffff;
	font-family: "Anton SC", sans-serif;
	font-size: 45px;
	text-transform: uppercase;
	line-height: 1.0;
}

.text-white-block-small{
	color: #ffffff;
	font-family: "Anton SC", sans-serif;
	font-size: 25px;
	text-transform: uppercase;
	line-height: 1.2;
}

.text-white-med{
	color: #ffffff;
	font-family: "Funnel Sans", sans-serif;
	font-size: 28px;
	font-weight: 300;
	line-height: 1.3;
}

.text-white-small{
	color: #ffffff;
	font-family: "Funnel Sans", sans-serif;
	font-size: 18px;
	font-weight: 200;
	line-height: 1.3;
}


.text-green-block-large{
	color: #129c5b;
	font-family: "Anton SC", sans-serif;
	font-size: 45px;
	text-transform: uppercase;
	line-height: 1.0;
}

.text-green-block-small{
	color: #129c5b;
	font-family: "Anton SC", sans-serif;
	font-size: 25px;
	text-transform: uppercase;
	line-height: 1.2;
}

.text-green-med{
	color: #129c5b;
	font-family: "Funnel Sans", sans-serif;
	font-size: 28px;
	font-weight: 300;
	line-height: 1.3;
}

.text-green-small{
	color: #129c5b;
	font-family: "Funnel Sans", sans-serif;
	font-size: 18px;
	font-weight: 200;
	line-height: 1.3;
}





/* ND */

.znd{
	color: #ffffff;
	font-family: "Funnel Sans", sans-serif;
	font-size: 11px;
    text-transform: uppercase;
	font-weight: 200;
	letter-spacing: 0.2em;
	padding-top: 20px;
	padding-bottom: 20px;
}

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


/* MENU */
.menu-index {
    background-image: url("images/index2024_01.jpg");
    width: 950px;
    height: 132px;
    color: #ffffff;
    font-family: "Anton SC", sans-serif;
    font-size: 37px;
    text-transform: uppercase;
    text-align: center; /* Center the content inside the cell */
    position: relative;
	padding-bottom: 10px;
}

.rotated-links {
    display: inline-block; /* Allow rotation without breaking layout */
    transform: rotate(-3.05deg); /* Rotate the entire group of links */
}

.menu-index a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.7s ease;
    margin: 0 10px; /* Add spacing between links */
}

.menu-index a:hover {
    color: #33cc82;
}

.menu-subpage {
    background-image: url("images/subpage2024_01.jpg");
    width: 950px;
    height: 132px;
    color: #ffffff;
    font-family: "Anton SC", sans-serif;
    font-size: 37px;
    text-transform: uppercase;
    text-align: center; /* Center the content inside the cell */
    position: relative;
	padding-bottom: 10px;
}

.menu-subpage a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.7s ease;
    margin: 0 10px; /* Add spacing between links */
}

.menu-subpage a:hover {
    color: #33cc82;
}


/* LINKS AND BORDER */

a {
	color: #909090;
}

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




/* FOOTER */

.index-footer {
	background-color: #000000;
	width: 950px;
	height: 163px;
	color: #ffffff;
}

.index-footer table {
	color: #ffffff;
}

.index-footer table a {
	color: #ffffff;
	text-decoration: none;
}

.footer-name {
	color: #ffffff;
	font-family: "Anton SC", sans-serif;
	font-size: 24px;
	text-transform: uppercase;
}

.footer-phone {
	color: #ffffff;
	font-family: "Funnel Sans", sans-serif;
	font-size: 21px;
	font-weight: 600;
}


.footer-address {
    font-family: "Anton SC", sans-serif;
    font-size: 35px;
	text-transform: uppercase;
    background: linear-gradient(to bottom, #108f53, #065b39); /* Gradient from top to bottom */
    -webkit-background-clip: text; /* Clip the background to the text */
    -webkit-text-fill-color: transparent; /* Make the text color transparent */
    color: transparent; /* Fallback for non-WebKit browsers */
}



/* SUBPAGE HEADERS */

.subpage-headers {
	background-color: #000000;
	width: 356px;
	height: 76px;
	color: #ffffff;
	font-family: "Anton SC", sans-serif;
	font-size: 60px;
	text-transform: uppercase;
	line-height: 1.0;
}


/* BACKGROUNDS */

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


 