html{
	background:#fff !important;
}
.gallery-row .grid__item {
	margin:0 0 .5rem;
}
.gallery-row .grid__item img{
	width:100%;
}
.project-description{
	padding:2rem 1rem 2rem 2.5rem;
	background:#fff;
	margin:2rem auto;
	text-align:center;
	font-family:'Roboto', sans-serif;
    font-weight: 400;
}
.half-width.grid__item{
	padding-left:1rem;
}
.gallery-navigation{
	display:flex;
	justify-content:space-between;
}
.overlay-logo {
    position: fixed;
    left: 3.5rem;
    bottom: 3rem;
}
.overlay-logo img {
    	height:70px;
		width:70px;
	}

@media screen and (max-width:768px){
	.overlay-logo {
    left: 1rem;
    bottom: 1rem;
	}
	.overlay-logo img {
    	height:35px;
		width:35px;
	}
}