/* 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-color: #fff; */
	background-color: rgba(200,200,200,0.9);
	margin:0;
	background-image: url("img/bvbb-2022.jpg");
	/*background-image: url("img/blackstoneValley_liteBlur.jpg");*/
	background-size: 100%;
  	background-position: center 0px;
	background-attachment: fixed;
	background-repeat: no-repeat;
  	height: 100%;
  	padding: 1px;

	}

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

a:hover {
	color: #444;
}

img {
	width: 95%;
}

header {
	background-color: rgba(244,244,244,0.9);
	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;
/* 	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:100%;
	height:1200px;
	margin: 300px auto 0;
/*     border: 5px solid black; */
	/*position: relative; */
}

h1 {
	font-size:3.5vw;
	margin-top: 0px ;
}

	@media only screen and (max-width : 800px) {
		h1 {font-size:4vw;}
	}

	@media only screen and (max-width : 500px) {
		h1 {font-size:5vw;}
	}

	@media only screen and (max-width : 410px) {
		h1 {font-size:6vw;
		}
	}

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

h2 a {
	font-size: 1.9em;
	line-height: .8em;
}

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


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



		/* START BOX CONTENT*/


		#parentbox-title h1 {
			text-align: right;
			color: rgba(255,255,255,0);
			}


	    #parentbox{
	    	margin:30% auto;
	        width:80%;
	        display: flex;
			justify-content: space-between;
	        flex-wrap: wrap;
	    	}



		#box-1 {
		    color:black;
		    flex:1;
		    text-align: center;
			margin: 1%;
			height:600px;
		    }
			
		    
		#box-2 {

		    color:black;
		    flex:2;
		    text-align: center;
		    margin: 1%;
		    max-width: 800px;
			min-width: 400px;
		    }
		    

		#box-2 p {
			line-height: 1.3em;
		}

		#box-2 span {
		    font-size: 1.4em;
		    font-weight: bolder;
		    }


			/*START FRONT PAGE BIO */
		    .frontPageBio {
				margin: 0 auto;
				border:3px ridge rgba(150,150,150,0.6);
		        background-color: rgba(244,244,244,0.9);
		        text-align: left;
		        min-width: 280px;
				max-width: 96%;
		        padding: 16px 16px 6px 16px;
		    }
			

			/*START NEXT PERFORMANCE */
		    .nextperformance {
		        margin: 0 auto 15px;
		        /* margin-bottom: 15px; */
		        background-color: rgba(244,244,244,0.9);
		        text-align: center;
		        width: 390px;
				height: 450px;
		        border:3px ridge rgba(150,150,150,0.6);
		        padding:1px 0;
		    }
			
			/* 	CANCELLATION NOTICE */
							
				.concert-cancelled {
					background-color: rgba(255,255,255,.9);
					width:358px;
					position: absolute;
					margin: -20px 0 0 4px;
					padding: 6px 0px;
					color: #b00;
					text-transform: uppercase;
				}

					
				.nextperformance h2
					{
					text-decoration: none;
					font-size: .8em;
					color: #330000;
					margin: 14px 0;
					line-height: 1.9em
					}
					
					.nextperformance h3
					{
					text-decoration: none;
					font-size: 1.2em;
					color: #330000;
					margin: 14px 0;
					line-height: 1.3em
					}
					
				.nextperformance h4
					{
					text-decoration: none;
					font-size: 1.2em;
					margin: 6px 0;
					}
					
				.nextperformance h5
					{
					font-weight: normal;
					font-size: 1.2em;
					margin: 6px 0;
					}

										
				p.gignote1 {
					text-align: center;
					font-size:.8em;
					margin: 0 0 0 0;
					color: #555555;					
				}
				
				p.gignote2 {
					text-align: left;
					font-size:1em;
					margin: 0 0 4px 0;
					padding: 0 12px 0 16px;
					color: #555555;					
				}

				.nextperformance p.raindate {
					font-size:.9em;
					line-height: 1.2em;
					margin: 4px;
					color: #555555;
				}
				
				.nextperformance p.nextDateTime{
					margin: 10px 0px;
					font-size:1.2em;						
					line-height: 1.1em;
				}

				.nextperformance p.nextTime {
					margin-top: -10px;
					font-size:1.2em;
				}


			    
			    
			    .nextperformance hr {
						width:90%;
					}
					

				p.venue-address {
					font-size:1em;
					margin: 15px 0 0 0;
					text-align:left;
					line-height:1.1em;
				}
				
				.venue-address a{
					font-weight: normal;
					vertical-align:middle;
				}
				

				
				.venue-address img:hover {
			        background-color: blue;
			        padding: 0;
			    }
				
				.venue-address img{
					width:36px;
					float:left;
					margin:9px 10px 4px 65px;
/* 					border:1px solid red; */
				}
				
				hr {
					margin:12px auto 8px;
				}
				
				
				
				



					
				/* 	MASS CULTURAL COUNCIL LOGO AND SUPPORT NOTICE */
				
				.mcc {
					margin: 0 auto;
					width:340px;
					display: flex;
					align-items: center;
				}
				
			    .mcc img {
					width: 100%;
				}

				.mcc p {
					text-align: left;
					font-size: .6em;
					font-style: oblique;
					padding: 4px 4px 0 10px;
				}
				

			    /*END NEXT PERFORMANCE */






	/* END BOX CONTENT*/





/*END MAIN CONTENT*/

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



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

	body {
		background-position: center 80px;
	}
	header {
		position: absolute;
	}
	#parentbox{
	    	margin-top:360px;
			width:100%;
	    	}
			


section {
	height:1220px;
	margin-top: 110px;
}

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

		#box-1{
		    margin-bottom:10px;
		    }



	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);
	}
	
	footer {
		margin-top:0px;


}
}

@media only screen and (max-width : 680px) {
			#box-2{
		    margin:10px 0;
		    }
		    
	footer {
		margin-top:500px;
}
}

@media only screen and (max-width : 425px) {
	#box-2{
		margin:10px 0;
		}
		
	#box-1 {
	

	margin-left: 5%;

	}
			
	footer {
		margin-top:500px;
}
}
