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

@font-face { font-family: Journal; src: url('JOURNAL.TTF'); } 


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

img { border: 0px; }


/* TEXT */

.text-black-script-large{
	color: #000000;
	font-family: 'Journal', cursive;
	font-size: 70px;
}

.text-black-script-small{
	color: #000000;
	font-family: 'Journal', cursive;
	font-size: 32px;
}

.text-black-titles{
	color: #000000;
	font-family: 'Montserrat', sans-serif;
	font-size: 40px;
    line-height: 1.0;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.text-black-titles-small{
	color: #000000;
	font-family: 'Montserrat', sans-serif;
	font-size: 25px;
    line-height: 1.0;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.text-black-medium{
	color: #000000;
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
    line-height: 1.0;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.text-black-small{
	color: #000000;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
    line-height: 1.0;
}
.text-black-xsmall{
	color: #000000;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
    line-height: 1.0;
}
.text-black-xxsmall{
	color: #000000;
	font-family: 'Montserrat', sans-serif;
	font-size: 10px;
    line-height: 1.0;
}

.text-green-script-large{
	color: #62bb46;
	font-family: 'Journal', cursive;
	font-size: 70px;
}

.text-green-script-small{
	color: #62bb46;
	font-family: 'Journal', cursive;
	font-size: 32px;
}

.text-green-titles{
	color: #62bb46;
	font-family: 'Montserrat', sans-serif;
	font-size: 40px;
    line-height: 1.0;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.text-green-titles-small{
	color: #62bb46;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
    line-height: 1.0;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.text-green-medium{
	color: #62bb46;
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
    line-height: 1.0;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.text-green-small{
	color: #62bb46;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
    line-height: 1.0;
}
.text-green-xsmall{
	color: #62bb46;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
    line-height: 1.0;
}
.text-green-xxsmall{
	color: #62bb46;
	font-family: 'Montserrat', sans-serif;
	font-size: 10px;
    line-height: 1.0;
}



/* ND */

.znd{
	color: #373737;
	font-family: 'Montserrat', sans-serif;
	font-size: 10px;
    letter-spacing: 0.4em;
	padding: 20px 0 20px 0;
    text-transform: uppercase;
}

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




/* LINKS AND BORDER */

a {
	color: #000;
}

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




/* BACKGROUND */

.sub-bg {
	background-color: #F5F6FA;
	padding: 0px 15px 0px 15px;
}



/* MENU */

.sub-bg-index-menu {
	background-image: url("images/index2019w_02.jpg");
    width: 1100px;
    height: 53px;
    color: #000;
	font-family: 'Montserrat', sans-serif;
	font-size: 23px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

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

.sub-bg-index-menu a:hover{
    color: #616161;
	text-decoration: underline;
}

.sub-bg-subpage-menu {
	background-image: url("images/subpage2019w_02.jpg");
    width: 1100px;
    height: 49px;
    color: #000;
	font-family: 'Montserrat', sans-serif;
	font-size: 23px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

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

.sub-bg-subpage-menu a:hover{
    color: #616161;
	text-decoration: underline;
}

.highlight tr:nth-child(even) {background: #e3e3e3;}

.zoom {
  transition: transform .2s; /* Animation */
}

.zoom:hover {
  transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}


