* {
 box-sizing: border-box;
}
 
label[for] {
 cursor: pointer;
}
 
input[type="checkbox"] {
 display: none;
}
 
body {
 background-color: #000;
}
 
.lightbox, .grid {
 width: 100%;
 position: fixed;
 top: 0;
 left: 0;
}
 
.lightbox {
 z-index: 1;
 min-height: 100%;
 overflow: auto;
 -webkit-transform: scale(0);
 -ms-transform: scale(0);
 transform: scale(0);
 -webkit-transition: -webkit-transform .5s ease-out;
 transition: transform .5s ease-out;
}
.lightbox img {
 position: fixed;
 top: 50%;
 left: 50%;
 max-width: 96%;
 max-height: 96%;
 -webkit-transform: translate(-50%, -50%);
 -ms-transform: translate(-50%, -50%);
 transform: translate(-50%, -50%);
 box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}
 
input[type="checkbox"]:checked + .lightbox {
 -webkit-transform: scale(1);
 -ms-transform: scale(1);
 transform: scale(1);
}
 
input[type="checkbox"]:checked ~ .grid {
 opacity: .125;
}
 
.grid {
 display: -webkit-box;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 -webkit-flex-wrap: wrap;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 -webkit-box-align: start;
 -webkit-align-items: flex-start;
 -ms-flex-align: start;
 align-items: flex-start;
 -webkit-align-content: flex-start;
 -ms-flex-line-pack: start;
 align-content: flex-start;
 z-index: 0;
 height: 100%;
 padding: 16px;
 overflow: auto;
 background-color: #222;
 text-align: center;
 -webkit-transition: opacity .75s;
 transition: opacity .75s;
}
.grid .grid-item {
 display: inline-block;
 width: 25%;
 padding: 16px;
 opacity: .75;
 -webkit-transition: opacity .5s;
 transition: opacity .5s;
}
.grid .grid-item:hover {
 opacity: 1;
}
@media screen and (max-width: 1024px) {
 .grid .grid-item {
 width: 50%;
 }
}
@media screen and (max-width: 480px) {
 .grid .grid-item {
 width: 100%;
 }
}
.grid img {
 max-width: 100%;
 max-height: 100%;
 box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}
nav{

background-color:rgba(138, 141, 210, 0.9);
position:fixed;
width:100%;
height:10%;
margin-top:0px;
padding:10px;

z-index: 1;

}
nav a#pull {  
    display: none;  
} 
header{
	
	min-height:800px;
background-image:url(images/6.jpg);
background-position:top center;
background-size:cover; 


}

ul{ 
	list-style: none;
	padding:5 0 90px;
	text-align: center;
 }
 li{
 	display:inline;
 	padding:0 15px;
}
 a{
	font-family: Calibri, 'sans-serif' ;
	font-size:23px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	 }
	  nav a{
	  	
	color: #f7f7f7;
	  }

	   nav li a:hover{
	   	color: #f1bb3d;
	   	text-decoration: underline;}

	   	hr{ size:3px;

	   	}

	h1{
		text-align: center;
	} 