body {
	font-size: 16px;
	padding: 0;
	margin: 0;
	font-family: "Lato", sans-serif;
	box-sizing: border-box;
  	overscroll-behavior: none;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
li {
	display: inline-block;
}

h1, h2, h3, h4 {
	font-family: "Blinker", serif;
}

.header {
	display: flex;
	justify-content: center;
	padding: 0;
	font-size: 1rem;
	height: 3rem;
	align-items: center;
	font-family: "Blinker", serif;
	position: fixed;
  	background: transparent;
  	width: 100vw;
	z-index: 1;
	box-sizing: border-box;
}
.header.active {
	background: #fff;
}
.header-link {
	padding: 0 2rem;
	text-transform: uppercase;
	font-size: 0.8rem;
}
.header-link a:link, .header-link a:visited, .header-link a:hover, .header-link a:active {
	color: #000;
	text-decoration: none;
}

.header-link a:hover, .header-link a:active {
	border-bottom: 2px solid #000;
}

.hero {
	height: 90vh;
	background: url("pattern-dark.png") fixed;
	margin: 0;
	padding: 3rem 0 0;
}

.hero h1, .hero h2, .hero p {
	margin: 0;
	text-align: center;
}
.hero h1 {
	margin-bottom: 1.5rem;
}
h1 {
	font-size: 7rem;
	line-height: 90px;
	margin-bottom: 2rem;
}

.hero-contents {
	display: flex;
	flex-direction: column;
	justify-content: end;
	height: calc(100% + 3rem);
	padding: 3rem 5rem;
	background: url("10-game-pink-wide-2.png") no-repeat center center fixed;
	margin-top: -3rem;
	box-sizing: border-box;
	background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.about {
	text-align: center;
	padding: 6rem 4vw;
	background: #FFF1F4;
}
.about ul {
	max-width: 700px;
	margin: 0 auto;
}

.scroll-fade {
	opacity: 0;
}

.label {
	background:	#fff;
  	display: inline-block;
  	padding: 5px 10px;
  	border-left: 4px solid #FB4C9C;
	font-size: 0.8rem;
	margin: 5px;
}
.work {
	width: 100%;
	position: relative;
  	background: #fff;
	border-bottom: 2px solid #fff1f4;
}
.work-item {
	width: 100%;
	display: flex;
  	flex-direction: row;
  	justify-content: space-between;
	text-decoration: none;
	color: #000;
}
.photo {
	width: 50%;
	position: relative;
}
.photo img {
	/*max-height: 100%;*/
	max-width: 100%;
}
/*
.photo::after {
	content: '';
	background: url("work-mask.png") no-repeat;
	width: 100%;
	display: block;
	float: none;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background-size: contain;
	background-position: top right;
}*/
.work-info {
	padding: 3rem;
	text-align: right;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	max-width: 50%;
  box-sizing: border-box;
}
.work-info h3 {
	font-size: 3rem;
	line-height: 3rem;
	margin: 0;
}
.work-info h4 {
	margin: 0;
	font-size: 1.6rem;
}
.work-info h5 {
	font-weight: 400;
}
.photo {
	opacity: 0;
	margin-left: -5rem;
}
.work-item:hover h3, .work-item:active h3 {
	text-decoration: underline;
}
.interaction {
	box-sizing: border-box;
	background: url("pattern.svg");
  	padding: 7rem;
  	text-align: center;
	height: 100vh;
	overflow-x: hidden;
	min-height: 700px;
}
.interactions {
  display: flex;
  justify-content: left;
  flex-wrap: nowrap;
  list-style: none;
}
.interaction-item {
	margin: 0 1rem;
}
.interaction-link {
	width: 200px;
	position: relative;
	border-radius: 200px;
	overflow: hidden;
	display: block;
	color: #000;
}
.interaction-link:hover img, .interactin-link:active img {
	filter: grayscale(1);
}
.interaction-item img {
	width: 100%;
}
.info {
	position: absolute;
	top: 0%;
	padding: 0 1rem;
	display: none;
	width: 100%;
  	box-sizing: border-box;
	height: 100%;
  flex-direction: column;
  justify-content: center;
  background:#ffd9eb99;
}
.info h4 {
	margin: 0;
}
.interaction-link:hover .info {
	display: flex;
}
.footnote {
	margin: 5rem 0;
	text-align: center;
	width: 100%;
}
.button {
	background: #FA499B;
	padding: 1rem 2rem;
	border-radius: 2rem;
	border: 1px solid #fff;
	color: #fff;
	text-decoration:none;
}

.portfolio {
	box-sizing: border-box;
	background: url("pattern.svg") fixed;
}
.portfolio-hero {
	padding: 5rem;
}
.portfolio-hero a {
	color: #000;
	text-decoration: none;
}
.portfolio-hero h1 {
	margin: 0;
}
.portfolio-image-large, .portfolio-image-text, .portfolio-image-small, .portfolio-text {
	padding: 2.5rem 0 2.5rem;
}
.portfolio-image-large img {
	width: 100%;
}
.portfolio-image-text {
	display: flex;
}
.portfolio-side-image, .portfolio-side-text {
	width: 50%;
}
.portfolio-side-image img {
	width: 100%;
}
.portfolio-side-text {
	padding: 5rem;
}
.portfolio-image-small {
	text-align: center;
}
.portfolio-image-small img {
	
	max-width: 100%;
}
.portfolio-text {
	padding: 5rem;
	margin: 0;
	font-size: 1.3rem;
  line-height: 2.3rem;
	background: #FFF1F4;
}
.text-overview {
	display: flex;
}
.overview h3 {
	margin: 0 0 1rem;
}
.client-information {
	min-width: 300px;
}
.client-information h4 {
	margin: 0;
}
.client-information p {
	margin: 0 0 1rem;
	padding: 0;
}

footer {
	background: #FA499B;
	padding: 3rem;
}
.footer-info {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer-info img {
	max-width: 2rem;
}
.footer-info a {
	margin-right: 1rem;
}
img.footer-logo {
	max-width: 3rem;
}
.logomark {
	display: flex;
	align-items: center;
	color: #fff;
	font-family: "Blinker", sans-serif;
	font-size: 2rem;
	text-decoration: none;
}
.logomark img {
	margin-right: 1rem;
}

@media only screen and (max-width: 820px) {
	.work-item {
		flex-direction: column;
	}
	.photo {
		width: 100%;
	}
	.work-info {
		max-width: 100%;
	}
	.hero h1, .hero h2, .hero p {
		width: 100%;
	}
	.text-overview {
		flex-direction: column;
	}
	.portfolio-hero, .portfolio-text, .hero-contents {
		padding: 1rem;
	}
	footer {
		padding: 1rem;
	}
}
@media only screen and (max-width: 520px) {
	h1 {
		line-height: 3rem;
		font-size: 4rem;
	}
	.hero-contents {
		background-position: center center;
	}
}

@supports ( -webkit-touch-callout : none) {
	.hero-contents {
		background-attachment:scroll;
	}
}