/* --------skill boxes --------------------------------------------------- */
.skills {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	background-color: transparent;
}

.skill {
	background:rgba(129,211,249,0.5);
	font-size:12px;
	margin-right:10px;
	margin-bottom:10px;
	padding:3px 10px;
	/* text-transform:lowercase; */
}

.row-skills {
	float: left;
	padding-left: 2%;
	margin: 3px;
}


/* ----- projects --------------------------------------------------------- */
/* .parlex-back h2{font-size:32px !important;} */

.isotopeWrapper article {
	margin-bottom: 30px;
}

#projects img {
	width: 100%;
}
#projects article p {
	margin-bottom: 1.45em;
	/*set next row on the baseline*/;
}
nav#filter {
	margin-bottom: 1.5em;
}
nav#filter li {
	display: inline-block;
	margin: 0 0 0 5px;
}
nav#filter a {
	padding: 4px 12px;
	line-height: 20px;
	text-decoration: none;
}
.current {
	color: black;
}
.projects-items article img {
	width: 100%;
}
.projects-item {
	display: block;
	position: relative;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.projects-item img {
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	object-fit: fill;
	width: 250px;
	height: 250px;
}
.projects-item .projects-desc {
	display: block;
	opacity: 1;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	color: rgba(220, 220, 220);
}
.fancybox-overlay {
	background: rgba(0, 0, 0, 0.64);
}
.projects-item:hover .projects-desc {
	padding-top: 20%;
	height: 100%;
	transition: all 200ms ease-in-out 0s;
	opacity: 1;
	background: rgba(61, 61, 61, 0.67);
}
.projects-item .projects-desc a {
	color: #fff;
	text-align: center;
	display: block;
}
.projects-item .projects-desc a:hover {
	/*text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.7);*/
	text-decoration: none;
}
.projects-item .projects-desc .folio-info {
	top: -20px;
	/* padding-top: -10px; */
	padding: 0px;
	height: 0;
	opacity: 0;
	position: relative;
}
.projects-item:hover .folio-info {
	height: 100%;
	opacity: 1;
	transition: all 500ms ease-in-out 0s;
	top: 5px;
}
.projects-item .projects-desc .folio-info h5 {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	font-size: 1.4em;
}
.projects-item .projects-desc .folio-info p {
	color: #ffffff;
	font-size: 12px;
}
