 html, body {
        height: 100%;
        padding: 0;
        margin: 0;
      }
      #map {
        /* configure the size of the map */
        width: 100%;
        height: 100%;
        z-index: 1;
      }
      
/* The Modal (background) */
.modal {
  display: block; /* Shown by default */
  position: fixed; /* Stay in place */
  z-index: 99; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important; 
}

.modal-header{
font-family: Arial, Helvetica, sans-serif;
font-size: 24px;
letter-spacing: -1px;
word-spacing: 0px;
color: #000000;
font-weight: 400;
text-decoration: none;
font-style: normal;
font-variant: normal;
text-transform: uppercase;
}


.modal-text{
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
letter-spacing: -0.8px;
word-spacing: 1.2px;
color: #000000;
font-weight: 400;
text-decoration: none;
font-style: normal;
font-variant: normal;
text-transform: none;
}

/* The Close Button */
.close {
  display: block; /* shown by default */
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.red {
   color: red;
}

.grn {
   color: green;
}

.amber {
   color: amber;
}

#logoContainer {
  position: absolute;
  z-index: 5;
  bottom: 10px;
  width: 300px;
  height: 200px;
  left: 2px;
}



.mapbutton {
display:inline-block;
padding:0.3em 1.2em;
margin:0 0.3em 0.3em 0;
border-radius:2em;
box-sizing: border-box;
text-decoration:none;
font-family:'Roboto',sans-serif;
font-weight:300;
font-size: 18px;
color:#FFFFFF;
background-color:#4eb5f1;
text-align:center;
transition: all 0.2s;
}

.mapnote {
display:inline-block;
padding:0.3em 1.2em;
margin:0 0.3em 0.3em 0;
border-radius:2em;
box-sizing: border-box;
text-decoration:none;
font-family:'Roboto',sans-serif;
font-weight:300;
font-size: 12px;
color:#FFFFFF;
background-color:#4eb5f1;
text-align:center;
transition: all 0.2s;
}

.mapbutton:hover{
background-color:#4095c6;
}
@media all and (max-width:30em){
.mapbutton{
 display:block;
 margin:0.2em auto;
 }
}

#respModal {
   display: none; /* Hidden by default */
}

#maplogin {
    display: none; /* Hidden by default */
}

#mapattend {
   display: none; /* Hidden by default */
  
}
#previousatt {
   display: none; /* Hidden by default */
  
}

#maplogout {
   display: none; /* Hidden by default */
}
#dim_wrapper {
   display: none; /* Hidden by default */
}



.bouncy{
 animation:bouncy 5s infinite linear;
 position:relative;
}
@keyframes bouncy {
 0%{top:0em}
 40%{top:0em}
 43%{top:-0.9em}
 46%{top:0em}
 48%{top:-0.4em}
 50%{top:0em}
 100%{top:0em;}
}