html, body {
height: 100%;
margin: 0;
padding: 0;
}
body {
color:#373737;
font-family:Arial;
text-align: center;
}
body#home {
margin-left:150px;
}
a {
color:#c0ba01;
}
a:hover {
color:rgb(148, 18, 18);
}
h1 {
margin: 2px;
}
h2, h3, h4 {
white-space:nowrap;
margin:1em 0 0 0;
}
h3 a,
h3 a:hover {
text-decoration:none;
}
#map {
border-radius:.125em;
border:2px solid #696969;
margin: 4px auto;
/* float:left; */
/* height: 100%; */
height: calc(100% - 250px - 10px);
position: absolute;
top: 250px;
right: 0;
bottom: 0;
left: 0;
}
ul {
font-size:.85em;
margin:0;
padding:0;
}
li {
margin:0 0 2px 18px;
}
#header {
/* width:9em; */
/* height:9em; */
/* margin: 4px; */
padding:1em;
/* float:left; */
background:#fbf5bf;
/* border:1px solid #c6bb58; */
/* box-shadow: 2px 2px 6px #999; */
color:#666;
height: 250px;
overflow: auto;
}
#copy {
position:fixed;
z-index:1000;
right:150px;
top:-8px;
font-size:.85em;
padding:8px 8px 2px 8px;
background: #323b44;
border: 2px solid #737c85;
border-radius:.7em;
opacity: 0.9;
box-shadow:0 0 8px #5f7182;
color:#eee
}
#copy a {
color:#ccc;
text-decoration:none
}
#copy a:hover {
color:#fff
}
#ribbon {
position: absolute;
top: 0;
right: 0;
border: 0;
filter: alpha(opacity=80);
-khtml-opacity: .8;
-moz-opacity: .8;
opacity: .8;
}
.contents {
float:left;
margin:0 2em 2em 0;
}
#comments {
clear:both;
}
#legendContainer {
font-size: 0.8rem;
margin: 0 4px;
padding:1em;
}
.legend-item {
padding: 3px;
margin: 3px;
}
.legend-icon {
margin: 3px;
width: 7px;
display: inline-block;
height: 7px;
}
.legend-more {
display: none;
}
.leaflet-container {
background: rgb(41, 41, 41);
outline: 0;
}
@media only screen and (min-width: 500px) {
#map {
height: calc(100% - 220px - 10px);
top: 220px;
}
#header {
height: 220px;
}
}
@media only screen and (min-width: 768px) {
#map {
height: calc(100% - 150px - 10px);
top: 150px;
}
#header {
height: 150px;
}
}