/* WRHS1965 70TH BIRTHDAY BASH ATTENDEES */

/*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*/

body, html 
	{
	margin: 0;
	background-color: rgb(200, 200, 200);
	background-image: url("../img/wachMt-05.jpg");	
		
	/* Full height */
	height: 1200px;
	
	/* Center and scale the image nicely */
	background-position:center center;
	background-repeat: no-repeat;
	background-size: cover;
	}
	
	* 
		{
		box-sizing: border-box;
		}


    /* START HEADER */ 
    #header_container {

        background-image:url('../img/wachmt-bg_harvard.jpg');
        background-size:cover;
        background-position: center bottom;
        border-bottom:3px solid #003300;
        top:0; width:100%;
        height: 99px;
        z-index:0 ;       
        }

	    #topbar{
	        margin:4px auto 0;
	        z-index:0 ;
	        }       
	              
	    #logo img{
	        float:left;
	        margin: 4px 0 0 2%;
	        height: 80px;
	        background-color: rgba(255,255,255,.3);
	        border:3px solid rgba(120,120,120,.1);
	        border-radius: 5px;
	        box-shadow: 3px 6px 20px rgb(150,150,150);
	        }
        
		/* START NAVIGATION */
			nav {
				font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
				float: right;
				background-color: rgba(244,244,244,0.8);
				border-radius: 5px;
				margin: 36px 3% 0 0;
				padding: 2px 10px 2px 0;	
				z-index: 5px;	
				}
			
			
				
				#menu-icon 
					{
					display: hidden;
					width: 40px;
					height: 40px;
					background: #000000 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 solid red; */
						display: inline-block;
						float: left;
						padding: 10px 5px;
						text-align: center;
						font-size: 13px;
						z-index: 5px;
						}
						
					
			
				
					nav li .current 
						{
						background-color:rgba(100,100,100,0.3);
						border-radius: 3px;
						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: 3px;
						}
			
			
						.dropdown {
							  float: left;
							  overflow: hidden;
							}
							
							.dropdown .dropbtn 
								{
								/* 	border:1px black solid; */
								display: inline-block;
								float: left;
								padding: 9px 6px;
								text-align: center;
								font-size: 13px;
								z-index: 5px;
								}
							
							.navbar a:hover, .dropdown:hover .dropbtn
								{
								background-color: inherit;
								}
							
							.dropdown-content 
								{
								display: none;
								top:75px;
								position: absolute;
								background-color: #f9f9f9;
								min-width: 185px;
								margin-left: -100px;
								z-index: 1;
								}
								
								.dropdown-content p
									{
									margin-top:12px;
									color:darkgreen;
									text-align: center;
									font-weight: bold;
									}
								
								.dropdown-content .current
									{
									background-color:rgba(100,100,100,0.3);
									border:1px solid rgba(50,50,50,0.6);
									}
							
							.dropdown-content a
								{
								float: none;
								color: black;
								padding: 12px 16px;
								text-decoration: none;
								display: block;
								text-align: left;
								}
							
							.dropdown-content a:hover 
								{
								background-color: #ddd;
								}
							
							.dropdown:hover .dropdown-content 
								{
								display: block;
								}
			
			/*   END NAVIGATION    */

	/* END HEADER */
	




