.site-header,
.is-transparent .site-header.header-fixed.no-scroll {
	background: rgba(255,255,255,0.8) !important;
}
.text-accent {
	color: #E2A336 !important;
}
.text-primary {
	color: #1d724b !important;
}
img.custom-logo {
	height: 80px;
  width: auto;
}



@media screen and (min-width: 1140px) {
  .is-transparent .no-scroll.site-header .onepress-menu > li > a {
    color: hsl(151.8, 14.8%, 45.1%);
  }
}
.is-transparent .no-scroll.site-header .onepress-menu > li > a:hover {
	color: hsl(151.8, 14.8%, 45.1%);
}
.onepress-menu > li > a:hover, .onepress-menu > li.onepress-current-item > a {
  color: #1d724b;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.section-about .row > div {
  margin-top: 0 !important;
}