.invert header h1,
.invert header h1 em,
.invert header ul li,
.invert header ul li a {
  border-color: #009880;
  color: #009880;
  
  -webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}

.invert header .logo svg {
  fill: #009880;
  -webkit-transition: fill 0.3s ease-in-out;
}