.box-feature [class^="flaticon-"] {
    color: #578F0A !important;
}

.burger.light::before, .burger.light span, .burger.light::after {
    background-color: black !important;
}

.box-feature h3, .box-feature .h3 {
    color: #414042!important;
}

.feature-h:hover .wrap-icon, .feature-h:focus .wrap-icon {
    border-color: #578F0A !important;
}

.feature-h .wrap-icon {
    color: #578F0A !important;

}

.feature-h:hover [class^="icon-"] {
    color: #578F0A !important;
}

h3, h2  {
    color: #414042!important;
}

.cs-text-primary { 
    color: #414042!important;
}

.social a {
    background-color: #578F0A !important;
}

.social.dark-hover a:hover {
    background-color: white !important;
    border-color: #578F0A !important;
    color: #578F0A !important;

}

.site-footer .social li a > span {
    color: white;
}

.person .image-logo {
  position: relative;
  width: 150px;
  border-radius: 0% !important;
  margin: -45px auto 0 auto;
}

@media screen and (max-width: 768px) {
  .hidden-phone {
    display: none;
  }
  #image-menu {
      width: 90px !important;
  }
}
