.content {
  max-width: 970px;
  margin: auto;
  padding: 10px;
}

.left {
  float:left;
}

figure img {
  margin:10px;
}

.hid_tit {
  padding:25px;
  text-transform: uppercase;
  font-size: 24px;
  text-align: left;
  font-weight: bold;
  font-family: lucida sans unicode,lucida grande,sans-serif;
}

.dropbtn {
  background-color: #333;
  height: 52px;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropdown {
  float: left;
  position: relative;
  display: inline-block;
}

.dropdown a{
  color: inherit;
  text-decoration: none;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #f1f1f1;}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #4166d9;
}

h2 {
  font-family:arial,helvetica,sans-serif;
}

p {
  text-align: justify;
  font-size: 18px;
}

li {
  text-align: justify;
  font-size: 18px;
}

.mapouter {
  position:absolute;
  margin-top:5em;
  margin-left: 340px;
  top: 22em;
  height:500px;
  width:600px;
  }

.gmap_canvas {
  overflow:hidden;
  background:none!important;
  height:500px;
  width:600px;
  }
