/*
 Theme Name:   OceanWP Child
 Theme URI:    https://oceanwp.org/
 Description:  Child theme for OceanWP
 Author:       Your Name
 Author URI:   https://yourwebsite.com
 Template:     oceanwp
 Version:      1.0.0
*/

/* Import parent theme styles */
@import url("../oceanwp/style.css");

.mbhi-is-current{
  background-color: #2f6d59;
  color: white;
}

* Toms custom CSS

h1, h2, h3, h4, h5 {
  font-family: "Hiragino Sans", "Noto Sans", "Segoe UI", Arial, sans-serif;
}

h1, h2 {
  color: #2f6d59;
}

h3, h4, h5 {
  color: #4f947d;
}

