body {
  padding: 0 2%;
}

#map {

    webkit-filter: grayscale(100%);
    filter: grayscale(40%);
    width: 60%;
    margin-left: auto;
    margin-right: auto;

}

.main-outer {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.uk-nav-side > li.uk-active > a {
    background: 
#fff;
color:
    #000;
    width: 115px;
    margin-left: 2px;
  font-weight: bold;
}

.uk-nav-side > li > a:hover, .uk-nav-side > li > a:focus {
    background: 
rgba(0, 0, 0, 0.0);
color:
    #000000;
    outline: none;
}
.uk-nav > li > a {
    padding: 10px 45px;
}

.uk-nav-navbar > li > a {
  color: #000000;
  font-size: 12px
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.uk-nav-navbar > li > a:hover,
.uk-nav-navbar > li > a:focus {
  background: #ddd;
  color: #000;
  /* 2 */
  outline: none;
}

.main-outer {
    padding: 25px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px 0;
  font-family: arial;
  font-weight: 300;
  color: #000000;
  text-transform: none;
}


.logo-large h1 {margin:3px auto;}
.uk-navbar {
    color: 
#000000;
border-top: 2px solid
#54af20;
border-bottom: 2px solid
    #54af20;
}

.uk-navbar-nav > li > a {
  display: block;
  box-sizing: border-box;
  text-decoration: none;
  /* 1 */
  height: 50px;
  padding: 0 25px;
  line-height: 50px;
  /* 2 */
  color: #000;
  font-size: 16px;
  font-family: "Arial", Times, serif;
  font-weight: bold;
}

.uk-navbar-nav > li.uk-active > a {
    background-color: #249936;
color:
    #fff;
    border-radius: 15px;
  margin-top: 5px;
}

.uk-navbar-nav-subtitle > div {
    margin-top: -14px;
    font-size: 12px;
    line-height: 12px;
}

.uk-panel-box .uk-panel-title {
    color: 
#fff !important;
background-color: #249936;

    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  padding-left: 12px;
}

.uk-panel-box {
    padding: 5px;
    background: 
#ffffff;
color:
    #000000;
}