@import "variations2.css";

*, html, body {
	padding: 0;
	margin: 0;
	border: 0;
	font-size: .985em;
	font-family: Manrope; 
}

body {	overflow-y: scroll; }

body.modal-open {
 	overflow: hidden;
 	position: fixed;
 	width: 100%;
 }

a {text-decoration:none; color: #9C9C9C;}
a:visited {color: #9C9C9C;}
a:hover {color: #000; }

.inactive { 
	display: none;
}

#project_modal_container {
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.3);
	z-index: 111;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 10vh 0;
	box-sizing: border-box;
}

#project_modal {
	position: relative;
	min-height: 100px;
	background: white;
	margin: auto;
	top: 0;
	border-radius: 3px;
	box-shadow: 0 3px 6px 0 rgb(0 0 0 / 30%);
	margin-bottom: 0;
	min-height: 80vh;
	overflow: hidden;
}

#project_modal p {
	font-weight: 800;
}

#project_modal img {
	width: 100%;
	display: block;
}

header {
	padding: 110px 7% 30px 7%;
}

#image_menu {
	display: flex;
	padding-top: 4.5vw;
	padding-left: 5vw;
}

.image_menu_item {
	position:relative;
	margin-right: -9vw;
	transition-duration: .3s;
}

.image_menu_item img {
	opacity: 0;
}

.big_paragraph {
	padding: 5vw 7vw;
	max-width: 80vw;
	font-weight: 500;
}

.big_paragraph a {
	font-weight: 800;
}

.fat {
	font-weight: 700;
}

#container {
	width: 100%; 
	position: relative;
	}

.fill {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;	
	background-size: cover;
	background-position: center center;
	overflow: hidden;
	opacity: 0;
	}

.wrong {
	display:inline-block;
	line-height: 1.2em;
	border-bottom: .1em red dashed;
}

.wrong:hover {
	border-bottom-color: white;
	cursor:not-allowed;
}

#tumblr { 
	position: relative;
	max-width: 70vw;
	padding: 0 5vw 10vw 5vw;
}

#tumblr a { width: 100%; font-weight: 800;}
#tumblr a img { width: 45%; }
#tumblr a img:first-child { transform: rotate(-3deg); }
#tumblr a img:nth-child(2) {
	transform: rotate(2deg); 
}