body{
  margin: 0;
  padding: 0;
  font-family: 'Ubuntu Mono', monospace;
}

/* banner */  
#banner {
  background-color: #365399;
  color: #fff !important;
  padding: 10px 0;
}

#banner-col-1 img{
  max-width: 60%;
  height: auto;
}

#banner-col-2 h3 {
  margin-top: 20px;
}

#banner-col-3 img{
  max-width: 24%;
  height: auto;
}

#banner-col-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}


/* navbar */
.navbar-nav{
  margin-right: 0 !important;
  padding-right: 20px;
}

.navbar, .navbar-expand-lg .navbar-nav .dropdown-menu {
  background-color: #0a193d;
  color: white !important;
  height: 2.5rem;
}

.nav-item a{
  color: white !important;
}

.nav-item{
  padding-left: 2px;
}

.navbar-brand{
  color: white !important;
}

#navbar button{
  color: white !important;
}

.mx-auto h4 {
  margin: 25px 0;
}

.page-title {
  background-color: #365399;
  font-size: 1.5rem;
  color: white;
  font-weight: bold;
}


p {
    font-size: 14px;
    line-height: 1.7;
    color: #666666;
    margin-bottom: 1rem;
}

ul, li {
    margin: 0px;
    list-style-type: none;
}

footer {
  position: relative;
  clear:both;
  padding-bottom:0.6rem;
  background-color: #365399;
}

footer p {
  color: #fff;
  font-size: 16px;
}


#map {
  position: static;
  width: 90%;
  margin: 10px auto 50px auto;
  height: 400px;
}

.leaflet-container a, .leaflet-container span{
  display: none!important;
}

.dt-wrapper {
  background-color: #e6e5f3;
  margin: 15px;
}

.dt-container, #event_list, #event_table {
  overflow-x:auto !important;
}