@font-face {
  font-family: "haas";
  src: url("asset/NHaasGroteskTXPro-75Bd.ttf");
}

body {
	background: #ffffff;
	margin: 0%;
	padding: 0%;
	height: 100vh;
	font-size: .8VW;
	font-family: haas;	
}

a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	cursor: pointer;
}

#header {
	position: fixed;
	left: 1%;
	top: 1%;
	z-index: 92222222;
}
#x {
	position: fixed;
	left: 1%;
	z-index: 92222222;
	bottom: 1%;
	display: none;
}

#info {
	position: fixed;
	right: 1%;
	top: 1%;
	text-transform: uppercase;
	z-index: 2;
	z-index: 92222222;
}
.content-column {
    width: 98%;
    background-color: #fff;
    margin-top:0%;
    margin-left: 1%;
}
.content-column2 {
    width: 98%;
    background-color: #fff;
    margin-top:0%;
    margin-left: 1%;
}
.content-column img {
  width: 100%;
  height: auto;
}
.projectgrid {
    display: grid;
    grid-column-gap: 1%;
    grid-row-gap: .1%;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 0%;
    left: 0%;
    width:100%;
}
.projectgrid2 {
    display: grid;
    grid-column-gap: 1%;
    grid-row-gap: 1%;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 0%;
    margin-bottom: 1%;
    left: 0%;
    width:100%;
}
.projectgrid2 img {
	width: 100%;
}
.container {
  position: relative;
  width: 100%;
}
#overlay2 {
	 position: fixed;
  	z-index: 99;
  	width: 120%;
  	height: 120%;
  	top: 0%;
  	background-color: #fff;
  	opacity: 95%;
  	color: #000000;
  	display: none;
}
.exit {
	display: none;
	position: abosulte;
	left: 1%;
	bottom: 1%;
	z-index: 100;
	color: red;
}
.caption2 {
	position: fixed;
	color: #000;
	width: 50%;
	left: 25%;
	bottom: 1%;
	text-align: center;
	display: none;
}

.image {
  display: block;
  width: 100%;

}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  opacity: 0;
  background-color: #ffffff;
  transition: .3s;
}

.container:hover .overlay {
  opacity: 1;
}

.text {
  color: #000000;
  position: relative;
  text-align: left;
  text-transform: uppercase;
}
.yas {
    width: 100%;
}
.mb {
	display:none;
}
.desk {
	display: block;
}
#loader {
  position: fixed;
  z-index: 9999999922222;
  width: 100%;
  height: 100%;
  background-color: #fff;
  color: #000;
}

#loader p {
  color: #000;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  text-transform: uppercase;
}

.infofade {
  position: fixed;
  z-index: 2222222;
  width: 100%;
  height: 100%;
  background-color: #fff;
  color: #000;
  display: none;
}

.show {
    display: block;
}
.show2 {
 width: 50%;
}
.full {
	position: fixed;
	width: 100%;
}
.hide {
	display: none;
	visibility: hidden;
}
.vis {
	display: block;
	visibility: visible;
}
.show {
    display: block;
}
	.comp {
		display: block;
	}
@media screen and (max-width: 1200px) {
	.projectgrid {
	    display: grid;
	    grid-column-gap: 1%;
	    grid-row-gap: .5%;
	    grid-template-columns: repeat(2, 1fr);
	    margin-top: 0%;
	    margin-bottom: 1%;
	    left: 0%;
	    width:100%;
	}
}

@media screen and (max-width: 768px) {
	body {
	background: #ffffff;
	margin: 0%;
	padding: 0%;
	height: 100vh;
	font-size: 3VW;
	font-family: haas;	
}

	.comp {
		display: none;
	}

	.projectgrid {
	    grid-template-columns: repeat(1, 1fr);
	    grid-row-gap: .1%;
	}
	.mb {
		display: block;
	}
	.desk {
		display:none;
	}
	.yas {
    width: 50%;
}
.projectgrid2 {
    display: grid;
    grid-column-gap: 1%;
    grid-row-gap: 1%;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 0%;
    margin-bottom: 1%;
    left: 0%;
    width:100%;
}
.projectgrid2 img {
	width: 50%;
}
}