#masthead .menu > .nav-item > a,
#masthead .menu > li > a,
#masthead .nav-item > a,
.header .menu > .nav-item > a,
.hamburger-nav .menu .nav-item > a {
  color: #fff !important;
}
#masthead .menu > .nav-item > a:hover,
#masthead .menu > .nav-item.current-menu-item > a,
#masthead .menu > .current-menu-item > a {
  color: #fff !important;
}

/* dnx-hero-button-css-v1 */
a.ohio-widget.button.-text[href="#about"] {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  min-height: 52px !important;
  padding: 0 24px !important;
  border: 1px solid #65d0cb !important;
  border-radius: 13px !important;
  background: #65d0cb !important;
  color: #071211 !important;
  font-family: "DM Sans", sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  box-shadow: 0 10px 30px rgba(101,208,203,.16) !important;
  transition: background-color .25s ease,color .25s ease,border-color .25s ease,transform .25s ease,box-shadow .25s ease !important;
}
a.ohio-widget.button.-text[href="#about"] .icon { margin-left: 2px !important; }
a.ohio-widget.button.-text[href="#about"] svg,
a.ohio-widget.button.-text[href="#about"] svg path { fill: currentColor !important; transition: fill .25s ease,transform .25s ease !important; }
a.ohio-widget.button.-text[href="#about"]:before,
a.ohio-widget.button.-text[href="#about"]:after { background: #101c1b !important; border-radius: 13px !important; }
a.ohio-widget.button.-text[href="#about"]:hover,
a.ohio-widget.button.-text[href="#about"]:focus { background: #101c1b !important; color: #fff !important; border-color: #65d0cb !important; transform: translateY(-2px) !important; box-shadow: 0 14px 34px rgba(101,208,203,.22) !important; }
a.ohio-widget.button.-text[href="#about"]:hover svg { transform: translateX(3px) !important; }
@media (max-width:767px) {
  a.ohio-widget.button.-text[href="#about"] { min-height:48px !important; padding:0 20px !important; font-size:15px !important; }
}