body {
  font-family: 'Roboto', sans-serif;
}
body h2 {
  font-size: 2rem !important;
  font-family: 'refrigerator-deluxe', sans-serif !important;
  font-weight: bold !important;
  color: #0f689e;
  text-transform: unset !important;
}
body h3 {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 400;
  padding-bottom: 40px;
  padding-top: 10px;
  font-size: 1.5rem !important;
}
body p {
  font-size: 1rem !important;
  font-family: 'Roboto', sans-serif !important;
  text-transform: unset !important;
}
body .bg-light {
  background-color: white !important;
}
.hero-section {
  background-color: #0f689e;
  color: #ffffff;
  padding: 40px 20px;
  text-align: center;
}
.hero-section h1 {
  font-size: 2.5em;
  font-weight: bold;
}
.hero-section h2 {
  font-size: 1.5em;
}
div.ccm-page div.ccm-block-top-navigation-bar .navbar {
  background-color: transparent;
  font-family: 'refrigerator-deluxe', sans-serif;
  text-transform: uppercase;
  color: #0f689e !important;
  font-weight: bold;
  font-size: 1.5rem;
}
div.ccm-page div.ccm-block-top-navigation-bar .navbar .nav-item,
div.ccm-page div.ccm-block-top-navigation-bar .navbar .nav-link {
  color: #0f689e !important;
}
div.ccm-page div.ccm-block-top-navigation-bar .navbar .nav-item:hover,
div.ccm-page div.ccm-block-top-navigation-bar .navbar .nav-link:hover {
  color: #14ba14 !important;
}
div.ccm-page div.ccm-block-top-navigation-bar .navbar .collapse.navbar-collapse {
  justify-content: flex-end;
}
div.theme-atomik .ccm-image-slider .ccm-image-slider-text {
  font-weight: bold;
  background-color: rgba(15, 104, 158, 0.8);
  color: #ffffff;
  text-transform: uppercase;
}
div.theme-atomik .ccm-image-slider .ccm-image-slider-text .ccm-image-slider-title {
  font-family: 'refrigerator-deluxe', sans-serif;
  font-size: 2.5rem;
}
.btn {
  background-color: #14ba14 !important;
  color: #ffffff !important;
  padding: 10px 20px !important;
  text-decoration: none;
  border-radius: 50px;
  border: none !important;
  font-family: "oxanium", sans-serif !important;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  display: inline-block;
  transition: background-color 0.3s ease !important;
}
.btn:hover {
  background-color: #0f8c0f !important;
}
.content-section {
  padding: 40px 20px;
  background-color: #f8f9fa;
}
.content-section h3 {
  font-size: 2em;
  font-weight: bold;
}
.content-section p {
  margin: 10px 0;
}
.content-section ul {
  list-style-type: none;
  padding: 0;
}
.content-section ul li {
  margin: 5px 0;
}
.ccm-block-feature-link-text li {
  font-family: 'refrigerator-deluxe', sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  color: #0f689e;
  margin: 10px 0;
}
.image-section {
  padding: 20px;
}
.image-section img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
footer {
  background-color: #0f689e !important;
  color: #ffffff;
  padding: 20px 0;
  text-align: center;
}
footer label {
  color: #ffffff !important;
}
footer p {
  font-size: 1rem;
}
