/* BASE CSS */

* {
	box-sizing: border-box;
}

 body {
	font-family: 'adieu', sans-serif;
	font-weight: 100;
	letter-spacing: -0.5px;
	color: #050505;
	background-color: #fff;
	background-image: url('');
	background-position: left top;
	background-attachment: fixed;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	/*overflow:hidden;*/
}

/* CUSTOM CURSOR */

div#cursor {
	width: 24px;
	height: 24px;
	/*background-color: #ff6b00;*/
	z-index: 99;
	border-radius: 100%;
	position: fixed;
	transform: translate(-50%, -50%);
	pointer-events: none;
	transition: transform 0.2s ease;
	transform-origin: 100% 100%;
	backdrop-filter: invert(100%);
}

div#cursor.grow {
	transform: scale(3);
	transition: transform 0.2s ease;
}

@media only screen and (min-device-width: 300px) and (min-width: 300px){

	/* HOME */

	section#home {
		width: 100%;
		height: 100vh;
		background-color: #fff;
	}

	.wrapper {
		max-width: 100%;
		margin: 0px auto;
		padding: 2vw 4vw;
		display: flex;
		flex-direction: column;
	}

	header#main-header {
		z-index: 2;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		align-content: center;
		align-items: center;
		width: 100%;
		margin-top: -2%; /* line-height */
	}

	#head-right, #head-left {
		font-family: 'sprat cnd', serif;
		font-weight: 100;
		font-size: 19vw;
		line-height: 1;
		text-transform: uppercase;
	}

	#head-right {
		letter-spacing: -2vw;
		margin-left: -0.6%;
	}

	#head-left {
		text-align: right;
		width: 100%;
		align-self: flex-end;
		letter-spacing: -2.5vw;
		margin-right: 0;
	}

	#proj-title {
		width: 100%;
		margin-top: 0%;
		margin-left: -0.2%;
		color: #ccc;
	}

	#proj-title h1 {
		letter-spacing: -2vw;
	}

	h1 {
		font-family: 'sprat cnd';
		font-weight: 100;
		font-size: 15vw;
		letter-spacing: -2vw;
		text-transform: uppercase;
		margin: 0;
		padding: 0;
	}

	h2 {
		font-family: 'sprat cnd';
		font-weight: 100;
		font-size: 10vw;
		letter-spacing: -1vw;
		line-height: 1;
		text-transform: uppercase;
		margin: 0;
		padding: 0;
	}

	h5 {
		font-family: 'sprat cnd';
		font-weight: 100;
		font-size: 5vw;
		letter-spacing: -0.2vw;
		margin: 0;
		padding: 0;
	}

	#proj-categories {
		z-index: 2;
		align-self: flex-end;
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
		line-height: 0.6;
		margin-top: 0.5%;
		margin-right: 6%;
		width: 100%;
	}

	#multi-cats {
		margin-top: -1%;
	}

	#proj-categories h5 {
		color: #999;
		margin-top: -1px;
		margin-right: 2.5%;
		padding-top: 8px;
	}

	#proj-imgs {
		width: 100%;
		padding-right: 15%;
		margin-top: -2vw;
		display: flex;
		flex-direction: column;
	}

	#proj-imgs.multi-cats {
		margin-top: -14vw;
	}

	#proj-imgs img, #proj-imgs video {
		width: 100%;
		padding-bottom: 15px;
	}

	#proj-desc {
		margin-top: 8vw;
		padding-right: 10%;
		width: 100%;
		font-family: 'sprat cnd';
		font-weight: 100;
		font-size: 10vw;
		letter-spacing: -1vw;
		line-height: 1;
	}

	#proj-desc h5 {
		color: #999;
		padding-bottom: 20px;
	}

	#return {
		font-size: 0.75rem;
		margin: 40px 0;
		display: flex;
		justify-content: center;
		text-transform: uppercase;
	}

	a, a:link, a:visited, a:active, a:hover {
		color: #000;
		text-decoration: none;
		cursor: none;
	}

}


@media only screen and (min-device-width: 768px) and (min-width: 768px){

	/* HOME */

	section#home {
		width: 100%;
		height: 100vh;
		background-color: #fff;
	}

	.wrapper {
		max-width: 100%;
		margin: 0px auto;
		padding: 30px 60px;
		display: flex;
		flex-direction: column;
	}

	header#main-header {
		z-index: 2;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-content: center;
		align-items: center;
		width: 100%;
		margin-top: -2%; /* line-height */
	}

	#head-right, #head-left {
		font-family: 'sprat cnd', serif;
		font-weight: 100;
		font-size: 9.5vw;
		line-height: 1;
		text-transform: uppercase;
	}

	#head-right {
		letter-spacing: -0.8vw;
		margin-left: -0.6%;
	}

	#head-left {
		width: initial;
		align-self: initial;
		text-align: initial;
		letter-spacing: -1.2vw;
		margin-right: 4%;
	}

	#proj-title {
		width: 100%;
		margin-top: -1.9%;
		margin-left: -0.2%;
		color: #ccc;
	}

	#proj-title h1 {
		letter-spacing: -1.1vw;
	}

	h1 {
		font-family: 'sprat cnd';
		font-weight: 100;
		font-size: 9.5vw;
		letter-spacing: -1.25vw;
		text-transform: uppercase;
		margin: 0;
		padding: 0;
	}

	h2 {
		font-family: 'sprat cnd';
		font-weight: 100;
		font-size: 6.3vw;
		letter-spacing: -1vw;
		line-height: 1;
		text-transform: uppercase;
		margin: 0;
		padding: 0;
	}

	h5 {
		font-family: 'sprat cnd';
		font-weight: 100;
		font-size: 1.9vw;
		letter-spacing: -0.15vw;
		margin: 0;
		padding: 0;
	}

	#proj-categories {
		z-index: 2;
		align-self: flex-end;
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
		line-height: 0.6;
		margin-top: 0.5%;
		margin-right: 6%;
		width: 100%;
	}

	#multi-cats {
		margin-top: -1%;
	}

	#proj-categories h5 {
		color: #999;
		margin-top: -1px;
		margin-right: 2.5%;
		padding-top: 8px;
	}

	#proj-imgs {
		width: 100%;
		padding-right: 25%;
		margin-top: -2vw;
		display: flex;
		flex-direction: column;
	}

	#proj-imgs.multi-cats {
		margin-top: -14vw;
	}

	#proj-imgs img, #proj-imgs video {
		width: 100%;
		padding-bottom: 30px;
	}

	#proj-desc {
		margin-top: 8vw;
		padding-right: 10%;
		width: 100%;
		font-family: 'sprat cnd';
		font-weight: 100;
		font-size: 6.3vw;
		letter-spacing: -0.4vw;
		line-height: 1;
	}

	#proj-desc h5 {
		color: #999;
		padding-bottom: 30px;
	}

	#return {
		margin: 4vw 0;
		display: flex;
		justify-content: center;
		text-transform: uppercase;
	}

	a, a:link, a:visited, a:active, a:hover {
		color: #000;
		text-decoration: none;
		cursor: none;
	}

}

