* {
	font-family: prenton, sans-serif;
	font-weight: 400;
	font-style: normal;
}

h1, h2, h3, h4, h5, p, span, ul, li {
	color: black;
}

h1, h2, h3, h4, h5 {
	font-family: orpheuspro, serif;
	font-weight: 500;
}

h2 {
	font-size: 50px;
	line-height: 1.1;
}

h3 {
	font-size: 32px;
}

p, li, span {
	line-height: 1.8;
	font-size: 18px;
	font-weight: 300;
}

a {
	color: inherit;
	font-weight: inherit;
}

html {
    overflow: hidden;
}

body {
    height: 100vh;
    perspective: 1000px;
    transform-style: preserve-3d;
    overflow-x: hidden;
	overflow-y: auto;
	margin: 0px;
	background-color: #efdbc6;
}

.wrapper {
	height: 800px;
	position: relative;
}

.container {
	width: 1300px;
	max-width: 80%;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
}

footer p {
	text-align: center;
	font-size: 16px;
}

.hidden {
	display: none;
}

.block {
	display: block;
}

.visually-hidden {
	width: 0px;
	height: 0px;
	margin: 0px;
	opacity: 0;
	position: absolute;
}


/* ================
	Splash
================ */
.wrapper.splash-wrapper {
    transform-style: preserve-3d;
    width: 100vw;
    height: 100vh;
	box-sizing: border-box;
	position: relative;
}

.nickname-container {
	height: 100vh;
	max-width: 90%;
    margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 5;
}

.name-img.desktop,
.nickname-img.desktop {
	display: block;
	width: 900px;
	max-width: 80%;
	margin: auto;
	transform: translateZ(101px);
}

.name-img.mobile,
.nickname-img.mobile {
	display: none;
}

.wrapper-splash-flowers {
	--dim: 800px;
	height: var(--dim);
	width: var(--dim);
	position: absolute;
	top: calc(50% - var(--dim) / 2);
	left: calc(50% - var(--dim) / 2);
	background-size: 100%;
}

.tulip0 {
	background-image: url("img/tulip0.jpg");
	background-repeat: no-repeat;
	transform: translate3d(-210px, -375px, -100px);
	--dim: 55vw;
	z-index: -4;
}

.tulip1 {
	background-image: url("img/tulip1.png");
	background-repeat: no-repeat;
	transform: translate3d(160px, -270px, 100px);
	--dim: 45vw;
	z-index: -3;
}

.tulip2 {
	background-image: url("img/tulip2.png");
	background-repeat: no-repeat;
	transform: translate3d(160px, 260px, -100px);
	--dim: 55vw;
	z-index: 2;
}

.tulip3 {
	background-image: url("img/tulip3.png");
	background-repeat: no-repeat;
	transform: translate3d(-75px, 170px, 500px);
	--dim: 22vw;
	z-index: 6;
}

/* ================
	About
================ */

.wrapper.about-wrapper {
	height: 600px;
}

