html {
  font-family: "Comic Sans MS";
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

.navbar {
  margin-bottom: 20px;
}

button,
input,
optgroup,
select,
textarea {
  font-family: "Comic Sans MS";
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}


body {
  /*padding-top: 20px;*/
  padding-bottom: 20px;
  font-family: "Comic Sans MS", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  background-color:#dddddd;
}

.bg-inverse {
  background-color: #660000 !important;
}

.btn-outline-success {
  color: white;
  background-image: none;
  background-color: #1A330B;
  border-color: #5cb85c;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #1A330B; 
  border-color: #5cb85c;
}

h1{
    text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 40px;
}

#map {
        width: 100%;
        height: 400px;
        background-color: grey;
      }

#map_canvas { margin: 0; padding: 0; height: 100% }

#map2 {
        width: 100%;
        height: 400px;
        background-color: grey;
      }

#map2_canvas { margin: 0; padding: 0; height: 100% }

a {
  color: #1A330B
}

a:focus, a:hover {
  color: #660000;
  text-decoration: none;
}

.dropdown-divider {
  background-color: #660000;
}

.table-responsive {
  border: 1px solid #660000;
}

h5 {
   color: #dddcdc;
}

h6 {
   color: #660000;
}

hr {
height: 2px;
color: #660000;
background-color: #660000;
border: none;
}

#yohelah_now, #pac_loop {
    height: 250px;
    max-width: 350px;
    margin: 8px;
    padding: 8px
}

.customHr {
    width: 100%
    font-size: 1px;
    color: #660000;
    line-height: 5px;

    background-color: #660000;
    margin-top: -6px;
    margin-bottom: 10px;
}

img {
  vertical-align: middle;
    margin-left:auto; 
    margin-right:auto;
  }
