/*
Font: 		Kiwari Mono
Style: 		Regular
URL: 		https://www.youworkforthem.com/font/T11856/kiwari-mono
Foundry: 	Kiwari Kolektiv
Foundry: 	https://www.youworkforthem.com/designer/1336/kiwari-kolektiv
Copyright:	Copyright © 2017 by Akbar Rohmanto. Released by Kiwari Supply. All rights reserved.
Version: 	17
Created:	February 07, 2020
License: 	https://www.youworkforthem.com/font-license 
License: 	The WebFont(s) listed in this document must follow the YouWorkForThem
			WebFont license rules. All other parties are strictly restricted 
			from using the WebFonts(s) listed without a purchased license. 
			All details above must always remain unaltered and visible in your CSS.
*/

@font-face {
	font-family: 'KiwariMono-Regular';
	src: url('f/kiwari-mono-regular.eot');
	src: url('f/kiwari-mono-regular.eot?#iefix') format('embedded-opentype'),
             url('f/kiwari-mono-regular.woff2') format('woff2'),
	     url('f/kiwari-mono-regular.woff') format('woff'),
	     url('f/kiwari-mono-regular.ttf') format('truetype'),
	     url('f/kiwari-mono-regular.svg#youworkforthem') format('svg');
	font-weight: normal;
	font-style: normal;
}
* {
	padding:0px;
	margin:0px;
	border:none;
}
body, html {
	width:100%;
	max-width:100%;
}
body {
	min-height:100vh;
	background-color:#E7E7E7;
	text-align:center;
	color:#E64333;
	font-family: "Syne", serif;
   	font-optical-sizing: auto;
   	font-weight: 400;
  	font-style: normal;
	font-size:15px;
	line-height:20px;
}
.kiwari {
	font-family:'KiwariMono-Regular', monospace;
}
body>img {
	width:408px;
	height:auto;
	display:block;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
}
#page {
	display:grid;
	grid-template-columns:50% 50%;
	text-align:left;
}
#page, #footer {
	width:100%;
	max-width:1280px;
	margin-left:auto;
	margin-right:auto;
	box-sizing:border-box;
}
#page>div {
	padding:45px;
	position:relative;
	max-width:100%;
	box-sizing:border-box;
}
#logo {
	display:block;
	width:407px;
	height:auto;
	max-width:100%;
	height:auto;
}
#illustration {
	background-image:url(i/bkgimg.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	height:720px;
	width:100%;
	max-width:100%;
}
#illustration p {
	font-size:32px;
	line-height:38px;
	position:absolute;
	bottom:135px;
	left:45px;
}
#ct, #cb {
	display:block;
}
#cb {
	margin-bottom:3px;
}
#ct {
	float:right;
}
.ico {
	height:12px;
	width:auto;
	display:inline-block;
	margin:0 4px;
}
p {
	margin-bottom:1em;
}
a {
	color:#E64333;
	text-decoration:none;
	opacity:1;
	transition:opacity 0.3s ease;
}
a:hover {
	opacity:0.5;
}
img {
	max-width:100% !important;
}
#motto p {
	font-size:44px;
	line-height:48px;
}
#team {
	grid-column: 1 / -1;
	display:grid;
	grid-template-columns:repeat(3, 1fr);
}
h2.team {
	font-weight:normal;
	font-size:44px;
	line-height:48px;
	width:0px;
	overflow:visible;
	margin-top:60px;
}
#team3 h2.team, #team1 h2.team {
	margin-top:12px;
	margin-bottom:18px;
}
#team1, #team2, #team3 {
	margin-left:10%;
	box-sizing:border-box;
}
#team2 {
	margin-left:0px;
	margin-right:10%;
}
#team1 img, #team2 img, #team3 img {
	width:250px;
	height:auto;
}
#team1 p, #team2 p, #team3 p {
	margin-left:170px;
	margin-top:-10px;
}
#contact_holder {
	position:absolute;
	left:45px;
	right:45px;
	bottom:0px;
	display:grid;
	grid-template-columns:1fr 300px;
	align-content: end;
}
#contacts {
	display:grid;
	grid-template-rows:1fr fr;
}
#link_box {
	align-self:end;
}
#links {
	align-self:end;
	display:inline-block;
	float:right;
}
#contacts a.contact {
	display:block;
}
#contacts p {
	margin:0px;
}
#content p {
	font-size:18px;
	line-height:23px;
}

#apply_button {
	display:inline-block;
	font-size:15px;
	text-transform:uppercase;
	color:#E64333;
	text-decoration:none;
	border:1px solid #E64333;
	padding:15px 20px;
	text-align:center;
	float:right;
	transition:color 0.3s ease, background-color 0.3s ease;
}
#apply_button:hover {
	background-color:#E64333;
	color:#E7E7E7;
	opacity:1;
}

