@charset "UTF-8";
input, button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input[type="radio"] {
	-webkit-appearance: radio;
	-moz-appearance: radio;
	appearance: radio;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
img {
	display: block;
	width: 100%;
}
html {
	height: 100%;
}
body {
	line-height: 1;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	min-height: 100%;
	background: #fff;
}
#map {
	position: relative;
	width: 100%;
	margin-top: 60px;
}
#map img {
	width: 100%;
}
#whole-foods, #float-tanks, #amazon {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: opacity .3s ease-out;
}
#whole-foods.active, #float-tanks.active, #amazon.active {
	opacity: 1;
}
#nav {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
#nav a {
	display: inline-block;
	float: left;
	width: 33.3333333333%;
	background: #aeb2b7;
	padding: 20px;
	text-align: center;
	box-sizing: border-box;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	color: #fff;
	cursor: pointer;
	transition: background-color .3s ease-out;
}
#nav a:hover {
	background-color: #d7dbdf;
}
#nav a.active {
	background-color: #10396c;
}
#gallery {
	display: block;
	position: relative;
	margin-top: 100px;
}
#gallery img {
	margin-bottom: 10px;
}
h1 {
	text-align: center;
	font-size: 3em;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	margin-bottom: 30px;
}
h1 sup {
	font-size: .5em;
	position: relative;
	top: -20px;
}