.container.about-container {
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.container.personal-container {
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
}

.about-text.personal {
	margin-right: 50px;
}


.childhood-img {
	width: 280px;
	z-index: 8;
}

.childhood-img {
	align-self: center;
}


.wrapper-about-flowers {
	--dim: 800px;
	height: var(--dim);
	width: var(--dim);
	position: absolute;
	top: calc(50% - var(--dim) / 2);
	left: calc(50% - var(--dim) / 2);
	background-size: 100%;
}

.flower0 {
	background-image: url("img/tulip4.png");
	background-repeat: no-repeat;
	transform: translate3d(-170px, -125px, 400px);
	--dim: 20vw;
	z-index: 7;
}

.flower1 {
	background-image: url("img/peony0.png");
	background-repeat: no-repeat;
	transform: translate3d(-650px, 100px, -100px);
	--dim: 14vw;
	z-index: 10;
}

.flower2 {
	background-image: url("img/peony1.png");
	background-repeat: no-repeat;
	transform: translate3d(-550px, 180px, -200px);
	--dim: 14vw;
	z-index: 9;
}

/* ================
	Projects
================ */

.container.portfolio-container {
	padding-top: 100px;
}

.portfolio-container {
	width: 80%;
	max-width: 1300px;
	margin: 0px auto;
}

.portfolio-grid {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.portfolio-window {
	cursor: pointer;
	width: 15%;
}

.portfolio-item {
	width: 100%;
}

.portfolio-input {
	top: calc(100vh*1.75);
}

.project-title-container {
	display: flex;
	justify-content: flex-start;
}

.project-title {
	margin: 0px;
}

.project-body {
	max-width: 800px;
	display: none;
	margin-top: 20px;
	min-height: 295px;
}

[name="project"][name="project"]:hover ~ .project-body {
	display: none;
}

[value="witchy"]:checked ~ .project-body--witchy,
[value="witchy"][value="witchy"]:hover ~ .project-body--witchy {
	display: block;
}

[value="witchy"]:hover ~ .portfolio-grid .portfolio-window--witchy .dot {
	background-color: rgba(255, 255, 255, 0.5);
}

[value="witchy"]:checked ~ .portfolio-grid .portfolio-window--witchy .dot {
	background-color: white;
}


[value="bingo"]:checked ~ .project-body--bingo,
[value="bingo"][value="bingo"]:hover ~ .project-body--bingo {
	display: block;
}

[value="bingo"]:hover ~ .portfolio-grid .portfolio-window--bingo .dot {
	background-color: rgba(255, 255, 255, 0.5);
}

[value="bingo"]:checked ~ .portfolio-grid .portfolio-window--bingo .dot {
	background-color: white;
}


[value="nalta"]:checked ~ .project-body--nalta,
[value="nalta"][value="nalta"]:hover ~ .project-body--nalta {
	display: block;
}

[value="nalta"]:hover ~ .portfolio-grid .portfolio-window--nalta .dot {
	background-color: rgba(255, 255, 255, 0.5);
}

[value="nalta"]:checked ~ .portfolio-grid .portfolio-window--nalta .dot {
	background-color: white;
}


[value="email"]:checked ~ .project-body--email,
[value="email"][value="email"]:hover ~ .project-body--email {
	display: block;
}

[value="email"]:hover ~ .portfolio-grid .portfolio-window--email .dot {
	background-color: rgba(255, 255, 255, 0.5);
}

[value="email"]:checked ~ .portfolio-grid .portfolio-window--email .dot {
	background-color: white;
}


[value="compdash"]:checked ~ .project-body--compdash,
[value="compdash"][value="compdash"]:hover ~ .project-body--compdash {
	display: block;
}

[value="compdash"]:hover ~ .portfolio-grid .portfolio-window--compdash .dot {
	background-color: rgba(255, 255, 255, 0.5);
}

[value="compdash"]:checked ~ .portfolio-grid .portfolio-window--compdash .dot {
	background-color: white;
}

.portfolio-window {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
}

.tag {
	padding: 3px 12px;
	font-size: 16px;
    margin: 0px 5px 10px 0px;
    background-color: rgb(133, 63, 63);
	border-radius: 5px;
	display: inline-block;
}

.dot {
	height: 12px;
	width: 12px;
	background-color: transparent;
	margin: 20px auto;
	border-radius: 50%;
	display: inline-block;
}

.view-button, .view-button:visited {
    border: 1px solid #ffffff;
    border-radius: 40px;
    padding: 15px 20px;
    color: #ffffff;
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-left: 20px;
	cursor: pointer;
	text-decoration: none;
	display: inline-block;
	align-self: center;
}

.view-button--email {
	display: block;
}

.view-button--portfolio {
	align-self: flex-start;
	margin-left: 0px;
}

.not-available {
	display: none;
	font-style: italic;
}

/* ================
	Experience
================ */

.branch,
.bloom {
	margin: 0 auto;
	width: 200px;
}


/* ================
	Design
================ */
.butterfly,
.bloom,
.branch {
	align-self: center;
}

.wrapper.design-wrapper {
	height: auto;
	margin-bottom: 30px;
}

.design-title {
	margin-bottom: 0px;
}

.mission-title {
	margin: 0px;
}

/* ================
	Responsive
================ */

/* Standard mobile ----------- */
@media only screen and (min-width : 100px) and (max-width : 824px) {

	.name-img.mobile,
	.nickname-img.mobile {
		display: block;
		margin: auto;
		max-width: 90%;
		transform: translateZ(101px);
	}

	.container.nickname-container,
	.nickname-img.mobile {
		max-width: 100%;
	}
	
	.name-img.desktop,
	.nickname-img.desktop {
		display: none;
	}

	.about-text.personal {
		margin-right: 0px;
	}

	.about-img,
	.childhood-img {
		width: 260px;
	}

	.work-block {
		border: none;
		padding-left: 0px;
		margin: 25px 0px 0px 0px;
		border-top: 1px solid white;
		padding-top: 30px;
	}

	.work-title {
		font-size: 24px;
		line-height: 1.5;
	}

	.work-list {
		padding: 5px;
		margin: 0px 0px 0px 5px;
	}

	.work-list-item {
		font-size: 16px;
		line-height: 1.8;
		margin: 8px 0px;
	}

	.design-body {
		flex-direction: column;
	}
	
	.project-title-container {
		flex-direction: column;
	}

	.view-button {
		align-self: flex-start;
		margin-left: 0px;
		margin-top: 10px;
	}

	.view-button--email {
		display: none;
	}
	
	.not-available {
		display: block;
		font-style: italic;
	}

	.work-block:hover {
		border-left: none;
	}

	.portfolio-grid {
		display: none;
	}

	.portfolio-title {
		margin: 0px;
	}

	.project-body {
		display: block;
	}

	.container.about-container {
		flex-direction: column-reverse;
		height: auto;
	}
}

/* Large mobile ----------- */
@media only screen and (min-width : 375px) and (max-width : 567px) {
	.container.about-container {
		flex-direction: column-reverse;
		height: auto;
	}

	.bloom,
	.branch {
		margin-top: 30px;
	}
}

/* Small mobile landscape----------- */
@media only screen and (min-width : 568px) and (max-width : 666px) {
	.container.about-container {
		flex-direction: column-reverse;
		height: auto;
	}

	.bloom,
	.branch {
		margin-top: 30px;
	}
}

/* Mobile landscape ----------- */
@media only screen and (min-width : 667px) and (max-width : 824px) {
	.container.about-container {
		flex-direction: column-reverse;
		height: auto;
	}

	.bloom,
	.branch {
		margin-top: 30px;
	}
}

/* Tablets  ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {

}


/* Large screens ----------- */
@media only screen and (max-width : 1500px) {
	.wrapper.about-wrapper {
		height: auto;
	}
	
	.about-text.personal {
		width: auto;
	}
}

/* Largest screens ----------- */
@media only screen and (min-width : 1800px) {

	.childhood-img {
		align-self: flex-end;
	}

	.nickname-img.desktop {
		width: 1200px;
		max-width: 100%;
	}
	
}

.image-grid div {
	width: 25%;
	height: 240px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
  }
  
  .image-grid {
	display: flex;
	flex-wrap: wrap;
	margin: 60px 0px;
  }
  
  .image01 { background-image: url('img/lantern.png'); }
  .image02 { background-image: url('img/monogram.png'); }
  .image03 { background-image: url('img/morcom1.png'); }
  .image04 { background-image: url('img/minilantern.png'); }
  .image05 { background-image: url('img/sticker.png'); }
  .image06 { background-image: url('img/thankville.png'); }
  .image07 { background-image: url('img/feltletter.png'); }
  .image08 { background-image: url('img/morcom2.png'); }
  .image09 { background-image: url('img/businesscards.png'); }
  .image10 { background-image: url('img/becoming.png'); }
  .image11 { background-image: url('img/ai_cover.png'); }
  .image12 { background-image: url('img/ai_inside.png'); }
  
  @media screen and (max-width: 400px) {
	.image-grid {
	  flex-direction: column;
	  flex-wrap: no-wrap;
	}
	.image-grid div { width: 100%; }
  }