:root {
	--color-1: #80bcb5;
	--color-2: #a1c9c6;
	--color-3: #e4e1c9;
	--color-4: #aab69c;
	--color-text: #1d1d1b;
}

@font-face {
	font-family: 'AvertaforTBWALight';
	src: url('font/AvertaforTBWA-Light.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'AvertaforTBWABold';
	src: url('font/AvertaforTBWA-Semibold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

html {
	font-size: 24px;
}

body {
	font-family: AvertaforTBWALight, sans-serif;
	font-weight: 300;
	line-height: 1.2;
	color: var(--color-text);
	text-align: center;
	overflow-x: hidden;
	background: #000;
}

h2 {
	font-size: 1.4rem;
	font-weight: 300;
	letter-spacing: .03rem;
	margin-top: 40px;
	margin-bottom: 40px;
}

a {
	text-decoration: none;
	color: inherit;
}

a:hover {
	color: inherit;
	opacity: .7;
}

section {
	padding: 40px 10px;
}

section:nth-of-type(1) {
	background: var(--color-1);
	padding-top: 40px;
}

section:nth-of-type(1) header {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: flex-end;
	margin-bottom: 60px;
}

h1 {
	margin: 0;
}

nav {
	font-size: 0.8rem;
	margin-top: 30px;
}

nav a {
	margin-left: 33px;
	font-weight: 600;
	letter-spacing: .03rem;
}

nav a:first-of-type {
	margin-left: 0;
}

.spacer {
	line-height: .5rem;
}

.video-wrap {
	position: relative;
}

.video-wrap.playing:after {
	display: none;
}

video {
	width: 1280px;
	max-width: 100%;
}

#section-studio {
	color: var(--color-3);
	position: relative;
	background: rgba(0, 0, 0, .3);
}

#section-studio>div {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

#section-studio:before {
	background: url("img/section2-bg.jpg") #777 center/cover;
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

#section-studio footer div {
	display: inline-block;
	padding: 0 5rem;
	color: var(--color-text);
	background: var(--color-3);
	font-size: .8rem;
	font-weight: normal;
	line-height: 3;
	cursor: pointer;
}

#section-work {
	background: var(--color-2);
}

.work-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.work-list li {
	text-align: left;
	margin-top: 50px;
}

.work-list li a {
	display: block;
}

.work-list img, .work-list .video-wrap {
	width: 720px;
	max-width: 100%;
	margin-bottom: 20px;
}


.work-list li p {
	font-size: .7rem;
	margin-bottom: 5px;
}

.work-list li p:first-of-type {
	font-weight: bold;
	color: var(--color-3);
	letter-spacing: .03rem;
}

#section-team {
	background: var(--color-3);
}

.ppl-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.ppl-list li {
	margin: 50px 10px 0;
}

.ppl-list li:first-of-type {
	margin-left: 0;
}

.ppl-list li:last-of-type {
	margin-right: 0;
}

.ppl-list img {
	max-width: 100%;
	margin-bottom: 20px;
}

.ppl-list li p {
	font-size: .7rem;
	margin-bottom: 5px;
}

.ppl-list li p:last-of-type {
	font-weight: bold;
	color: var(--color-2);
	letter-spacing: .03rem;
}

#section-contact {
	background: var(--color-4);
}

.bolt-symbol {
	max-width: 40%;
	margin: 30px auto 0;
}

#section-contact footer {
	margin-top: 80px;
}

#section-contact footer>div {
	margin-bottom: 60px;
}

#section-contact footer h4 {
	font-size: 1rem;
}

#section-contact footer p {
	font-family: AvertaforTBWABold, sans-serif;
	font-weight: 300;
}

.container-a {
	max-width: 1620px;
	margin: auto;
}

#studio-gallery {
	display: none;
}

#iom-gallery {
	display: none;
}

#tfi-gallery {
	display: none;
}

@media ( min-width : 320px) {
	.work-list img, .work-list .video-wrap {
		width: 100%;
		max-width: 100%;
		margin-bottom: 20px;
	}
}

@media ( min-width : 768px) {
	.work-list img, .work-list .video-wrap {
		width: 540px;
		max-width: 100%;
		margin-bottom: 20px;
	}
}

@media ( min-width : 992px) {
	html {
		font-size: 32px;
	}
	h2 {
		font-size: 1.8rem;
	}
	section:nth-of-type(1) header {
		justify-content: space-between;
	}
	#section-studio {
		height: 70vw;
		padding-top: 90px;
	}
.video-wrap:after {
	content: 'Showreel';
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	padding: .6em 3em;
	font-size: .7rem;
	background: rgba(170, 182, 156, .6);
}

	.work-list .video-wrap:after {
		content: 'Play';
	}
	.ppl-list li {
		text-align: left;
	}
	#section-contact footer {
		text-align: left;
	}
	#section-contact footer>div:last-of-type {
		text-align: right;
	}
}

@media ( min-width : 1440px) {
	.work-list img, .work-list .video-wrap {
		width: 540px;
		max-width: 100%;
		margin-bottom: 20px;
	}
}

@media ( min-width : 1441px) {
	.work-list img, .work-list .video-wrap {
		width: 720px;
		max-width: 100%;
		margin-bottom: 20px;
	}
}

@media ( min-width : 1920px) {
	#section-studio {
		height: 1200px;
	}
	#section-studio:before {
		background-image: url("img/section2-bg-big.jpg");
	}
	.ppl-list {
		justify-content: space-between;
	}
}