/*
Theme Name: Themify Ultra Child
Description: A child theme of Themify Ultra
Template: themify-ultra
Author: Scott Steinkerchner (media@opcentral.org)
*/

/* Woohoo! Let's customize! */

/*
.navbar-wrapper-inner {
	background-image: url(/wp-content/uploads/2024/05/candles7.jpg);
	background-size: cover;
}
.navbar-wrapper-inner {
	background-image: url(/wp-content/uploads/2025/05/candlerun.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
*/

.header-bar {
    width: auto !important;
}

.header-classic .navbar-wrapper {
    background: none;
    background-color: white !important;
  border: 2px solid #000000;
}
#main-nav>li>a:hover {
  color: #188746 !important;
  text-decoration: underline;
}
a:hover {
  text-decoration: underline;
}
#site-logo img {
  max-width: 500px;
}