nav {
	width: calc(80% - 2vw);
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 1vw;
	position: fixed;
	top: 1vw;
	left: 1vw;
	z-index: 5;
}

.one_fourth_logo {
	border: none;
	width: calc(25% - 2vw);
	padding: 1vw;
	border-radius: 1vw;
	box-sizing: border-box;
	background: none;
}

.one_fourth {
	width: calc(25% - .75vw);
	padding: 1vw;
	border-radius: 1vw;
	box-sizing: border-box;
	backdrop-filter: blur(4px);
	background: rgba(244, 241, 216, .8);
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all .5s;
	color: #000 !important;
	position: relative;
}

.one_fourth a {
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.active {
	background: rgba(212, 215, 168, .8);
}

.one_fourth:hover {
	background: rgba(212, 215, 168, .8);
}

.logo_container {
    width: 80%;
    margin: 10% 0% 0% 10%;
    box-sizing: border-box;
}

.loadmore {
	padding: 2vw;
	border-radius: 1vw;
	box-sizing: border-box;
	color: #000 !important;
	background: rgba(212, 215, 168, 1);
	text-align: center;
	transition: all .48s ease;
}

.loadmore:hover {
	background: rgba(212, 215, 168, .48);
}

.work_cat {
	width: 100%;
	margin-top: 4.5vw;
}

.half_project {
	width: calc(50% - .5vw);
	position: relative;
	border-radius: 1vw;
	overflow: hidden;
}

img.project_photo {
	width: 100%;
	display: block;
	object-fit: cover;
	height: 100%;
}

.gradient_project {
	background: linear-gradient(0deg, rgba(0, 0, 0, .8), rgba(255, 255, 255, 1) 20%);
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 3;
	mix-blend-mode: multiply;
}

.full.half_project {
	max-height: 1320px;
}

.active {
	display:block !important;
}
	
ul#embed {
	padding: 0;
	margin: .8vw 0vw 0vw .36vw;
	list-style: none;
}

ul#embed li{
	padding: .18vw 0vw !important;;
	border-bottom:none !important;
}

ul#embed li a:hover{
	padding-bottom: .16vw;
	border-bottom: 1px solid #000;
}

ul#embed li a.active{
	padding-bottom: .16vw;
	border-bottom: 1px solid #000;
}

@media screen and (min-width: 140px) and (max-width: 600px) {

	.logo_container {
		width:48%;
		height: auto;
		position: relative;
		border-radius: 1vw;
		box-sizing: border-box;
		margin:10px 0px 20px 0px;
	  }
	  
	  nav {
		width:100%;
		position: relative;
		top:0;
		left:0;
		box-sizing: border-box;
		padding: 10px;
	  }
	  
	  ul#embed {
		
		margin: 4vw 0vw 2vw .4vw;
	  }
	  
	  ul#embed li {
		padding: .4vw 0vw !important;
	  }
	  
	  .one_fourth_logo {
		border:none;
		width: 60%;
		padding:0;
		margin-bottom: 20px;
	  }
	  
	  .one_fourth {
		width: 100%;
		padding: 20px;
		border-radius: 1vw;
		box-sizing: border-box;
		display: block;
		text-align: center;
	  }
	  
	  .half_project {
		width: 100%;
		position: relative;
		border-radius: 1vw;
		overflow: hidden;
	  }
	  
	  .work_cat {
		display: none;
	  }
	  
	  .workend_sep {
		  display: none;
	  }
	  
	  .loadmore {
		padding: 20px;
	  }
	  
	  img.project_photo {
		object-fit: cover;
		height: 100%;
	  }
	  

}