html, body {
  color: #3d362b;
  height: 100%;
}
.navbar-brand {
  height: 64px;
  padding: 5px 15px;
}
.navbar-brand img {
  height: 50px;
}
.navbar-toggle {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .navbar-nav {
    margin-left: 32px;
  }
  .navbar-nav li a {
    padding-top: 22px;
    padding-bottom: 22px;
  }
  .dropdown-menu li a {
    padding: 6px 20px;
  }
  .contact-box {
    max-width: 760px;
    margin: 100px auto 0 auto;
  }
}
.container {
  max-width: 960px;
}
#content {
  padding: 20px 0;
}
#wrap {
  min-height: 100%;
  margin-bottom: -30px;
  height: auto !important;
  height: 100%;
}
#push {
  height: 50px;
}
#footer {
  position: relative;
  bottom: 0;
  width: 100%;
  height: 30px;
  background-color: #f8f8f8;
  border: 1px solid #e7e7e7;
  font-size: 0.9em;
  padding: 6px 0;
}
#footer p {
  margin-bottom: 0;
}
#map_canvas {
  margin-top: 10px;
  height: 340px;
  width: 100%;
}
.contact-logo img {
  width: 50%;
  margin-bottom: 12px;
}
.contact-info {
  margin-top: 16px;
}
.page-title {
  margin-bottom: 20px;
}
#status-table {
  margin-left: -20%;
  width: 140%;
}
#status-table th, #status-table td, #status-table tr {
  text-align: center;
  vertical-align: middle !important;
}
.bg-yellow {
  background-color: #fefe56;
}
.bg-green {
  background-color: #91d064;
}
#organization-chart {
  display: none;
}
.youtube {
  margin-top: 30px;
  text-align: center;
}
.img-fluid {
  display: block;
  max-width: 100%;
  height: auto;
}
#gallery > div.row a {
  margin-bottom: 15px;
}
.modal-header {
  display: none;
}
