body {
	background: #b41829;
	font-family: 'Cormorant Garamond', Georgia, serif;
	color: #ffffff;
	line-height: 1.3em;
	}

.logo {
	height: 100%;
	position: relative;
	background: url('../img/logowide.png') no-repeat center;
	background-size: contain;
	}
	
.menubar {
	position: fixed;
	bottom: 0px;
	right: 0px;
	padding: 4px;
	width: 100%;
	background: #fff;
	z-index: 20;
	}	
	
.nwrlink {
	margin: auto;
	width: 192px;
	z-index: 21;
	}
	
.homelink {
	float: left;
	margin-left: 5%;
	width: 30px;
	z-index: 101;
	margin-top: 2%;
	position: fixed;
	}

@media screen and (max-width: 480px) {
    .homelink {
	float: left;
	margin-left: 5%;
	width: 30px;
	z-index: 101;
	margin-top: 2%;
	position: static;
	}
}

.pslink {
	margin-bottom: 5%;
	margin-top: 45px;
	font-size: .8em;
	text-align: center;
	}
	
@media screen and (max-width: 480px) {
    .pslink {
	margin-bottom: 22%;
	margin-top: 45px;
	font-size: .8em;
	text-align: center;
	position: relative;
	}
}


h1 {
	color: #fff;
	font-family: 'Cormorant Garamond', Georgia, serif;
	}
	
h2 {
	color: #fff;
	font-family: 'Cormorant Garamond', Georgia, serif;
	font-size: 2em;
	}

a {
	color: #cea94c;
	}

a:hover {
	color: #cea94c;
	text-decoration: underline;
	}
	
a:visited {
	color: #cea94c;
	}

li {
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
/* Main Images */	
	
.starbucks {
	height: 80%;

	background: url('../img/starbucksfull.png') no-repeat center;
	background-size: contain;
	z-index: 15;
	}
	
.nutella {
	height: 80%;
	background: url('../img/nutellafull.png') no-repeat center;
	background-size: contain;
	z-index: 15;
	}

.peanutbutter {
	height: 80%;
	background: url('../img/peanutbutterfull.png') no-repeat center;
	background-size: contain;
	z-index: 15;
	}

.hersheys {
	height: 80%;
	background: url('../img/hersheysfull.png') no-repeat center;
	background-size: contain;
	z-index: 15;
	}


::selection {
	background: #cea94c;
	color: #fff;
	}