
body{
	background-color: #91A393; 
	font-family: verdana;
	margin: 0;
	padding: 0;
	font-size: 100%;
}
header{
	background-color: #33CA7F;
	padding: 0;
	margin: auto 0;
}
header p{
	line-height: 100%;
	padding: 20px;
	margin: 0;
	background-color:;
	color: #FAED26;
	text-align: left;
	float: left;
	font-weight: bold;
	position: relative;
}
header a{
	text-decoration: none;
	color: #FFF;
	font-size: 150%;
}
main{
	width: 70%;
	margin:0 auto;
	padding: 0;
	background-color: transparent;
	width: 100%;
	line-height: 1.5em;
	font-family: arial;
}
footer{
	text-align: center;
	position: relative;
	bottom: 0;
	width: 100%;

}
a{
	text-decoration: none;
	color: inherit;
}
a:hover{
	color: lightgray;
	text-decoration: underline;
}
ul{
	list-style-type: none;
	background-color: ;
	margin: 0;
	padding: 8px 0 3px 0;
	width: 100%;
	text-align: center;
}
nav ul li { /*nav block*/
	color: #FFF;
	line-height: 20px;
	display: inline-block;
	position: relative;
	background-color: #33CA7F;/*block background*/
}
nav ul li a{
	display: block;
	padding: 11px 30px;
	text-decoration: none;
	color: inherit;
	font-size: 100%;
}
nav ul li a:hover { /*block hover*/
	color: #33CA7F;
	background: #fff;
}
nav ul li ul{
	min-width: 100%;
	background-color: inherit;
	display: none;
	position: absolute;
	z-index: 999;
}
nav ul li:hover ul{
	display: block;
}
nav ul li ul li{ /*drop items*/
	display: block;
	background-color: lightgray;/*hover background*/
}
nav ul li ul li a{
	padding: 15px;
	text-align: center;
}
nav .current{
	background-color: #33CA7F;
	color: #80E8B3;
}
section{
	width: 65%;
	float: left;
	display: inline-block;
	background-color: #33CA7F;
}
h1{
	display: inline;
	margin: 30px;
	width: 100%;
	line-height: 55px;
}
h2{
	padding-top: 10px;
	margin: 0;
	display: inline-block;
}
h4{
	margin: 0 10%;
	padding: 0;
}
.rightside{
	width: 35%;
	float: right;
	/*box-shadow: 100px 30px 130px lightgray;*/
}
#wrapper{
	width: 55%;
	margin: auto;
	padding: 0;
	background-color: #33CA7F;
}
.clear{
	clear: both;
}
.container{
	max-width: 100%;
	max-height: 100%;
	padding: 10px 0;
}
.members{
	background: url("../images/members (2).jpg") no-repeat ;
	background-size: contain;
	background-attachment: fixed;
	height: 50vh;
}
.membership{
	background: url("../images/membership.jpg") no-repeat ;
	background-size: cover;
	background-attachment: fixed;
	height: 50vh;
}
.bwcornwall{
	background: url("../images/bwcornwall.jpg") no-repeat ;
	background-size: contain;
	background-attachment: fixed;
	height: 370px;
}
.events{
	background: url("../images/events.jpg") no-repeat ;
	background-size: cover;
	background-attachment: fixed;
	height: 50vh;
	background-position: bottom;
}
.tags{
	background: url("../images/2018tags.jpg") no-repeat ;
	width: 300px;
	margin: 40px 0 0 30px;
	border: 2px solid #000;
	border-radius: 5%;
	height: 300px;
	background-size: cover;
	background-position: center;
}
.logo{
	background-image: url("../images/logo.png");
	width: 300px;
	margin: 40px 0 0 30px;
	border: 2px solid #000;
	border-radius: 5%;
	height: 300px;
	background-size: contain;	
}
.boardmembers{
	background-image: url("../images/boardmembers.jpg");
	width: 300px;
	margin: 40px 0 0 30px;
	border: 2px solid #000;
	border-radius: 5%;
	height: 200px;
	background-size: contain;
	background-position: center;	
}
.woodtag{
	background-image: url("../images/WDGCwood.jpg");
	width: 300px;
	margin: 40px 0 0 30px;
	border: 2px solid #000;
	border-radius: 5%;
	height: 300px;
	background-size: contain;
	background-position: center;
}
.bhpnrlogo{
	background-image: url("../images/bhpnrlogo.gif");
	height: 300px;
	width: 233px;
	float: right;
	border: 2px solid #000;
	border-radius: 5%;
	background-size: auto;
	background-position: center;
}
.ferndale, .cornwall, .blaine{
	position: relative;
	opacity: 0.70;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.ferndale{
	background: url("../images/ferndale.jpg");
	min-height: 70vh;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.cornwall{
	background: url("../images/cornwall.jpg");
	min-height: 70vh;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.blaine{
	background: url("../images/blaine.jpg");
	min-height: 85vh;
	background-position: left top;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
#courses{
	width: 95%;
	background-color: #33CA7F;
	margin: 0 2%;
}
.dgcr{
	background-image: url("../images/dgcr_black.png") ;
	height: 32px;
	width: 106px;
	display: inline-block;
}
#coursename{
	background-color: inherit;
}
/*-------------------------------gallery-----------------------------*/
.image{
		width: 300px;
		padding: 10px;
		margin: 10px;
		border-radius: 5px;
		box-shadow: 0 0 3px #ccc;
	}