.navbarstick {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 60px;
  color: #333333;
  background: #ffffff;
  overflow: hidden;
  z-index: 1000;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .1);
  border-top: 7px solid #378089;
}
.textcenter{text-align: center;}
.navbar-brand a {
  text-decoration: none;
  /**color: #004a70;**/
  
}
.menu-item {
  display: inline-block;
  font-size: 1.125rem;
  text-decoration: none;
  padding: 2.5rem 2rem;
  color: inherit;
  font-weight: 600;
}
.menu  li a{font-size: 16px;    text-align: center;width: 100%;}
.menu-item:hover,.menu-item:focus {
  background: #004a70;
  color: #fff;
  text-decoration: none;
}
.menu li {
  display: inline-block;
  padding: 0rem 0px;    width: 19.5%;
}
.menu-item.active {
  background: #004a70;
  color: #ffffff;
}
.section {
  color: #212121;
  margin: 30px 20px;
}
section.scrollspy-wrapper {
  margin-top: 25px;
}
