*{
	margin: 0;
}

body{
	background-color: darkslategrey;
}

.fullscreen_overlay{
	position: absolute;
	width: 100vw;
	height: 100vh;

	z-index: 100;

	background-color: #80808056;
}

.screensized_board{
	width: 100vw;
	height: 100vh;
}








#showreel{
	display: none; /* display: flex; */
}

#showreel > iframe{
	width: 70vw;
	height: 70vh;

	margin-left: 15vw;
	margin-right: 15vw;

	align-self: center;
}














#ab_holder{
	width: 90vw;
	height: 30vh;

	padding-top: 15vh;
	padding-bottom: 5vh;
	padding-left: 5vw;
	padding-right: 5vw;
}

.ab_header{
	font-size: 12vh;
}

.ab_img_mask{
	height: 15vh;
	width: clac(15vh *  1870 / 300);

	z-index: 1;

	background-image: url(https://ania.makemore.cloud/ab_bgnd.png);
	background-repeat: no-repeat;
	background-size: cover;

	mask-image: url(https://ania.makemore.cloud/ab_txt.svg);
	-webkit-mask-image: url(https://ania.makemore.cloud/ab_txt.svg);
	mask-repeat: no-repeat;
	mask-size: contain;
}

#nav_holder{
	width: 100vw;
	height: 50vh;

	display: flex;
}

#about{
	width: 20vw;

	padding-left: 8vw;
	padding-top: 4vh;
}

#about > h3{
	font-size: 4.5vh;
}

#about > p{
	font-size: 2.5vh;
}

#to_showreel{
	display: flex;
	flex-direction: row;
	align-items: center;

	width: 35vw;

	padding: 10vh 0 0 20vw;
	margin-top: 10vh;
}

#to_showreel > span{
	height: 3vh;
	margin-right: 2vw;

	font-size: 3vh;
}

#to_showreel > img{
	width: 15vw;
	cursor: pointer;
}

#projects1{
	background-color: white;
}








.font_climate_crisis{
	font-family: "Climate Crisis", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-variation-settings:
	  "YEAR" 1979;
}

.font_gabriela_regular{
	font-family: "Gabriela", serif;
	font-weight: 400;
	font-style: normal;
}