
body {
  text-align: center;
}

h1 {
  margin-top:10px;
}


/*Customize container */
@media (min-width: 880px) {
  .container {
    max-width: 850px;
  }
}


.margin-auto {
  margin:auto;
}

.width80p {
  width: 70%;
  margin:auto;
}


@media only screen 
and (min-device-width : 820px) {
  #map {
    text-align: center;
    max-width: 760px;
    height: 400px;
  }
}

@media only screen 
and (max-device-width : 768px) {
  #map {
    text-align: center;
    max-width: 700px;
    height: 450px;
  }
}

.ggad {
  height:100px;
}
.ggadm {
  height:250px;
}

.footer {
  margin-top:10px;
}
.ht5 { height: 5px; }
.ht10 { height: 10px; }

