body {
	margin: 0 380px 0 0;
}

header {
	margin: 70px 0px 40px 90px;
}

h1 {
	color: #f80;
	font-family: 'Playfair Display', serif;
	font-size: 60pt;
	line-height: 1;
}

h1 span {
	display: block;
	white-space: nowrap;
}

section {
	margin: 70px 10px 40px 70px;
}

p {
	font-family: 'garamond-premier-pro', serif;
	font-weight: 400;
	font-style: normal;
	font-size: 14pt;
	max-width: 600px;
}

.fox {
	position: fixed;
	bottom: 0;
	right: 270px;
	width: 400px;
	height: auto;
	margin: 0px;
}

nav {
	width: 250px;
	position: fixed;
	z-index: 1;
	top: 0;
	right: 0;
	background-color: #6af7cd;
	overflow-y: auto;
	padding: 60px 60px 20px 30px;
	text-align: right;
	bottom: 0;
}

h2	{
	font-family: 'Arial', sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 40px;
	color: black;
	margin-bottom: 0px;
}

h3 {
	font-family: 'acumin-pro', sans-serif;
	font-weight: 200;
	font-style: normal;
	font-size: 22pt;
	margin-top: -10px;
}

h4 {
	font-family: 'Arial', sans-serif; /*"garamond-premier-pro", serif;*/
	font-weight: normal;
	font-style: normal;
	font-size: 13pt;
	margin-bottom: 8px;
}

ul {
	margin-top: 8px;
	list-style-type: none;
}

a {
	text-decoration: none;
	font-family: 'garamond-premier-pro', serif;
	font-weight: 400;
	font-style: normal;
	font-size: 13pt;
}

a:link {
	color: #00c;
}

a:visited {
	color: #8f34eb;
}

a:hover {
	color: #c918af;
}

a:active {
	color: #fc9d03;
}

footer .bottom-links{
	margin: 10px 0px 40px 70px;
	/*position: fixed;
	right: 0;
	bottom: 0;
	left: 0;*/
}

footer a {
	margin: 10px 30px 0px 0px;
	font-family: 'acumin-pro', sans-serif;
	font-weight: 200;
	font-style: normal;
	font-size: 18pt;
}