#footer_logo {
	width:75px;
	height:auto;
}

#footer {
	display:grid;
	grid-template-columns:120px 1fr;
	padding:45px;
}
#footer_contacts {
	display: flex;
  	justify-content: space-between;
	gap:20px;
}
#footer_contacts a, #footer_contacts p {
	display:inline-block;
	margin-bottom:0px;
}
#footer_contacts>a:first-child {
	float:left;
}
#footer_contacts>p:last-child {
	float:right;
}
.language {
	font-size:22px;
}
.language.current {
	color:#FFF;
}
#languages {
	position:absolute;
	top:40px;
	right:40px;
}
#languages a:first-child {
	margin-right:10px;
}
#ppFrame {
	border-radius:6px;
}
#pp {
	display:none;
	box-sizing:border-box;
	overflow:scroll;
	height:100%;
	max-height:100%;
	box-sizing:border-box;
	position:relative;
}
#pp.visible {
	display:block;
}
#ppH {
	position:relative;
	overflow:hidden;
}
#ppFront {
	display:grid;
	grid-template-columns:50% 25% 25%;
	align-items:center;
	position:fixed;
	left:0px;
	bottom:0px;
	width:100%;
	box-sizing:border-box;
	background-color:#E7E7E7;
}
#ppText {
	padding:0.5em 1em;
	text-align:right;
	font-size:18px;
}
#ppText p {
	margin-bottom:0px;
	font-size:16px;
}
#ppText h4 {
	font-weight:400;
	font-size:16px;
}
.ppOption {
	text-decoration:none;
	font-size:18px;
	display:block;
	display: flex;
    align-items: center;
    justify-content: center; 
    height: 100%; 
	cursor:pointer;
}
#ppYes {
	background-color:#E64333;
	color:#E7E7E7;
}#ppNo {
	 background-color:#FFF;
}
#ppFrame {
	position:fixed;
	left:5vw;
	bottom:5vw;
	width:90vw;
	top:auto;
	height:0px;
	display:block;
	overflow:hidden;
	border:1px solid #E64333;
	box-sizing:border-box;
}
#ppFrame.expanded {
	height:60vh;
}
#ppOpener {
	text-decoration:underline;
	cursor:pointer;
}
#ppHolder {
	height:100%;
	max-height:100%;
	overflow:hidden;
}

	

@media screen and (max-width: 1060px) {
	
	#contact_holder {
		grid-template-columns:1fr;
		grid-template-rows:1fr auto;
	}
	#cb {
		display:none;
	}
	#apply_button {
		float:left;
		margin-bottom:40px;
	}
	#links {
		float:left;
	}
	#footer_contacts {
		text-align:left;
		padding-left:20px;
		position:relative;
		top:-5px;
		display:block;
	}
	#footer_contacts>a, #footer_contacts>p {
		float:left !important;
		clear:left;
	}
	#team1, #team2, #team3 {
		grid-column:1/-1;
	}
	#team1, #team2, #team3 {
		margin-left:0px;
	}
	h2.team {
		margin-top:20px;
	}
	#team1 img, #team2 img, #team3 img {
		margin-top:60px;
	}

	
}

@media screen and (max-width: 890px) {
	
	#team1, #team2 {
		grid-column:1/-1;
	}
	#motto p {
		font-size:36px;
	}
	#ppFront {
		display:block;
	}
	.ppOption {
		padding:20px 0;
	}
	#ppFrame.expanded {
		height:90vh;
	}
}
@media screen and (max-width: 700px) {
	#page {
		grid-template-columns:100%;
		max-width:100%;
		width:100%;
		margin:0px !important;
	}
	#page>div {
		width:100%;
		max-width:100%;
		padding:5vw;
	}
	#illustration {
		order:1;
		aspect-ratio:8/9;
	}
	#header {
		order:2;
	}
	#motto {
		order:3;
	}
	#content {
		order:4;
	}
	#team {
		order:5;
	}
	#contact_holder {
		position:relative;
		left:auto;
		right:auto;
		width:100%;
		display:grid;
		grid-template-columns:1fr 300px;
		align-content: end;
		box-sizing:border-box;
		margin-top:45px;
	}
	#contacts {
		align-content: end;
		margin-left:10px;
	}
	#cb {
		margin-bottom:3px;
		display:block;
		align-self:end;
	}
	h2.team {
		margin-top:20px;
		margin-bottom:30px;
	}
	#team1 {
		margin-left:0px;
	}
	#team2 {
		margin-right:0px;
	}
	#team1 p, #team2 p {
		margin-left:70px;

	}
	#languages {
		top:20px;
		right:20px;
	}
	#footer {
		padding:5vw;
}