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

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


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

img { border: 0px; }


/* TEXT */

.text-black-script-large{
	color: #000000;
	font-family: 'Homelove', sans-serif;
	font-size: 45px;
	line-height: 1.3;
}

.text-black-script-small{
	color: #000000;
	font-family: 'Homelove', sans-serif;
	font-size: 20px;
	line-height: 1.4;
}

.text-black-large{
	color: #000000;
	font-family: 'Oswald', sans-serif;
	font-size: 50px;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 1.1;
}

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

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

.text-teal-script-large{
	color: #59a9aa;
	font-family: 'Homelove', sans-serif;
	font-size: 45px;
	line-height: 1.3;
}

.text-teal-script-small{
	color: #59a9aa;
	font-family: 'Homelove', sans-serif;
	font-size: 20px;
	line-height: 1.4;
}

.text-teal-large{
	color: #59a9aa;
	font-family: 'Oswald', sans-serif;
	font-size: 50px;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 1.1;
}

.text-teal-medium{
	color: #59a9aa;
	font-family: 'Oswald', sans-serif;
	font-size: 25px;
	font-weight: 400;
	line-height: 1.1;
}

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


/* ND */

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

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


/* MENU */

.index-menu {
	background-image: url("images/index2023_03.jpg");
	width: 220px;
	height: 272px;
	color: #ffffff;
	font-family: 'Oswald', sans-serif;
	font-size: 26px;
	text-transform: uppercase;
	line-height: 1.15;
	padding-top: 8px;
	font-weight: 500;
}

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

.index-menu a:hover{
	opacity: 0.5;
}

.subpage-menu {
	background-image: url("images/subpage2023_02.jpg");
	width: 241px;
	height: 331px;
	color: #ffffff;
	font-family: 'Oswald', sans-serif;
	font-size: 28px;
	text-transform: uppercase;
	line-height: 1;
	padding-top: 8px;
	font-weight: 500;
}

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

.subpage-menu a:hover{
	opacity: 0.5;
}


/* LINKS AND BORDER */

a {
	color: #296666;
}

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





/* SUBPAGE HEADERS */

.subpage-headers {
	background-image: url("images/subpage2023_05.jpg");
	width: 950px;
	height: 105px;
	color: #59a9aa;
	font-family: 'Homelove', sans-serif;
	font-size: 50px;
}


/* CONTACT */

.sub-bg-index-contact {
	background-image: url("images/index2023_05.jpg");
	width: 950px;
	height: 105px;
}

.sub-bg-index-contact table {
	color: #286566;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 19px;
	line-height: 1.2;
}

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


.sub-bg-subpage-contact {
	background-image: url("images/subpage2023_09.jpg");
	width: 950px;
	height: 104px;
}

.sub-bg-subpage-contact table {
	color: #286566;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 19px;
	line-height: 1.2;
}

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

.contact-names {
	font-family: 'Oswald', sans-serif;
	color: #000000;
	font-size: 27px;
	font-weight: 500;
}


.contact-phones {
	font-family: 'Oswald', sans-serif;
	color: #286566;
	font-size: 26px;
	font-weight: 300;
}



/* BACKGROUNDS */

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

 