div.header h2{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

div #top{
  position: relative;
  float: right;
  margin: 5px auto 5px 20px;
  width: 90%;  
}

#map{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
}

#map3{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}


table.email{
  position: relative;
  width: 99%
  padding-right: 10px;
  margin-top: 10px;
  margin-right: 6px;
  margin-left: 5px;
}



/* styles for the push */
.cancelbtn:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}

/* Extra styles for the Close button */
.btnClose {
  width: auto;
  padding: 20px 18px;
  background-color: #f44336;
}

@media only screen and (max-width: 1000px) {
  .btnClose{
    padding: 10px 13px;
  }
}

/* styles for the push */
.btnClose:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}

/* Center the image and position the close button */
.imgcontainer {
  text-align: center;
  margin: 15px 0 12px 0;
  position: relative;
  padding: 10px;
}

img.MenuLogo{
  width: 20%;
}

.container {
  padding: 16px;
}

/* image to the left*/
.imgStaffcontainer {
  top: 0px;
  text-align: left;
  margin: 0px 0px 0px 0px;
  position: relative;
  padding: 10px;
}

img#imgStaff{
  width: 300px;
  margin: 10px;
}


/* The Modal Staff (background) */
div#idStaff {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* 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 */
  padding-top: 10px;
}

/* ModalStaff Content/Box */
.modalStaff-content {
  
  background-color: #fefefe;
  background-color: rgb(255,255,255); /* Fallback color */
  background-color: rgba(255,255,255,0.4); /* Black w/ opacity */
  margin: 0px auto 0px auto; /* 5% from the top, 15% from the bottom and centered */
  border: 1px solid #888;
  width: 99%; /* Could be more or less, depending on screen size */
}




/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* 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 */
  padding-top: 60px;
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  background-color: rgb(255,255,255); /* Fallback color */
  background-color: rgba(255,255,255,0.4); /* Black w/ opacity */
  margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button (x) */
.close {
  position: absolute;
  right: 25px;
  top: 0;
  color: #000;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: red;
  cursor: pointer;
}

/* Add Zoom Animation */
.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
  from {-webkit-transform: scale(0)} 
  to {-webkit-transform: scale(1)}
}
  
@keyframes animatezoom {
  from {transform: scale(0)} 
  to {transform: scale(1)}
}

fieldset {
  margin: 20px;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
}

fieldset br {
  clear: left;
}

/* - - - - Tabs - - - - */

/* Style tab links */
.tablink {
  background-color: #555;
  font-size: 25px;
  color: white;
  border: none;
  outline: none;
  cursor: pointer;
  margin: 20px 10px;
  padding: 20px 10px;
  width: 20%;
}

@media screen and (max-width: 1500px) {
  .tablink{
    font-size: 1.5vw;
  }
}

@media screen and (max-width: 1000px) {
  .tablink{
    font-size: 2.0vw;
  }
}

.tablink:hover {
  background-color: #777;
}



/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
  color: white;
  display: none;
  padding: 100px 20px;
  height: 100%;
}

#myDIV {
  height: 250px;
  width: 250px;
  overflow: auto;
  background: green;
}

/* footer */
div#footer {
  position: relative;
  width: 99%;
  margin-left: 7px;
}
