/* Defaults */
html, body {
	height: 100%;
}
html {
	font-size: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
nav, main, section, footer {
	display: block;
}
body, h1, h2, h3, h3, p, a, img, video, button, form, input, label, textarea, iframe {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	text-decoration: none;
}
@font-face {
	font-family: "Oswald-Regular";
	src: url(Oswald-Regular.ttf);
	font-style: normal;
	font-weight: 400;
}
@font-face {
	font-family: "Oswald-SemiBold";
	src: url(Oswald-SemiBold.ttf);
	font-style: normal;
	font-weight: 400;
}
body {
	position: relative;
	-moz-font-feature-settings: 'kern';
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: "Oswald-Regular";
	font-weight: 400;
	font-size: 22px;
	font-synthesis: none;
	text-rendering: optimizeLegibility;
	background-color: white;
	color: #6B5140;
}
h1, h2, h3, h4 {
	position: relative;
	margin: 0;
	font-family: "Oswald-SemiBold";
	font-weight: 400;
	line-height: 1em;
	text-transform: uppercase;
	-webkit-transform: scale(.85, 1);
	transform: scale(.85, 1);
	-webkit-transform-origin: left center;
	transform-origin: left center;
	color: #599F46;
}
h1 {
	font-size: 16vw;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}
h2 {
	font-size: 36px;
	margin-bottom: 0.75em;
	white-space: nowrap;
}
h3 {
	font-size: 25px;
	margin-bottom: 0.75em;
}
p {
	line-height: 1.4em;
	word-wrap: break-word;
}
a {
	position: relative;
	color: inherit;
	cursor: pointer;
	-webkit-transition: color .2s;
	transition: color .2s;
}
a:hover,
a:visited {
	color: #599F46;
}
a svg {
	width: inherit;
}
section {
	position: relative;
	width: 100%;
}
.content-center {
	max-width: 1064px;
	margin: 0 auto;
	padding: 0 20px;
}



.background-gradient {
	z-index: -1;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	background: linear-gradient(-40deg, #dcddd5, #fafaf9, #dcddd5);
}



.logo {
	z-index: 1;
	position: absolute;
	left: 12vw;
	top: 2.3437vw;
	width: 8vw;
}
.logo:hover,
.logo:visited {
	color: inherit;
}
a.mainpage {
	z-index: 1;
	position: absolute;
	right: 12vw;
	top: 2.8vw;
	color: #6B5140;
}
a.mainpage:hover {
	color: #599F46;
}



.intro {
	width: 100%;
	height: 100vh;
	overflow: hidden;
}
.intro h1 {
	position: absolute;
	left: 0;
	top: calc(50% - 17vw);
	width: 100%;
	text-align: center;
	cursor: default;
	-webkit-transition: -webkit-transform .6s ease-in-out, opacity .6s ease-in-out;
	transition: transform .6s ease-in-out, opacity .6s ease-in-out;
}
.intro-hide h1 {
	-webkit-transform: scale(.85, 1) translateY(6vw);
	transform: scale(.85, 1) translateY(6vw);
	opacity: 0;
}
.package {
	position: absolute;
	left: 17.9687vw;
	top: calc(50% - 5vw);
	width: 64.0625vw;
	height: 26.5625vw;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition: -webkit-transform .6s ease-in-out, opacity .6s ease-in-out;
	transition: transform .6s ease-in-out, opacity .6s ease-in-out;
}
.intro-hide .package {
	-webkit-transform: translateX(-6vw);
	transform: translateX(-6vw);
	opacity: 0;
}
.eggs {
	position: absolute;
	left: 73vw;
	top: calc(50% + 9.5vw);
	width: 18.3333vw;
	height: 12.8125vw;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition: opacity .6s ease-in-out;
	transition: opacity .6s ease-in-out;
}
.intro-hide .eggs {
	opacity: 0;
}



.about {
	position: relative;
	display: -webkit-flex;
	display: flex;
	margin-top: 80px;
}
.map {
	position: relative;
	width: 45%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center top;
}
.about-text {
	position: relative;
	width: 45%;
	margin-left: 10%;
}
.about-numbers {
	position: relative;
	display: -webkit-flex;
	display: flex;
}
.about-row {
	margin-bottom: 80px;
}
.about-column {
	position: relative;
	display: inline-block;
	margin-right: 20px;
}
.about-column::after {
	content: "";
	position: absolute;
	right: -9px;
	top: 0;
	width: 2px;
	height: 100%;
	background-color: #599F46;
}
.about-column:last-of-type {
	margin-right: 0;
}
.about-column:last-of-type::after {
	display: none;
}
.about-iso {
	text-align: right;
}
.iso {
	position: relative;
	display: inline-block;
	width: 140px;
	height: 140px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}


footer {
	width: 100%;
	background-color: #6B5140;
	color: white;
	padding: 80px 0;
	text-align: right;
}
footer h3 {
	color: inherit;
}
.footer-logo {
	position: relative;
	float: left;
	width: 154px;
}
.footer-logo:hover,
.footer-logo:visited {
	color: inherit;
}
.footer-right {
	position: relative;
	display: inline-block;
	vertical-align: top;
	text-align: left;
}
.footer-column {
	display: inline-block;
	position: relative;
	vertical-align: top;
	margin-left: 50px;
}



/* Mobile */
@media (max-width: 1023px) {
	body {
		font-size: 16px;
	}
	h1 {
		font-size: 21vw;
	}
	h2,
	h3 {
		font-size: 25px;
	}
	.content-center {
		padding: 0 25px;
	}
	.logo {
		top: 40px;
		width: 80px;
	}
	.mainpage {
		top: 45px;
	}
	.intro {
		height: 90vw;
	}
	.package {
		left: 10vw;
		top: calc(50% - 2vw);
		width: 80vw;
		height: 34vw;
	}
	.eggs {
		top: calc(50% + 18vw);
	}
	.about {
		display: block;
		margin-top: 0;
		text-align: center;
	}
	.map {
		display: inline-block;
		width: 150px;
		height: 205px;
		margin-bottom: 25px;
	}
	.about-text {
		width: 100%;
		margin-left: 0;
		text-align: left;
	}
	.about-row {
		margin-bottom: 25px;
	}
	.about-iso {
		text-align: center;
		margin: 60px 0;
	}
	footer {
		padding: 25px 0;
		text-align: left;
	}
	.footer-logo {
		float: none;
	}
	.footer-right {
		display: block;
	}
	.footer-column {
		display: block;
		margin-left: 0;
		margin-top: 25px;
	}
}