.top-menu {
	background-color: #fff;
	padding-top: 0;
	padding-bottom: 0;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.top-menu .navbar-brand img { max-height: 70px; }

.top-menu .navbar-collapse { position: relative; }

.top-menu .navbar-toggler {
  background-color: rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.3);
}

.top-menu .nav-item .nav-link {
  font-weight: 700;
  text-transform: uppercase;
  color: #22B14C;
  line-height: 4em;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.top-menu .nav-item .nav-link:hover { color: #495728; }

.page-content {
  margin-top: 80px;
  min-height: 100%;
  position: relative;
}

@media screen and (min-width: 992px) {
  .top-menu .navbar-collapse .navbar-nav { position: absolute; right: 0; }
}
@media screen and (max-width: 991px) {
  .top-menu .navbar-brand { max-width: 70%; }
  .top-menu .navbar-brand img { width: 100%; }
  .top-menu .nav-item .nav-link { line-height: 1em; }
  .page-content { margin-top: 50px; }
}
