/*-- Enter your custom CSS below --*/
.nav-main li a {
  color: #000000;
  font-size: 12px;
  font-weight: 500;
  margin-right: 3px !important;
}
.nbtn {
  padding-bottom: 6px;
  margin-bottom: 7px;
  margin-top: 7px;
}
.parent-div {
    position: relative;
}
.address-div {
    background: rgba(0, 0, 0, 0.79);
    color: #fff;
    padding: 108px 15px;
    width: 22%;
    position: absolute;
    bottom: 0%;
    height: 100%;
}

h1.site-title {
    margin: 0;
    width: 28%;
}