@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:700');
@import url('https://fonts.googleapis.com/css?family=Noticia+Text:400,700');

/* 
COLORS
Green: #559C9C;
Black: #333333;
*/

* {
	border: 0;
	padding: 0;
	margin: 0;
}

body {
	width: 100%
	min-width: 320px;
	margin: 0 auto;
	font-family: 'Noticia Text', serif;
	-webkit-font-smoothing: antialiased;
	font-size: 18px;
	line-height: 1.65em;
	color: #555555;
}

img {
	display: block;
}

a {
	color: #559C9C;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

strong {
	color: #333333;
}

ul {
	padding: 0;
	list-style-type: none; 
}

h1 {
	font-family: 'faradisa';
	font-size: 100px;
	line-height: 1em;
	font-weight: 400;
	color: #559C9C;
	text-transform: lowercase;
}

h2 {
	font-family: 'faradisa';
	font-size: 80px;
	line-height: normal;
	font-weight: 400;
	color: #559C9C;
	text-transform: lowercase;
	text-align: center;
	margin-bottom: 40px;
}

h3 {
	font-size: 24px;
	font-weight: 700;
	line-height: 1em;
	margin-bottom: 0.8em;
	color: #333333;
	font-family: 'Roboto Slab', serif;
}

body > header {
	text-align: center;
	padding-top: 100px;
	padding-left: 30px;
	padding-right: 30px;
}

body > header h1 {
	margin-bottom: 20px;
}

body > header p {
	text-align: center;
}

body > header nav {
	position: fixed;
	width: calc(100% - 40px);
	padding: 20px 20px;
	top: 0;
	left: 0;
	right: 0;
	background: #fff;
	display: flex;
	justify-content: space-between;
	z-index: 9999;
	border-bottom: 1px solid #EAEAEA;
}

.nav-page {
	display: none;
}

.nav-lang {
	justify-content: center;
	width: 100%;
}

body > header nav ul {
	display: flex;
}

body > header nav li {
	position: relative;
	padding: 1px;
	margin: 0 20px;
	line-height: 1.4em;
	color: #333333;
}

body > header nav a {
	color: #333333;
	position: relative;
	padding-bottom: 2px;
}

body > header nav a:hover {
	color: #559C9C;
	text-decoration: none;
}

body > header nav a:hover {
	border-bottom: 2px solid #559C9C;
}

body > header nav li.active {
	border-bottom: 2px solid #333333;
}

section {
	width: 100%;
	max-width: 960px;
	margin: 60px auto 0;
	position: relative;
}

section+section {
	padding-top: 60px;
	margin-top: 20px;
}

section+section:before {
	position: absolute;
	width: 100px;
	height: 2px;
	content: "";
	display: block;
	background: #EAEAEA;
	left: 50%;
	margin-left: -50px;
	top: 0;
}

section p {
	max-width: 600px;
	padding: 0 30px;
	margin: 1em auto 1.5em;
}

section iframe {
	max-width: 750px;
	width: 100%;
	margin: 0 auto 60px;
	display: block;
}

section h3 {
	max-width: 600px;
	padding: 0 30px;
	margin-left: auto;
	margin-right: auto;
}

section div {
	margin-bottom: 4em;
}

.date {
	font-size: 19px;
	color: #559C9C;
}

.signature {
	color: #559C9C;
	text-align: right;
}

.highlight {
	background: #ebfdfd;
	color: #333333;
	padding: 10px;
	box-sizing: border-box;
	margin-left: 30px;
	margin-right: 30px;
	line-height: 1.4em;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
}

.bird {
	margin: 30px auto;
	width: 100%;
}

#bird-1 {
	margin-top: 0;
	max-width: 542px;
}

#bird-2 {
	max-width: 470px;
}

.photo {
	background: #ffffff;
	padding: 10px;
	box-shadow: 0 10px 20px 0 rgba(0,0,0,0.20), 0 1px 5px 0 rgba(0,0,0,0.07);
	margin: 60px auto;
	width: 90%;
	max-width: 480px;
	box-sizing: border-box;
}

#photo-1 {
	transform: rotate(4deg);
}

#photo-2 {
	transform: rotate(-3deg);
}

#photo-3 {
	transform: rotate(2deg);
}

.sleep {
	max-width: 750px;
	margin: 100px auto;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.sleep img {
	margin: 10px auto;
	background: #ffffff;
	max-width: 200px;
	padding: 10px;
	box-shadow: 0 10px 20px 0 rgba(0,0,0,0.20), 0 1px 5px 0 rgba(0,0,0,0.07);
}

footer {
	padding: 40px 0;
	text-align: center;
	color: #999999;
	font-size: 14px;
}

@media only screen and (min-width: 480px) {
	h1 {
		font-size: 120px;
	}

	body > header {
		padding-top: 120px;
	}

	body > header h1 {
		margin-bottom: 40px;
	}

	body > header nav {
		padding: 25px 20px;
	}

	.bird {
		margin: 60px auto;
	}

	.photo {
		margin: 80px auto;
	}
}

@media only screen and (min-width: 600px) {
	h1 {
		font-size: 144px;
	}

	.sleep {
		flex-direction: row;
	}

	.highlight {
		margin-left: auto;
		margin-right: auto;
	}
}

@font-face {
	font-family: 'faradisa';
	src: url('../fonts/faradisa-webfont.woff2') format('woff2'),
		 url('../fonts/faradisa-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
