html, body, #map
{
	width: 100%;
	height: 100%;
	overflow: hidden;
}

body
{
	font-family: 'Fira Sans', sans-serif;
}

h1 { font-size: 3em; line-height: 1.5em; }
h2 { font-size: 2em; line-height: 1.5em; }
h3 { font-size: 1.5em; line-height: 1.5em; }

label
{
	margin-left: 1em;
    padding: .5em 1em .5em .5em;
    background: rgba(255,255,255,.75);
    display: inline-block;
}

p
{
	margin-bottom: 1em;
}

span
{
    font-weight: normal;
}

header, footer
{
    padding: 1em 2em;
    position: absolute;
    width: 100%;
    z-index: 999;
}

footer
{
    background: #999;
    color: #fff;
    bottom: 0;
    text-align: center;
}

header
{
	background: rgba(255,255,255,0.7);
	padding-left: 5em;
}