/*BEGIN MAIN CONTENT*/
	section {
		width:94%;
		margin: 100px auto 0;
		border: 2px solid black;
		  background-color: rgba(200,200,255,0.2);
	}
	
	h1 {
		font-size:3vw;
		color: black;
		margin: 10px 0 ;
	}
	
	h2 {
		text-align: center;
		font-size:2vw;
		color: black;
		margin: 20px 0 10px 0;
	}
	
	h3 {
		font-size: 1.3em;
		color: black;
		line-height: 1.15em;
		margin: 15px 0 ;
	}
	
	
	p {
		line-height: 1.1em;
		margin-bottom: 10px;
	}
	
	
		/* START BOX CONTENT*/
	
			* {
				box-sizing: border-box;
			}
	
			body {
				margin: 0;
				font-family: Arial;
			}
	
			.header {
				text-align: center;
				padding: 16px;
			}
	


			
				
			.group img {
				margin: 1% 2%;
				text-align: center;
				width: 96%;				
			}
			
			.row {
				display: -ms-flexbox; /* IE10 */
				display: flex;
				-ms-flex-wrap: wrap; /* IE10 */
				flex-wrap: wrap;
				padding: 0 3px;
			}
			
			.candids-title {
				text-align: center;
				padding: 16px;
			}

			/* Create four equal columns that sits next to each other */

						
			.column-1 {
				-ms-flex: 31%; /* IE10 */
				flex: 31%;
				max-width: 31%;
				padding: 4px;
			}
			
			
			.column-1 figure 
				{
				width:98%;
				/* border: 1px solid rgba(100,100,100,.5);
				box-shadow: 3px 6px 10px rgb(100,100,100); */
				/* background-color: white; */
				margin: 5px;
				}
			
					
			.column-1 figcaption
					{
					height: 28px;
					text-align: center;					
					font-size: .9em;
					padding: 6px;
					margin-top: -4px;
					background: white
					}
					



			
			.column-2 {
				-ms-flex: 23%; /* IE10 */
				flex: 23%;
				max-width: 23%;
				padding: 4px;
			}
			
			.column-2 figure 
				{
				width:98%;
				/* border: 1px solid rgba(100,100,100,.5);
				box-shadow: 3px 6px 10px rgb(100,100,100); */
				/* background-color: white; */
				margin: 5px;
				}
			
			.column-2 figcaption
				{
				height: 28px;
				text-align: center;					
				font-size: .9em;
				padding: 6px;
				margin-top: -4px;
				background: white
				}
								

					
					
					
					
					
			
			.column-3 {
				-ms-flex: 23%; /* IE10 */
				flex: 23%;
				max-width: 23%;
				padding: 4px;
			}
			
			.column-3 figure 
			{
			width:98%;
			/* border: 1px solid rgba(100,100,100,.5);
			box-shadow: 3px 6px 10px rgb(100,100,100); */
			/* background-color: white; */
			margin: 5px;
			}
			
			.column-3 figcaption
			{
			height: 28px;
			text-align: center;					
			font-size: .9em;
			padding: 6px;
			margin-top: -4px;
			background: white
			}			
			
			
			.column-4 {
				-ms-flex: 23%; /* IE10 */
				flex: 23%;
				max-width: 23%;
				padding: 4px;
			}
			
			.column-4 figure 
			{
			width:98%;
			/* border: 1px solid rgba(100,100,100,.5);
			box-shadow: 3px 6px 10px rgb(100,100,100); */
			/* background-color: white; */
			margin: 5px;
			}

			.column-4 figcaption
			{
			height: 28px;
			text-align: center;					
			font-size: .9em;
			padding: 6px;
			margin-top: -4px;
			background: white
			}				

			
			.column-candid {
				-ms-flex: 33%; /* IE10 */
				flex: 33%;
				max-width: 33%;
				padding: 4px;
			}
				
			.column img {
				margin: 4px 0;
				vertical-align: middle;
				width: 100%;
			}
			
			
			/* 
			figure 
				{
				width:142px;
				border: 1px solid rgba(100,100,100,.5);
				box-shadow: 3px 6px 10px rgb(100,100,100);
				background-color: white;
				margin: 5px 10px;
				}
			
			figure img
				{
				width:140px;
				}  */
				
				

					
					
	
			/* 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: 600px) {
				.column {
					-ms-flex: 100%;
					flex: 100%;
					max-width: 100%;
				}
			}
	
		/* END BOX CONTENT*/
	
	/*END MAIN CONTENT*/


		


/*BEGIN FOOTER*/
	#footer {
		margin: 10px auto 10px;
		background-color: rgba(244,244,244,0.9);
		padding: 15px;
		width: 35%;
		height: 50px;
		border: 1px solid black;
}

	#footer a {
		margin: 12px;
	}
/*END FOOTER*/



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

	/* 	START NAVIGATION */
	#menu-icon
		{
		display:inline-block;
		}

	nav 
		{
		background-color: rgba(0,0,0,0);
		}


		nav li 
			{
			width: 190px;
			padding:12px 5px;
			text-align: left;
			font-size: 18px;
			line-height: 1.6em;
			z-index: 5px;
			}


			nav ul, nav:active ul 
				{
				display: none;
				position: absolute;
				width: 220px;
				border: 3px ridge rgb(100,100,100);
				right: 20px;
				top:75px;
				z-index: 5px;
				}

			nav:hover ul {
				display: block;
				background-color: rgb(200,200,200);
				z-index: 5px;
				}
		
			.dropdown-content {
				  left:-80px;						  
				  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.8);
				}
				
				.classmates
					{
					margin-top:-40px;
					}
					
				.fifty5th
					{
					margin-top:80px;
					}
					
				.sixtyth
					{
					margin-top:140px;
					margin-right:200px;
					}

				.links
					{
					margin-top:150px;
					}	
  
	/* 	END NAVIGATION */	

	
	/* 	START CONTENT */
	
			#columns
			{
			width:95%;
			
	
	/* 	END CONTENT */					
		}
		
		
		

@media only screen and (max-width : 680px) {

	#footer {
		width: 380px;
}

}
