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

@font-face { font-family: Champagne; src: url('Champagne_Limousines-Thick.ttf'); } 


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

img { border: 0px; }


/* TEXT */

.text-green-large{
	color: #97B440;
	font-family: 'Champagne', sans-serif;
	font-size: 50px;
	line-height: 1.3;
}

.text-green-medium{
	color: #97B440;
	font-family: 'Roboto', sans-serif;
	font-size: 26px;
	font-weight: 400;
	line-height: 1.3;
}

.text-green-small{
	color: #97B440;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.3;
}

.text-pink-large{
	color: #fe339e;
	font-family: 'Champagne', sans-serif;
	font-size: 50px;
	line-height: 1.3;
}


.text-pink-subheaders{
	color: #fe339e;
	font-family: 'Champagne', sans-serif;
	font-size: 42px;
	line-height: 1.0;
}

.text-pink-medium{
	color: #fe339e;
	font-family: 'Roboto', sans-serif;
	font-size: 26px;
	font-weight: 400;
	line-height: 1.3;
}

.text-pink-small{
	color: #fe339e;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.3;
}


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

.text-dark-medium{
	color: #333027;
	font-family: 'Roboto', sans-serif;
	font-size: 26px;
	font-weight: 400;
	line-height: 1.3;
}

.text-dark-small{
	color: #333027;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.3;
}



.text-dark-xsmall{
	color: #333027;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.1;
}



/* CONTACT */

.sub-bg-index-contact {
	background-color: #97B440;
	width: 950px;
	height: 99px;
}

.sub-bg-index-contact table {
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 400;
}

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


.contact-names {
	color: #fff;
	font-family: 'Champagne', sans-serif;
	font-size: 23px;
}



/* MENU */

.sub-bg-index-menu {
	background-image: url("images/index2021_02.jpg");
	width: 950px;
	height: 57px;
}

.sub-bg-index-menu table a{
	text-decoration: none;
	color: #6a812c;
	font-family: 'Champagne', sans-serif;
	font-size: 27px;
}

.sub-bg-index-menu table a:hover {
	color: #FF329E;
}

.sub-bg-subpage-menu {
	background-image: url("images/subpage2021_02.jpg");
	width: 950px;
	height: 57px;
}

.sub-bg-subpage-menu table a{
	text-decoration: none;
	color: #6a812c;
	font-family: 'Champagne', sans-serif;
	font-size: 27px;
}

.sub-bg-subpage-menu table a:hover {
	color: #FF329E;
}


/* LINKS AND BORDER */

a {
	color: #333027;
}

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




/* BACKGROUNDS */

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




