body {
	font-family: 'Work Sans', sans-serif;
}

.header {
	text-align: right;
	margin-bottom: 20px;
}

.logo {
	margin: 10px 0;
}

.title {
	text-align: right;
	margin-bottom: 10px;
}

.gallery {
	padding-bottom: 50px;
}

.container img {
	width: 100%;
	margin-bottom: 25px;
}

.portfolio.small a img {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray; /* IE 6-9 */
}

.portfolio.small a:hover img {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
	transition: .4s ease-out;
}

@media(min-width:1200px) {
	.col-lg-2-67 {
		width: 22.222222222%;
	}
}

@media(min-width:992px) {
	.col-md-2-67 {
		width: 22.222222222%;
	}
}