@charset "utf-8";
/* CSS Document */

/* FONTS */
@font-face {
	font-family: nexa-light;
	src: url(../fonts/NexaLight.otf);
}

@font-face {
	font-family: nexa-light-i;
	src: url(../fonts/NexaLightItalic.otf);
}

@font-face {
	font-family: nexa-bold;
	src: url(../fonts/NexaBold.otf);
}

@font-face {
	font-family: nexa-heavy;
	src: url(../fonts/NexaHeavy.otf);
}

@font-face {
	font-family: nexa-script;
	src: url(../fonts/NexaRustScriptT-00.otf);
}

* {
	box-sizing:border-box;
	margin:0em;
	padding:0em;
}

.container {
    display: block;
	position:absolute;
	border:0vw;
	top:0vw;
	left:0vw;
	right:0vw;
    bottom:0vw;
	min-width:100%;
	height:100%;
	overflow:hidden;
}

body {
	background-color: #e6f0e6;
	font-family: nexa-light, Raleway, Helvetica, sans-serif;
	font-size:2.8em;
}

.mob-box {
	position:absolute;
	left:5vmin;
	right:5vmin;
	top:5vmin;
	bottom:5vmin;
	background-position: bottom left;
	background-size:cover;
	overflow-x: hidden;
	overflow-y: auto;
}

h1 {
	font-family: nexa-heavy, Raleway, Century Gothic, Avant Garde, sans-serif;
	font-weight: 800;
	letter-spacing: .15em;
	padding-top: 20vh;
	text-align:center;
	width:90vw;
	margin:auto;
}

h2 {
	font-family: nexa-light, Raleway, Century Gothic, Avant Garde, sans-serif;
	font-weight: 300;
	font-size:1em;
	letter-spacing: 0.5em;
	padding-top: 20vh;
	text-transform:uppercase;
	text-align:center;
	width:80vw;
	margin:auto;
	padding-left: 0.5em;
}

h3 {
	font-family: nexa-light, Raleway, Century Gothic, Avant Garde, sans-serif;
	font-weight: 300;
	letter-spacing: 0.5em;
	margin-top: 20vh;
	text-transform:uppercase;
	width:40vw;
	border-left: 0.15em solid #000000;
	padding-left:0.5em;
	position:relative;
	left: 0.5em;
	font-size:1em;
	z-index: 1;
}

p {
	text-align:justify;
	margin: 1em 5vmin;
	line-height:2.5em;
	font-size: 0.7em;
}

p.intro {
	text-align-last:center;
	-moz-text-align-last:center;
	padding: 15vh 0em 0em 0em;
}

p.intro-notes {
	padding:0.1em 0em;
	line-height: 1.5em;
	text-align:left;
	font-size: 0.6em;
}

strong {
	font-family: nexa-bold, Raleway, Helvetica, sans-serif;
	font-weight:700;
	text-transform:uppercase;
	font-size:0.9em;
}

em {
	font-family: nexa-light-i, Raleway300i, Helvetica Italic, sans-serif;
	font-style: italic;
}

a {
	color: #000000;
	text-decoration: none;
	font-family:nexa-script, Satisfy, Brush Script MT, sans-serif;
	font-size: 1.25em;
}

.ch-sep {
	color: #ffffff;
}

a:hover {
	border-bottom: dotted 1px;
}

/* NAVIGATION */
.button {
	position: fixed;
	top:5vmin;
	height:15vmin;
	width:10vmin;
	z-index: 200;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-flow:column;
}

#button-main {
	right:5vmin;
}

#button-ch {
	left:5vmin;
}

.dot {
	background-color: #000000;
	border-radius:50%;
	width:1.5vmin;
	height: 1.5vmin;
	margin: 0.8vmin;
}

nav.mob {
	background-color: #e6f0e6;
	position:absolute;
	top:5vmin;
	left:5vmin;
	bottom:5vmin;
	right:5vmin;
	z-index:50;
	background-image: url(../images/layout/m-nav-bg.jpg);
	background-position:bottom left;
	background-size:cover;
	padding:5vmin;
}

nav.mob a {
	font-weight:300;
	text-transform:uppercase;
	font-family: nexa-light, Raleway, Helvetica, sans-serif;
	font-size:1.25em;
}

#menu-main, #menu-ch {
	display:none;
}

nav.mob ul {
	list-style-type:none;
	text-align:left;
	width:100%;
	height:100%;
	display:flex;
	flex-direction:column;
	justify-content:center;
	flex-wrap: wrap;
}

li {
	padding: .25em 0em;
}

.desktop {
	display:none;
}

@media only screen and (orientation:landscape) {
	body {
		font-size:1.8em;
	}
}

@media only screen and (orientation:landscape) and (max-resolution:150dpi) {
	.mobile {
		display:none;
	}
	
	.desktop {
		display:block;
	}
	
	.content {
		background-color: #ffffff;
	}
	
	body {
		font-size: 1.4em;
	}
	
	p {
		margin: 1em 0em;
	}
	
	.dt-box {
		position:absolute;
		left:2vw;
		right:2vw;
		top:2vw;
		bottom:2vw;
		overflow-x: hidden;
		overflow-y: scroll;
	}
	
	.h1-box {
		width:40vw;
		display:flex;
		flex-direction:row;
		justify-content:space-between;
	}
	
	h1 {
		font-family: nexa-bold, Raleway, Century Gothic, Avant Garde, sans-serif;
		font-weight: 700;
		width:4.5vw;
		margin:0em;
		text-align:right;
		padding-top:0em;
		letter-spacing:0em;
	}
	
	h3 {
		font-family: nexa-bold, Raleway, Century Gothic, Avant Garde, sans-serif;
		font-weight: 700;
	}
	
	span.desktop {
		display:inline;
	}
	
	.ch-sep {
		color: #9ec99e;
		font-size:1.3em;
	}

	/*NAVIGATION*/
	.nav-list {
		list-style: none;
		display: flex;
		flex-direction: row;
		font-size:0.45em;
		flex-wrap:wrap;
		justify-content: flex-end;
		width:40vw;
	}
	
	.nav-list li {
		text-align:center;
		padding: 0em 0em 0em 1.9em;
	}
	
	.nav-list a {
		font-weight:300;
		text-transform:uppercase;
		font-family: nexa-light, Raleway, Helvetica, sans-serif;
		font-size:0.95em;
	}
}