﻿#page { 
	margin-bottom: 12.5rem; /* 20.5rem; */
}

#BottomMap h2	{ margin: auto; position: absolute; border: 0; padding: .5em 1em; z-index: 1; }

div#mapLegend {
    width			: auto;
    background-color: rgba(128,128,128,.5);
    height			: auto;
    position		: absolute;
    bottom			: 0;
    left			: 0;
    z-index			: 1;
    border-top-right-radius: 1em;
    padding			: .5em 1em 2em;
    font-size		: .8em;
    letter-spacing	: .05em;
    text-shadow		: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    font-weight		: bold;
    color			: white;
}

div#mapLegend img { vertical-align: -.5em; margin-right: .5em; width: 1.5em; }

#GoogleMap {
    border: 0;
    width: 100%;
    margin-bottom: auto;
    clear: both;
    height: 100%;
    margin-top: 9rem;
}

#mapCanvas {
    border: 0;
    width: 100%;
    margin-bottom: auto;
    clear: both;
    height: 100%;
}

#BottomMap {
	position: relative;
}


div#sites {
	top: 0;
    position: relative;
    height: 50rem;
}

@media only screen and (max-width: 1390px) {
    #page {
        margin-bottom: 11.75rem;
    }
}