.parallaxHome1 {
	/*margin-top: 140px;*/
	background-image: url(../images/cincinnati_red_stockings_1869_wm.jpg);
	min-height: 400px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	/*max-width: 100%;*/
	/*background-color: #AEDAE8;*/
}

.parallaxHome2 {
	/*margin-top: 140px;*/
	background-image: url(../images/chanterelle_wm.jpg);
	min-height: 300px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	/*max-width: 100%;*/
	/*background-color: #AEDAE8;*/
}




/*
cf class to allow horizontal menu
*/
	.cf:before, 
	.cf:after{
		content:"";
		display:table;
	}
		
	.cf:after{
		clear:both;
	}
		
	.cf {
		zoom:1;
		/*position: fixed;*/
	}

.container {
	display: flex;
	flex-wrap: wrap;
}

#introRow1{
	height: auto;
	background-color: white;
	margin-bottom: 100px;
	text-align: center;
}


img {
    max-width: 100%;
    height: auto;
}

/*top-level horizontal menu*/
nav {
	background:  #a48e8e; /*#ddd5d5; #898C8C; #A2A7A8; #4e3e3f; black;*/
	height: 2.3em;
	margin-right: 0px;
	margin-top: 0px;
}

ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}

ul {
	background: white;/*#ccccff;*/
	height: 2em;
	width: 100%;
}

li {
	position: relative;
}

li a {
	display: block;
	line-height: 2em;
	padding: 0 1em;
	color: #7f6666; /*#a48e8e; 495b5b; #990000;*/
	font-size: 20px;
	font-family: 'ZCOOL XiaoWei', serif;
	text-decoration: none;
}

h1 {
	text-align: center;
	font-size: 40px;
}

p {
	margin-left: 100px;
	margin-right: 100px;
	font-size: 24px;
}

li a:hover, .topmenu > li:hover > a {
	/*background: #4e3e3f; #1a1a1a;*/
	color: #ddd5d5; /*#eee;*/
	/*opacity: 0.7;*/
	height: 2em;
	padding-top: .3em;
	position: relative;
	top: -.3em;
	border-radius: .3em .3em 0 0;
	/*position: fixed;*/
}

.current, a:hover.current {
	/*background: #4e3e3f; #1a1a1a;*/
	color: #7f6666; /*#4e3e3f; #a48e8e; 495b5b; #4e3e3f;*/
	padding-top: .3em;
	position: relative;
	top: -.3em; 
	border-radius: .3em .3em 0 0;
	/*Border-bottom: .3em solid black;*/
	cursor: default;
}

/*.fixedHeader {
	position: fixed;
	top: 0;
	width: 100%;
	background-color: white;
	z-index: 1;
}*/

/*dropdown menu styles*/
ul.submenu {
	float: none;
	background:  white/*#1a1a1a;*/
	opacity: 0.8;
	width: auto;
	height: auto;
	position: absolute;
	top: 2em; 
	left: -9000em;
	max-height: 0;
	transition: max-height 0.5s ease-in-out;
	overflow: hidden;
	z-index: 1;
}

ul.submenu li {
	float: none;	
}

.navmenu li:hover ul {
	left: 0;
	max-height: 10em;
}

ul.submenu li a {
	border-bottom: 1px solid white;
	padding: .2em 1em;
	white-space: nowrap;
	color: #eee;
}

ul.submenu li:last-child a {
	border-bottom: none;
}

ul.submenu li a:hover {
	background: #4e3e3f; /*black;*/
	color: #e6e6e6; 
	opacity: 0.7;
	height: 2em;
	padding-top: .2em;
	top: 0;
	border-radius: 0;
}

.navmenu {
	/*position: fixed;*/
	z-index: 1;
}

/*hides on larger screens the responsive icon menu for smaller screens*/
.navmenu .icon {
  display: none;
}

.intro {
	font-family: 'ZCOOL XiaoWei', serif;
	color: #000099;
	text-align: center;
	margin-top: 80px;
	margin-bottom: 80px;
}


#horizline {
	width:  100%;
}

#myCopyright {
	font-family: 'ZCOOL XiaoWei', serif;
	color: #4e3e3f;
}

hr {
	border: 0; 
	height: 2px; 
	width: 25%;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(70, 102, 101, 0.75), rgba(0, 0, 0, 0));
}



