/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 *
 #header{ background: red !important; } */
 
nav.header-nav {
  border-radius: 5px;
  border: 1px solid #368654;
  box-shadow: 1px 1px lightgrey;
  color: #368654;
  background-color: #368654;
}