* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	hyphens: manual;
}

html {
	font-family: 'Suisse Intl';
	font-size: 16pt;
}
/*GENERAL PARAGRAPH STYLES*/

p, li {
	letter-spacing: 0.4px;
}

em {
	font-style: italic;
}

a {
	text-decoration: none;
	color: #000;
}

li {
	list-style: none;
}

#meta ul {
	margin-bottom: 1rem;
}

h1 {
	font-size: 3rem;
	line-height: 1.1em;
}

h2 {
	font-size: 2.2rem;
	line-height: 1.1em;
}

#about h2, #meta h2 {
	font-size: 1rem;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	line-height: 1.2em;
}

.year {
	font-weight: 200;
}

/*SPECIFIC LAYOUT*/

nav {
	position: fixed;
	top: 0;
	width: 100vw;
	padding-top: 2rem;
	/*max-width: 95vw;
	padding-left: calc((100vw - 60rem)/2);
	padding-right: calc((100vw - 60rem)/2);*/
	
}

nav>div {
	width: 60rem;
	max-width: 90vw;
	margin: auto;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	font-weight: bold;
}

main {
	width: 60rem;
	max-width: 90vw;
	margin: auto;
}

#about {
	padding: 10rem 0;
}

#about h1, #about p {
	display: inline;
	width: auto;
	font-size: 2.5rem;
	font-weight: 500;
	letter-spacing: 0;
}

#aboutMeta {
	display: flex;
	margin: 3rem 0 0 0;
}

#aboutMeta div {
	width: 25%;
	min-width: 10rem;
	margin-bottom: 2rem;
}

.icon {
	display: inline;
	margin-right: 0.2em;
	height: 1rem;
	width: auto;
}

#aboutMeta #awards {
	width: 30%;
}

.project {
	display: flex;
	margin-bottom: 8rem;
}

.projectMeta {
	display: flex;
	position: relative;
	flex-direction: column;
	width: 33.33%;
	padding-right: 2rem;
}

.shortDescription {
	margin-top: 2rem;
	/*hyphens: auto;*/
}

.showMore {
	/*align-self: end;*/
	margin-top: auto;
	text-decoration: underline;
}

.showMorePortrait {
	display: none;
	margin-top: 1rem;
	text-decoration: underline;
}

picture, video {
	display: block;
	width: 100%;
	height: auto;
}

.previwPic {
	width: 66.66%;
}

img {
	display: block;
	width: 100%;
}

footer {
	width: 60rem;
	max-width: 90vw;
	margin: auto;
	margin-bottom: 5rem;
	margin-top: 6rem;
}

footer p {
	font-size: 2.5rem;
	font-weight: 500;
}

footer a {
	text-decoration: underline;
}



/*PROJECT PAGES*/

#title {
	width: 40rem;
	max-width: 90vw;
	/*width: 66.66%;*/
	margin: 7rem auto 3rem auto;
}

#texts {
	display: flex;
	width: 40rem;
	max-width: 90vw;
	/*width: 66.66%;*/
	margin: 3rem auto;
}

#texts a {
	text-decoration: underline;
}

#description {
	width: 75%;
	margin-right: 1rem;
}

#description p {
	margin-bottom: 0.5rem;
}

#meta li, #meta h2 {
	font-size: 0.8rem;
}

.single {
	margin-bottom: 6rem;
}

#sketch-div {
	width: 100%;
}

#sketch-div canvas {
	width: 100%;
	height: 60rem;
}

@media screen  and (max-width: 930px) {

	#aboutMeta #contact{
		width: 27%;
		min-width: 9rem;
	}

	#aboutMeta #exhibitions{
		width: 33%;
		min-width: 9rem;
	}

	#aboutMeta #awards{
		width: 40%;
		min-width: 9rem;
	}

	.shortDescription {
		margin-top: 1rem;
	}

	#sketch-div {
		height: 90vw;
	}

}

@media screen  and (max-width: 900px) {
	
	html {
		font-size: 15pt;
	}

	#aboutMeta div {
		/*font-size: 0.8rem;*/
		width: 33.33%;
		min-width: 9rem;
	}

}

@media screen and (max-width: 830px) {
	
	html {
		font-size: 14pt;
	}

	#about h1, #about p, footer p {
		font-size: 2rem;
	}

}

@media screen and (max-width: 690px) {

	#awards {
		display: none;
	}

	#aboutMeta #contact{
		width: 33%;
		min-width: 8rem;
	}

	#aboutMeta #exhibitions{
		width: 33%;
		min-width: 9rem;
	}

}




@media screen and (max-width: 530px) {

	html {
		font-size: 13pt;
	}
	
	#about {
		padding: 8rem 0;
	}

	footer p {
		font-size: 1.5rem;
	}

}

@media screen and (max-width: 400px) {

	footer p {
		font-size: 1.2rem;
	}

}

@media screen and (orientation: landscape) {

	#about {
		padding: 25vh 0;
	}

	#sketch-div {
		height: 85vh;
	}

}

@media screen and (max-width: 570px) and (orientation: portrait) {

	.project {
		flex-direction: column;
		/*height: 75vh;*/
	}

	.projectMeta {
		width: 100%;
		padding-right: 0;
		/*height: 43vh;*/
		/*height: 15rem;*/
	}

	.shortDescription {
		margin-bottom: 1.8rem;
	}

	.previwPic {
		width: 100%;
	}

	.showMore {
		position: absolute;
		bottom: 1rem;
	}

	.showMore {
		display: none;
		margin-top: auto;
		text-decoration: underline;
	}

	.showMorePortrait {
		display: block;
		margin-top: 1rem;
		text-decoration: underline;
	}

}


/*PROJECT QUERIES*/

@media screen and (max-width: 530px) {

	#texts {
		flex-direction: column;
	}

	#description {
		width: 100%;
		margin-right: 0;
	}

	#meta {
		margin-top: 2rem;
	}

	.single {
		margin-bottom: 2rem;
	}

}

@media screen and (max-height: 420px) {

	#title {

		margin: 5rem auto 3rem auto;
	}

	.single {
		margin-bottom: 2rem;
	}

}

@media screen and (max-width: 740px) and (orientation: landscape) {

	html {
		font-size: 13pt;
		hyphens: auto;
	}
}

@media screen and (max-width: 700px) and (orientation: landscape) {

	h2 {
		font-size: 1.8rem;
	}

	.projectMeta {
		width: 50%;
	}

	.previwPic {
	   width: 50%;
	}

	.project picture, .project img {
	   height: 100%;
	}

	.project img {
		object-fit: cover;
	}

}