html {
	width: 100%;
	height: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
*, *::before, *::after {
  box-sizing: inherit;
}
body {
	margin: 0;
	padding: 0;
	font-family: 'Karmilla' , 'Montserrat', 'Open sans', sans-serif;
	overflow-x: hidden;
}
header {
	height: 100vh;
	min-height: 800px;
	width: 100%;
	background: url('assets/background@2x.png') no-repeat 50% 50%;
	background-size: cover;
}

.logo {
	/* padding-top: 60px; */
	width: 165px;
}
.container {
	display: block;
	position: relative;
	padding-left: 16px;
	padding-right: 16px;
	width: 100%;
	margin: 0 auto;
}
h1 {
	font-size: 60px;
	font-size: 42px;
	font-family: 'Playfair Display';
	color: #fff;
	text-align: center;
	font-weight: 900;
	padding-top: 30vh;
	padding-top: 24vh;
	padding-top: 50%;
	margin-top: 0;
}
p.subheading {
	font-size: 28px;
	font-size: 16px;
	font-family: 'Karmilla';
	text-align: center;
	color: #fff;
	line-height: 1.57;
}
.notice {
	display: block;
	width: 100%;
	background: #fff;
	border-radius: 2px;
	padding: 40px 105px 32px 105px;
	padding: 25px 25px 18px 25px;
	margin: 0 auto;
	margin-top: 18%;
}
h2 {
	font-size: 28px;
	font-size: 22px;
	font-family: 'Karmilla';
	font-weight: 600;
	text-align: center;
	color: #191919;
	margin-bottom: 1.125rem;
	margin-top: 0;
}
p {
	font-family: 'Karmilla';
	font-size: 1.25rem;
	font-size: 16px;
	line-height: 1.44;
	text-align: center;
	color: #191919;
}
a {
	color: #3DDBED;
}
.top-nav {
	position: absolute;
	display: flex;
	width: 100%;
	padding: 0 15px;
	padding-top: 45px;
	padding-top: 28px;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;

}
.nav {
	display: flex;
	flex-flow: row wrap;
	width: calc(100% - 200px);
	width: 100%;
	justify-content: flex-end;
}
.contact-button {
	display: inline-block;
	display: none;
	border: 2px solid #fff;
	border-radius: 2px;
	color: #fff;
	font-family: 'Karmilla';
	font-size: 1.125rem;
	font-weight: bold;
	margin-top: 5px;
}
.contact {
	padding: 8px 20px 9px 20px;
}
.contact-button:hover {
	color: #191919;
	background: #fff;
}
.contact-button:hover > .hide {
	display: block;
	opacity: 1;
}
.hide {
	display: none;
	opacity: 0;
}
.mail {
	font-size: 1.125rem;
	padding: 11px 20px 12px 20px;
	text-align: center;
	/* background: red; */
}
.mobile {
	font-size: 1.125rem;
	padding: 11px 20px 12px 20px;
	text-align: center;
	/* background: blue; */
}
.mail:hover, .mobile:hover {
	background: #DBE8FF;
	cursor: pointer;
}
.emoji {
	padding-right: 15px;
	vertical-align: middle;
}
.language-selector {
	position: absolute;
	top: 32px;
	right: 32px;
	display: block;
	border: 2px solid #fff;
	border-radius: 2px;
	padding: 12px;
	/* margin-top: 20px;
	margin-right: 38px; */
}
.language-selector::before {
	display: block;
	width: 100%;
	content: 'EN';
	text-align: right;
	color: #fff;
}
.language-selector:hover {
	color: #191919;
	background: #fff;
}
.language-selector:hover::before {
	color: #191919;
}
.language-selector:hover >  a {
	display: block;
	color: #191919;
}
.language-selector a {
	display: none;
	color: #fff;
	font-size: 1rem;
	font-family: 'Karmilla';
	text-decoration: none;
	padding: 6px 0;
	margin-left: 32px;
	margin-left: 0;
	margin: 6px 0;
}
@media all and (min-width: 480px){

}
@media all and (min-width: 768px){

}
@media all and (min-width: 960px){
		.container {
			width: 920px;
		}
		.notice {
			width: 880px;
		}
	}
	@media all and (min-width: 1200px){
		.container {
			width: 1040px;
		}
	}
	@media all and (min-width: 1366px){
		.container {
			width: 1140px;
		}
	}
	@media all and (min-width: 1600px){
		.container{
			width:1366px;
		}
	}