.anchors {
	display:flex;
	flex-wrap:nowrap;
}

.anchors > a {
	display:block;
	margin-right:2rem;
	color:black;
	font-family:"Poppins", sans-serif;
	text-decoration:none;
	transition: text-shadow .3s;
}

.anchors > a:hover{text-shadow: 0 0 .65px black, 0 0 .65px black;}

@media screen and (max-width: 768px) {
	.anchors{
		display: none;
	}
/*
	.anchors {
		flex-direction:column;
		margin-top: 1.5rem;
	}
	.anchors > a {
		margin-bottom: 1rem;
	}
*/
}

.design_gallery{
	height: 200px;
	margin-bottom:20px;
	position: relative;
	cursor: pointer;
}

.design_gallery .dg_photo{
/*
	background-size: cover;
	background-position: center center;
*/
}

.design_gallery .dg_icon{
	width: 175px;
	color: #fff;
	font-family: "Poppins", sans-serif;
	justify-content: center;
	align-content: center;
	align-items: center;
}

@media (min-width: 1200px) {
	
	.design_gallery{
		height: 275px;
	}
	
	.design_gallery .dg_icon{
		width: 225px;
	}
	
}

.dg_icon > img{
	max-width: 50%;
}

.dg_icon{
	height: 100%;
}

.tile{
	overflow: hidden;
	position: relative;
	height: 100%;
}

.photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: transform .5s ease-out;
}

a.dg_link:hover .photo{
	opacity: 0.8;
}

a.dg_link:hover{
	color: #fff;
}

a.dg_link:hover .dg_icon{
}

a.dg_link:hover .icon_holder{
	
	
	filter:saturate(2);
}

.design-gallery-container{
	height: 600px;
	background-color: #efefef;
	text-align: center;
	
}

.dg-image-container{
	height: 600px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.dg-image-container img{
	max-width: 100%;
	max-height: 100%;
}

.category-info{
	width:100px;
	text-align: center;
	font-size: 13px;
	margin-right: 35px;
}

.category-info img{
	max-width: 100%;
}

p.project-title{
	font-size: 24px;
}

p.project-info{
	color: #555;
}

p.project-info span{
	font-family: "Playfair Display", serif;
	text-transform: uppercase;
	color: #000;
}

.dg-info-container{
	border-bottom: 1px solid #ccc;
}

.dg-prev, .dg-next{
	position: absolute;
	font-size: 60px;
	top:50%;
	margin-top:-30px;
	color: #888;
	cursor: pointer;
	-webkit-user-select:none; 
    -webkit-touch-callout:none; 
    -moz-user-select:none; 
    -ms-user-select:none; 
    user-select:none;
    text-shadow: 1px 1px 0px white
}

.dg-prev:hover, .dg-next:hover{
	color: #000;
}

.dg-prev{
	left: 30px;
}

.dg-next{
	right:30px;
}

.gallery-link-container{
	background-color: #ccc;
}

.gallery-link-container img{
	max-width: 100%;
}

.gallery-link-container a{
	color: #fff;
}

.gallery-link-container:hover img{
	opacity: 0.7;
}

