/* Blackstone Valley Bluegrass */

/*RESET*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent;} body {line-height: 1;}ol, ul{list-style:none;} blockquote, q{quotes:none;} blockquote:before, blockquote:after, q:before, q:after{content:'';content:none;} :focus{outline:0;} ins{text-decoration:none;} del{text-decoration:line-through;} table{border-collapse:collapse; border-spacing:0;}

/*MAIN*/

html {
  height: 100%;
}

body { 
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	background: #fff;
	margin:0;
	background-image: url("img/blackstoneValley_liteBlur.jpg");
	background-size: cover;
  	background-position: center center;
	background-attachment: fixed;
  	height: 100%;
  	padding: 1px;
  	display: flex;
  	flex-wrap: wrap;
	}

a {
	color: #3399ff;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #444;
}

img {
	width:95%;
}

header {
	background-color: rgba(244,244,244,0.3);
	width: 100%;
	height: 76px;
	position: fixed;
	top: 0;
	left: 0;
	border-bottom: 4px solid #3399ff;
	z-index: 10;
}

#logo{
	margin: 10px 0 0 5PX;
	float: left;
	width: 300px;
	height: 70px;
	background: url(img/bvbgLogo300x70.png) no-repeat center;
	display: block;
}

	/* START NAVIGATION */
	nav {
		float: right;
		padding: 20px 10px 20px 0;		
	}

	#menu-icon {
		display: hidden;
		width: 40px;
		height: 40px;
		background: #3399ff url(img/menu-icon.png) center;
	}

	a:hover#menu-icon {
		background-color: #444;
		border-radius: 4px 4px 0 0;
	}

	nav ul {
		list-style: inherit;
	}

	nav li {
		/*border:1px black solid;*/
		display: inline-block;
		float: left;
		padding: 10px 6px;
		text-align: center;
		font-size: 13px;
	}

	nav li .current {
		background-color:rgba(100,100,100,0.3);
		border-radius: 5px;
		padding: 6px;
	}

	nav a {
	    color: #333;
	    text-decoration: none;
	}
	
	nav a:hover {
	    color:black;   
	}

	nav li:hover a { 
	    background-color: black;
	    color:white;
	    padding: 6px;
		width: 50px;
		border-radius: 5px;
	}

/*   END NAVIGATION    */


/*BEGIN MAIN CONTENT*/
section {
	width:94%;
	margin: 100px auto 0;
    /*border: 5px solid black;*/
	/*position: relative; */
}

h1 {
	font-size:3.5vw;
	color: black;
	margin: 10px 0 ;
}

@media only screen and (max-width : 850px) {
	h1 {
		font-size:2em;
	}}


h2 {
    text-decoration: none;
	font-size: 1.4em;
	color: #330000;
	line-height: 1.15em;
	margin: 10px 0 ;
}

h3 {
	font-size: 1.3em;
	color: black;
	line-height: 1.15em;
	margin: 15px 0 ;
}


p {
	line-height: 1.1em;
	margin-bottom: 10px;
}

hr {
	margin: 18px 0 18px;
}


		/* START BOX CONTENT*/

/*		#parentbox-title{
		 	margin: auto ;
	    	border: 1px solid black;
        	background-color: rgba(244,244,244,0.8);
	        width:70%;
	        min-width: 340px;
	        height: 50px;
	    	}*/


	    #parentbox{
	    	margin-top: 100px;
	    	margin: 0 auto ;
	    	/*border: 1px solid black;*/
	        width:98%;
	        display: flex;
	        flex-wrap: wrap;
	    	}



/*		#box-1 {
		    border: 1px black solid;
		    background-color: rgba(179,179,179,0.5);
		    color:black;
		    flex:0;
		    float:left;
		    width: 200px;
		    text-align: center;
		    margin:10px;
		    padding: 10px
		    }*/


		#box-2 {
		    border: 1px black solid;
		    background-color: rgba(225,225,225,0.7);
		    color:black;
		    flex:5;
		    width: 80%;
		    min-width: 340px;
		    float:left;
		    text-align: left;
		   	margin:10px auto 10px;
		   	padding: 10px
		    }


/*		#box-3 {
			border: 1px black solid;
			background-color: rgba(179,179,179,0.5);
		    color:black;
		    flex:0;
		    float:left;
		    margin:10px;
		    padding: 10px
		    }*/


	/* END BOX CONTENT*/





/*END MAIN CONTENT*/

/*BEGIN FOOTER*/
	footer {
		background-color: rgba(244,244,244,0.6);
		padding: 20px 0 0;
		width: 100%;
		height: 90px;
		text-align: center;
		}
	address {
			line-height: 1.2em;
		}
/*END FOOTER*/



/*MEDIA QUERY*/
@media only screen and (max-width : 760px) {

	header {
		position: absolute;
	}

	#menu-icon {
		display:inline-block;
	}


	nav li {
		border:1px solid rgb(100,100,100);
		width: 85%;
		padding:12px 10px;
		text-align: center;
		font-size: 18px;
	}


	nav ul, nav:active ul {
		display: none;
		position: absolute;
		width: 140px;
		border: 3px ridge rgb(100,100,100);
		right: 30px;
		top:50px;
	}

	nav:hover ul {
		display: block;
		background-color: rgb(200,200,200);
	}
}







