/* 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/sunset.jpg");
	background-size: cover;
  	background-position: center center;
	background-attachment: fixed;
  	height: 100%;
  	padding: 1px;
	}

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

a:hover {
	color: #444;
}

/*img {
	width:95%;
}*/

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

#logo{
	margin: -20px 0 0 1%;
	float: left;
	width: 150px;
	border-radius: 8px;
	box-shadow: 6px 6px 10px grey;
}



	/* START NAVIGATION */
	nav {
		float: right;
		margin-right: 3%;
		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 4px;
		text-align: center;
		font-size: 13px;
	}

	nav li .current {
		background-color:rgba(100,100,100,0.5);
		padding: 4px;

	}

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

	}
	nav a:hover {
	    color:black;   
	}


	nav li:hover a { 
	    background-color: black;
	    color:white;
	    padding: 10px;
		width: 50px;
	}

/*   END NAVIGATION    */


/*BEGIN MAIN CONTENT*/
section {
	width:94%;
	margin: 20px auto 0;
    border: 2px solid black;
  	background-color: rgba(200,200,255,0.2);
}



h1 {
	font-size: 2em;
	color: black;

}

h2 {
    text-decoration: none;
	font-size: 1.4em;
	color: #666;
	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.4em;
	margin: 10px 0;
	text-align: center;
}

.aka {
	font-size: .7em;
	color: #aaa;
	

}



	/* START BOX CONTENT*/

		* {
		    box-sizing: border-box;
		}

		body {
		    margin: 0;
		    font-family: Arial;
		}

		.title {
			margin: 40px 0 0 40px;
		    text-align: center;
		    padding: 1%;
		}
		
		


		.row {
		    display: -ms-flexbox; /* IE10 */
		    display: flex;
		    -ms-flex-wrap: wrap; /* IE10 */
		    flex-wrap: wrap;
		    padding: 0 4px;
			margin-top: 60px;
		}

		/* Create four equal columns that sits next to each other */
		.column {
		    -ms-flex: 25%; /* IE10 */
		    flex: 25%;
		    max-width: 25%;
		    padding: 0 4px;
		}

		figure {
		    margin: 0 0 8px 0;
		    vertical-align: top;
		    width: 100%;		
		}
		
		figcaption {
			text-align: center;
			background-color: #eee;
			padding: 4px 0 8px;
			border-bottom: 1px solid #ccc;
		}
		
		/* .zoom {
		  transition: all 0.4s ease-in-out;
		}
		
		.zoom:hover {			
	  	  	transform: scale(1.1);
			filter: brightness(1.1);
		} */
		
		</style>
		
		
		
		
		
		.column img {
			margin: 0;
		    vertical-align: middle;
		    width: 100%;
		}
		
			figure img {
		    vertical-align: middle;
		    width: 100%;
		}
		

		.closing {
			text-align: center;
			padding: 20px;
		}


		
		/* Responsive layout - makes a two column-layout instead of four columns */
		@media screen and (max-width: 800px) {
		    .column {
		        -ms-flex: 50%;
		        flex: 50%;
		        max-width: 50%;
		    }
		}

		/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
		@media screen and (max-width: 700px) {
			
			#logo{
				margin: -20px 0 0 0;
				float: left;
				width: 120px;
				border-radius: 8px;
				box-shadow: 6px 6px 10px grey;
			}
			
			.title p {
				line-height: 1.2em;
				margin: 4px 0;
				text-align: center;
				font-size: .9em;
			}
			
			.title h1 {
				font-size: 1.4em;
				line-height: .9em;
				margin: 2px 0;
			}
			
			.title {
				margin: 20px 0 0 20px;
				text-align: center;
				padding: 1%;
			}
			
		    .column {
		        -ms-flex: 100%;
		        flex: 100%;
		        max-width: 100%;
		    }
		}


		/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
		@media screen and (max-width: 500px) {
			
			#logo{
				margin: -20px 0 0 0;
				float: left;
				width: 100px;
				border-radius: 8px;
				box-shadow: 6px 6px 10px grey;
			}
			
			.title p {
				line-height: 1.1em;
				margin: 4px 0;
				text-align: center;
				font-size: .8em;
			}
			
			.title h1 {
				font-size: 1.2em;
				line-height: .9em;
				margin: -4px 0 0;
			}
			
			.title {
				margin: 20px 0 0 20px;
				text-align: center;
				padding: 1%;
			}

		}



	/* END BOX CONTENT*/





/*END MAIN CONTENT*/

/*BEGIN FOOTER*/
	footer {
		background-color: rgba(244,244,244,0.6);
		padding: 20px 0 0;
		margin: 20px 0;
		width: 100%;
		height: 70px;
		text-align: center;

}
/*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);
	}
	
	h1 {
		font-size: 1.8em;
	}
	h2 {
	font-size: 1.2em;

	line-height: 1.15em;
	margin: 10px 0 ;
}

}









