@charset "UTF-8";

html {
	background: #c2441f;
	color: #b7b09c;
	font-family: sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
	-moz-osx-font-smoothing: grayscale;
	height: 100%;
}

body {
	margin: 0;
	height: 100%;
}

a {
	background-color: transparent;
	color: inherit;
	cursor: pointer;
	text-decoration: none;
	transition: all .5s;
}

a:active, a:hover {
	outline: 0 none;
  	text-decoration: none;
  	color: #688569;
	transition: all .5s;
}

audio, canvas, iframe, img, svg, video {
	vertical-align: middle;
}

audio, canvas, img, video {
	box-sizing: border-box;
	height: auto;
	max-width: 100%;
}

img {
	border-style: none;
}

svg {
	width: 100%;
}

svg:not(:root) {
	overflow: hidden;
}

p {
	margin: 0;
	padding: 0;
}

/* Typography
----------------------------------------------------------------------------- */

@font-face {
	font-family: 'Assemblage';
	src: url('fonts/Assemblage/Bold/assemblage-bold.eot');
	src: url('fonts/Assemblage/Bold/assemblage-bold.eot?#iefix') format('embedded-opentype'),
		 url('fonts/Assemblage/Bold/assemblage-bold.woff') format('woff'),
		 url('fonts/Assemblage/Bold/assemblage-bold.ttf') format('truetype'),
		 url('fonts/Assemblage/Bold/assemblage-bold.svg#assemblage-bold') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Assemblage';
	src: url('fonts/Assemblage/Bold/assemblage-bold.eot');
	src: url('fonts/Assemblage/Bold/assemblage-bold.eot?#iefix') format('embedded-opentype'),
		 url('fonts/Assemblage/Bold/assemblage-bold.woff') format('woff'),
		 url('fonts/Assemblage/Bold/assemblage-bold.ttf') format('truetype'),
		 url('fonts/Assemblage/Bold/assemblage-bold.svg#assemblage-bold') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Assemblage';
	src: url('fonts/Assemblage/Italic/assemblage-italic.eot');
	src: url('fonts/Assemblage/Italic/assemblage-italic.eot?#iefix') format('embedded-opentype'),
		 url('fonts/Assemblage/Italic/assemblage-italic.woff') format('woff'),
		 url('fonts/Assemblage/Italic/assemblage-italic.ttf') format('truetype'),
		 url('fonts/Assemblage/Italic/assemblage-italic.svg#assemblage-italic') format('svg');
	font-weight: normal;
	font-style: italic;
}

/* Leading content
----------------------------------------------------------------------------- */

.np-leader-section {
	background-image: url('images/Nici_Palm_Web_Back2.jpg');
    background-position: center center;
    background-size: cover;
    height: 100vH;
    width: 100%;
    background-repeat: no-repeat;
}

.np-bottom-section {
    height: 100vH;
    width: 100%;
}

/* Main menu
----------------------------------------------------------------------------- */

.menu-item,
.menu-item-email {
	color: #e7e4e7;
	font-family: 'Assemblage';
	font-size: 52px;
	font-weight: bold;
	opacity: 1;
	transition: all .5s;
}
@media (min-width: 768px) {
	.menu-item {
        font-size: 64px;
	}
}

.menu-item-email {
	font-size: 18px;
}
