@charset "utf-8";
#bottemNav {
  text-align: center;
  background-color: #1d1d1d;
}
#bottemNav text {
  font-family: "Open Sans";
  font-size: 12px;
  color: #77942a;
  text-transform: uppercase;
  font-weight: lighter;
  display: block;
  text-decoration: none;
  padding-top: 5px;
}
footer {
  width: 100%;
  height: 23px;
  position: fixed;
  bottom: 0pt;
  left: 0pt;
}
