a {
	text-decoration: none;
	color: black;
}
a:hover > :not(download) {
	text-decoration: underline;
	color: black;
}
body {
	margin: 0px;
	background-color: rgb(212 212 212);
}
div.nav-header {
	background-color: rgb(201, 168, 115);
	max-width: 100%;
	padding-left: 2%;
	padding-right: 2%;
	padding-top: .5%;
	padding-bottom: .5%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	top: 0;
	position: sticky;
	z-index: 100;
}
div.nav-left {
	font-family: Moul, Verdana;
	font-size: 2.5em;
}
div.nav-right {
	font-family: 'Maven Pro', sans-serif;
	font-weight: 900;
	font-size: 3vh;
	margin-top: auto;
	margin-bottom: auto;
}
div.hero {
	background-image: url("/hero.jpg");
	background-size: cover;
	background-repeat: none;
	background-position: center;
	max-height: 92vh;
	height: 92vh;
}
div.foreground {
	background-color: rgba(0, 0, 0, 0.5);
	height: 92vh;
}
div.header-hero {
	text-align: center;
	color: white;
	font-size: 4vw;
	font-family: 'Kanit', sans-serif;
}
div.hero-body {
	text-align: center;
	font-size: 2.5vw;
	color: rgba(255, 255, 255, .9);
	font-family: 'Kanit', sans-serif;
}
div.download {
	width: max-content;
	display: flex;
	border-style:  solid;
	border-width:  5px;
	border-radius:  20px;
	margin:  auto;
	font-family: 'Maven Pro', sans-serif;
	font-size: 4em;
	align-items: center;
	padding: 10px;
	margin-top: 10px;
	margin-bottom:  10px;
	background-color: rgb(201, 168, 115);
	cursor: pointer;
	user-select: none;
	text-decoration: none !important;
}
div.download:hover > img {
	opacity: 60%;
}
div.download:active > img {
	opacity: 80%;
}
div.main-header {
	text-align: center;
	font-family: 'Kanit';
	font-size: 3vw;
}
div.main-content {
	font-size: 1.5vw;
	font-family: 'Kanit';
	max-width: 90vw;
	margin-left: 5vw;
	margin-right: 5vw;
}
div.footer {
	height: max-content;
	background-color: rgb(201, 168, 115);
	padding-top: 2.5vh;
	padding-bottom: 2.5vh;
	padding-left: 5vw;
	padding-right: 5vw;
	display: flex;
	align-items: baseline;
	flex-wrap: nowrap;
	flex-direction: column;
	align-content: space-between;
	justify-content: flex-start;
}
div.footer-hero {
	font-size: 2vw;
	font-family: 'Maven Pro', sans-serif;
}
div.footer-link {
	font-size: 1.5vw;
	font-family: 'Maven Pro', sans-serif;
	text-decoration: none;
}
div.footer-link:hover {
        text-decoration: underline;
        color: black;
}
@media screen and (max-width: 600px) {
        div.navbar {
		height: max-content;
		padding-bottom: 1%;
		display: block;		
	}
	div.nav-left {
		font-size: 4vw;
		display: inline-block;
		margin-top: 0.4vh;
	}
	div.nav-right {
		font-size: 4vw;
		display: inline-block;
		float: right;
	}
	div.nav-button {
		font-size: 5vw;
		text-decoration: underline;
		margin: 1vw;
	}
	div.header-hero {
		font-size: 6vw;
		margin-left: 1vw;
		margin-right: 1vw;
	}
	div.hero-body {
		font-size: 5vw;
		margin-left: 1vw;
		margin-right: 1vw;
	}
	div.download {
		width: auto;
		font-size: 6vw;
		justify-content: center;
		margin-left: 1vw;
		margin-right: 1vw;
	}
	div.main-header {
		font-size: 6vw;
	}
	div.main-content {
		font-size: 5vw;
	}
	div.footer-hero {
		font-size: 5.5vw;
	}
	div.footer-link {
		font-size: 4.5vw;
	}
	
}
