@font-face {
	font-family: 'Champagne-Limousines';
	src: url('Champagne-Limousines.ttf') ; 
}

@font-face {
	font-family: 'Sans-Poster';
	src: url('SansPosterBold.ttf') ; 
}

@font-face {
	font-family: 'bold-champagne-limousines';
	src: url('Champagne-Limousines-Bold.ttf') ; 
}

body {
	margin: 0px;
	padding: 0px;
	font-family: 'Champagne-Limousines';
}

h1 {
	font-family: 'Sans-Poster';
	font-size: 300%;
	letter-spacing: 0.05em;
	color: rgba(255,255,255,1);
	margin: 0px 0px 0px 0px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

h2 {
	font-family: 'Sans-Poster';
	font-size: 150%;
	color: rgba(35,75,100,1);
	text-align: left;
}

p {
	font-family: 'Champagne-Limousines';
}

legend {
	font-family: 'bold-champagne-limousines';
	font-size: 150%;
	color: #242938;
}

label {
	font-family: 'bold-champagne-limousines';
	font-size: 100%;
	color: #0d8dd7;
}

input {
	font-family: 'Champagne-Limousines';
	font-size: 100%;
}


strong {
	font-family: 'bold-champagne-limousines';
	font-size: 150%;
	color: #242938;
}

header {
	background-color: rgba(35,75,100,1);
	padding: 30px 10px 30px 0px;
	margin: 0px;
	text-align: center;
}

footer {
	background-color: rgba(0,0,0,1);
	padding: 10px 10px 10px 10px;
	margin: 0px;
}

img {
	outline-style: none;
}

#logo-graphic {
	display: inline-block;
	height: 150px;
	width: 150px;
	margin: 0px 0px 0px 0px;
	background-image: url("../images/wnw-logo-graphic.png");
	background-size: 150px 150px;
	background-repeat: no-repeat;
}

nav {
	display: inline-block;
	vertical-align: top;
	margin: 30px 0px 0px 0px;
}

#logo-text {
	display: block;
	height: 56px;
	width: 500px;
	margin: 0px 0px 0px 30px;
	background-image: url("../images/wnw-logo-text.png");
	background-size: 500px;
	background-repeat: no-repeat;
	clear: right;
}

ul {
	display: block;
	list-style: none;
	margin: 10px 0px 0px 30px;
	background-color: rgba(255,255,255,1);
}

li {
	display: inline;
	margin: 0px 50px 0px 0px;
}

a {
	font-size: 125%;
	color: rgba(35,75,100,1);
	text-align: center;
	margin: 0px 0px 0px 5px;
	text-decoration: none;
	text-transform: uppercase;
}

a:hover {
	color: rgba(35,75,100,0.5);
}

#home-hero {
	margin: 0px;
	height: 500px;
	background:
		linear-gradient(rgba(0, 0, 0, 0.4),rgba(0, 0, 0, 0.4)),
		url("../images/wnw-charcuterie.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#menu-hero {
	margin: 0px;
	position: top;
	height: 500px;
	background:
		linear-gradient(rgba(0, 0, 0, 0.4),rgba(0, 0, 0, 0.4)),
		url("../images/wnw-menu.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#about-hero {
	margin: 0px;
	position: top;
	height: 500px;
	background:
		linear-gradient(rgba(0, 0, 0, 0.4),rgba(0, 0, 0, 0.4)),
		url("../images/wnw-work.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#contact-hero {
	margin: 0px;
	position: top;
	height: 500px;
	background:
		linear-gradient(rgba(0, 0, 0, 0.4),rgba(0, 0, 0, 0.4)),
		url("../images/wnw-contact.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#overlay {
	margin: 0px;
	position: top;
	height: 500px;
}

#content {
	background-color: rgba(255,255,255,1);
	float: left;
	padding: 0px 10% 0px 10%;
	margin: 0px 0px 0px 0px;
	clear: right;
}

#content div {
	float: left;
	position: top;
	width: 40%;
	display: inline-block;
	padding: 5%;
	clear: none;
}

#content img {
	width: 40%;
	display: inline-block;
	padding: 5%;
	clear: none;
}

#content p{
	size: 200%;
	line-height: 2em;
}

#menu-content, #contact-content {
	background-color: rgba(255,255,255,1);
	float: left;
	padding: 0px 10% 0px 10%;
	margin: 0px 0px 0px 0px;
	clear: none;
}

#menu-content div {
	float: left;
	position: top;
	width: 100%;
	display: inline-block;
	padding: 5%;
	clear: none;
}

#menu-content img {
	display: block;
	width: 50%;
	margin: 60px;
	margin-left: auto;
	margin-right: auto;
}

th {
	padding: 7px 10px 10px 7px;
	text-transform: uppercase;
	text-align: left;
}

td {
	padding: 7px 10px 10px 7px;
}

input {
	margin: 7px 10px 10px 7px;
}
footer {
	clear: left;
	padding: 0px 0px 0px 0px;
}

footer p{
	color: rgba(255,255,255,1);
	text-align: center;
	padding: 0px 0px 30px 0px;
}

footer ul {
	list-style: none;
	margin: 30px 0px 30px 0px;
	padding: 30px 0px 30px 0px;
	background-color: rgba(35,75,100,1);
	text-align: center;
}

footer li {
	display: block;
	margin: 0px 0px 0px 0px;
	text-align: center;
}

footer a {
	font-size: 125%;
	color: rgba(255,255,255,1);
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	text-transform: uppercase;
}

footer a:hover {
	color: rgba(255,255,255,0.5);
}

fieldset {
	width: 50%;
	border: 1px solid #d8dae5;
	margin-bottom: 60px;
}