.header-bar-buffer {
	height: 100px;
	position: absolute;
	background-color: #000000;
}

.project-name {
	position: absolute;
	z-index: -1;
	top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
	opacity: 1;
}


.image,.image-vert{
    position:relative;
    z-index: 0;
    overflow:hidden;
    padding-bottom:100%;
    margin-bottom: 30px;
}

.image img{
	position: absolute;
	min-width: 100%;
	max-height: 100%;
	top: 50%;
	left: 50%;
	opacity:1;
	transition: .15s;
	background-color: #ffffff;
	transform: translateX(-50%) translateY(-50%);
}
.image img:hover,.image-vert img:hover {
    opacity: .2;
}
.image-vert img{
	position: absolute;
	max-width: 100%;
	min-height: 100%;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.space-after {
	margin-bottom: 2.5em;
}

.black-bar {
	background-color: #000000;
	z-index: 2;
	padding-top: 1.5em;
}

.instagram {
	width: 2em;
	margin-right: .5em;
}



.bg-grey {
	background-color: #555;
}


/* IMAGES */

#closed_blinds {
	background-image: url(img/closed_blinds/img_1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
    overflow: hidden;
}

