@charset "UTF-8";
/* CSS Document */

body {
	width:100%;
	/*background-color:#B8FFCD;*/
	background: url(../img/bkgds/6297-bkg-1.jpg) no-repeat center center fixed;
	background-size:cover; 
}


/* Mobile Layout: 480px and below.  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */


h1, h2, h3, h4, h5, h6 {
	font-family: 'Playfair Display', serif;
	line-height:1.0em;
	padding: 0px !important;
	margin: 0px !important;
	font-weight: 300;
}

p {
margin: 0px;
padding: 0px;
font-size: 1.0em;
	font-family: 'Playfair Display', serif;
	line-height: 1.2em;
}

.footer {


}
.footer p {
font-size: 1.0em;
color: #fff;
line-height: 1.3em !important;
font-family: Arial, Verdana, "sans-serif";
}
.footer img {
padding-right: 4px;
}
.content_txt {
	background-color: #fff;
	margin-top: 40px;
	border-radius: 8px;
	padding: 20px;
}
.content_txt p {
	font-size: 1.25em;
	line-height: 1.5em;
	padding-bottom: 8px !important;
}
.content_txt h2 {
	font-size: 3.0em;
	padding-bottom: 20px !important;
	text-align: center;
}
.content_txt h3 {
	font-size: 2.0em;
}
.content_txt a, .content_txt a:visited {
	color: rgba(81,112,30,1.00);
	text-decoration-color: rgba(81,112,30,1.00);
	text-decoration-style: dotted;
	text-decoration-skip: ink;
	transition: .3s;
}
.content_txt a:hover {
	color: rgba(81,112,30,.75);
	text-decoration-color: rgba(81,112,30,.75);
}


.header_hmy {
	padding-top: 30px;
	padding-bottom: 30px;
}
.header_hmy h3 {
	color: #fff;
	padding-bottom: 10px !important;
	font-weight: normal;
	font-size: 1.75em;
}
.header_hmy p {
	color: #fff;
	line-height: 1.2em;
	font-size: 1.3em;
}
.menu_bkgd {
	/*background-image: url(../img/bkgds/6297-bkg-3.jpg);*/
    background-color: rgba(221,195,43,1.00);
	padding-top: 20px;
	padding-bottom: 20px;
	border-radius: 6px;
	-webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.80);
	box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.80);
}
.menu_bkgd h1 {
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	text-align: center;
	color: rgba(81,108,31,1.00);
	font-size: 2.5em;
	padding-bottom: 20px !important;
	font-weight: normal;
}
.menu_hmy h2{
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	color: #000;
	padding-top: 10px !important;
	padding-bottom: 0px !important;
	font-weight: normal;
	font-size: 1.75em;
}
.menu_hmy h3{
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	color: #FFF;
	padding-bottom: 0px !important;
	font-weight: normal;
	font-size: 2.25em;
    text-align: center;
}
.menu_hmy p {
	font-size: 1.25em;
	line-height: 1.3em;
}
.footer_hmy {
	background-color: #006400;
	margin-top: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #FFF;
	text-align: center;
}
.footer_hmy p {
	font-size: 1.0em;
line-height: 1.3em !important;
font-family: Arial, Verdana, "sans-serif";
}
.footer_hmy a, .footer_hmy a:visited {
	text-decoration: underline;
	text-decoration-color: rgba(255,255,255,1.00);
	color: rgba(255,255,255,1.00);
	text-decoration-style: dotted;
	text-decoration-skip: ink;
	transition: .4s;
}
.footer_hmy a:hover {
	text-decoration-color: rgba(255,255,255,.50);
	color: rgba(255,255,255,.50);
}
.menu_btn a, .menu_btn a:visited {
	background-color: rgba(1,100,1,1.00);
	display: block;
	padding: 5px 10px;
	text-decoration: none;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	color: #fff;
	border-radius: 6px;
	margin: 10px 5px;
	font-size: 1.2em;
	border: #FFF solid 1px;
	transition: .3s;
}

.menu_btn a:hover {
	background-color: rgba(219,194,36,1.00);
	color: rgba(1,100,1,1.00);
}


/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout.   + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */

@media only screen and (min-width: 481px) {
	
.content_txt {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}
	
.menu_bkgd {
	}

}



/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout.   + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */

@media only screen and (min-width: 769px) {

.content_txt {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.80);
}
.menu_bkgd, .header_hmy, .menu_btn_wrap {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	max-width: 12000px;
}

}
