@charset "utf-8";
/* CSS Document */

.box {
    position: fixed;
    transition: top 1s ease-in-out, left 1s ease-in-out;
    transition-property: top, left;
    transition-duration: 1s, 1s;
    transition-timing-function: ease-in-out, ease-in-out;
    transition-delay: 0s, 0s;
}
.nav_project {
	max-width: 100%;
	margin: auto;
	padding-left: 13.75%;
	padding-right: 15.65%;
	left: 0;
	right: 0;
	top: 126px;
	display: flex;
	flex-direction: row;
	width: auto;
	z-index: 99;
	background-color: rgba(196,196,196,1.00);
	position: fixed;
	height: 4rem;
	justify-content: space-between;
}
.filterBtn {
  	border: none;
  	background-color: transparent;
	padding: 0.3rem;
  	color: #404041;
	font-family: 'Fira Sans', sans-serif;
	font-size: calc(.4rem + .4vw);
	font-weight: 700;
	text-transform: uppercase;
	font-style: normal;
	text-align: center;
	cursor: pointer;
	outline: none;
	-webkit-hyphens: none;
  	-ms-hyphens: none;
  	hyphens: none;
}
.filterBtn:hover {
	color: #FFFFFF;
}
.filterBtn.on {
  	color: #FFFFFF;	
	}
.my-shuffle-container {
    position: relative;
	left: 0;
	right: 0;
	top: 13.5rem;
	margin-left: 14%;
	margin-right: 15.6%;
	margin-bottom: 10.5rem;
	max-width: 100%;
	height: auto;
	background-color: #FFFFFF;
	align-items: center;
	align-content: center;
	justify-content: space-between;
	-ms-display: grid;
	-ms-grid-columns: repeat(3, 32%);
	display: grid;
  	grid-template-columns: repeat(3, 32%);
	grid-row-gap: 1.75rem;
}
.my-shuffle-container > div > div {
	position: relative;
}
.filterDivAll {
    color: #404041;
    outline: none;
	font-family: 'Fira Sans', sans-serif;
	display: none;
	position: relative;
}
.filterDiv {
    color: #404041;
    outline: none;
	font-family: 'Fira Sans', sans-serif;
	display: none;
	position: relative;
}
.show {
	display: block;
}

img#project_thumb {
	width: 429px;
	max-width: 133%;
	object-fit: cover;
	vertical-align: middle;
}
.prj_text-wrapper {
	position: absolute;
	display: grid;
	-webkit-transform: translate(-0%, -100%);
	transform: translate(-0%, -100%);
	width: calc(100%);
	height: calc(100%);
	text-align: center;
	color: #404041;
	opacity: 0;
	box-sizing: border-box;
	z-index: 20;
	align-content: center;
	align-items: center;
	justify-content: center;
}
.prj_text-wrapper > p {
	padding-left: 10px;
	padding-right: 10px;
	font-size: calc(.6rem + .4vw);
	color: #404041;
}
.prj_text-wrapper:hover {
  	transition: all 0.8s ease;
	color: #F1B71C;
  	background-color: rgba(255,255,255,1.0);
	opacity: .9;
}
.prj_text-wrapper > a > p {
	margin: 0px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: transparent;
	color: #404041;
	font-size: calc(.6rem + .4vw);
	-webkit-hyphens: none;
  	-ms-hyphens: none;
  	hyphens: none;
}
.prj_text-wrapper > a > p:hover {
  	transition: all 0.8s ease;
	color: #F1B71C;
  	background-color: rgba(255,255,255,1.00);
  	opacity: .9;
}
/*
@media screen and (max-width:600px) and (max-height:1920px) {
.nav_project {
	top: 16vh;
}
}
@media screen and (max-width:600px) and (max-height:2400px) {
.nav_project {
	top: calc(11vh + 5vh);
}
}*/
@media (max-width:600px) {
.nav_project {
	padding: 3%;
	display: flex;
	top: 25vw;
	flex-direction: column;
	position: relative;
	height: 11rem;
	align-items: center;
}
.filterBtn {
  	border: none;
  	background-color: transparent;
	padding: 0.3rem;
	font-size: calc(.7rem + .4vw);
	text-align: center;
	outline: none;
}	
.filterBtn:hover {
	color: #FFFFFF;
}
.filterBtn.on {
	background-color: transparent;
  	color: #FFFFFF;	
}
.filterDiv {
    padding-bottom: 2vh;
}
.my-shuffle-container {
    position: relative;
	left: 0;
	right: 0;
	top: 32vw;
	margin-left: 1.1%;
	margin-right: 1.1%;
	margin-bottom: 5rem;
	max-width: 100%;
	height: auto;
	background-color: #FFFFFF;
	align-items: center;
	align-content: center;
	justify-content: center;
	-ms-display: grid;
	-ms-grid-columns: repeat(2, 45.7%, .8rem);
	display: grid;
  	grid-template-columns: repeat(2, 45.7%);
  	grid-gap: .8rem;
}
.changing {
	-webkit-animation: 0.4s curtain cubic-bezier(.86,0,.07,1) 0.4s forwards;
	animation: 0.7s curtain cubic-bezier(.86,0,.07,1) 0.4s forwards;
}
}
@keyframes curtain {
  0% {
    grid-gap: 100vw; 
  }
  
  100% {
    grid-gap: .8rem;
  }
}
.prj_text-wrapper > p {
	padding-left: calc(1rem + .1vw);
	padding-right: calc(1rem + .1vw);
	font-size: calc(.7rem + .4vw);
	-webkit-hyphens: none;
  	-ms-hyphens: none;
  	hyphens: none;
}
.prj_text-wrapper > a > p {
	font-size: calc(.7rem + .4vw);
}

