@charset "utf-8";
/* CSS Document */

html{
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;

}




.photogrid{
	margin-top: 100px;
	text-align: center;
	margin-left: 20%;
	margin-right: 20%;
}

.menu-link-foto{
	margin-top: 45px;
	background-color: rgba(0,0,0,0.90);
	height: 50px;
	width: 100%;
}

.upper-nav-foto{
	position: absolute;
	width: 100%;
	height: 45px;
	background-color: black;
}

.menu-link-foto p{
	font-size: 18px;
	text-align: center;
	color: white;
	padding-top: 10px;
	word-spacing: 5px;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 1px;
}

p1{
	color: white;
	background-color: black;
	font-size: 30px;
	font-family: 'Candal', sans-serif;
	top: 8px;
	margin-left: 20px;
	
}

h3{
	padding-left: 10px;
}

.image220{
	width: 300px;
	height: 220px;
	margin: 4px;
}

.foto-logo{
	height: 90px;
	width: 110px;
	
}

img:hover{
	
	cursor: pointer;
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
	opacity: 0.5;
}

#myImg myImg2 myImg3 myImg4 myImg5 myImg6 myImg7 myImg8 myImg9 {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg myImg2 myImg3 myImg4 myImg5 myImg6 myImg7 myImg8 myImg9:hover {opacity: 0.7;}

.modal {
    display: none; 
    position: fixed; 
    z-index: 1; 
    padding-top: 100px; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.95);
}

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}



#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}



/*Animatie en Responsive */
.modal-content, #caption {    
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}

@media only screen and (max-width: 400px){
    .menu-link-foto p {
        font-size: 16px;
    }
	
	.image220{
	width: 150px;
	height: 110px;
	margin: 4px;
}
}


