:root, [data-bs-theme="light"] {
  --cassiopeia-color-primary: #d81e05 !important;
  --cassiopeia-color-hover: #8f2009 !important;
}

/* outer header */
.container-header {
  background-image: none !important;
}

/* inner header */
.container-header > .grid-child:first-child {
  background-image: 
    url("../images/Logo_FFW.svg"),
    url("../images/titleimage_t.svg") !important;
  background-size: auto 140px, auto 170px !important;
  background-repeat: no-repeat, no-repeat !important;
  background-position: right 10px center, center center !important;
  height: 170px;
}

/* remove title underline */
.container-header a,
.site-brand a,
.brand a {
  text-decoration: none !important;
}

/* menu desktop view */
.navbar-collapse {
  background-color: transparent !important;
  box-shadow: none !important;
}

/* menu mobile view */
@media (max-width: 991.98px) {
  .navbar-collapse {
    padding: 10px 15px;
    border-radius: 4px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  }

  /* font color */
  .navbar-collapse .nav-link {
    color: #ffffff !important;
  }
}

/* footer */
.footer {
  background-color: #1a1a1a !important;
  background-image: none !important;
  color: #ffffff !important;
}

.footer .grid-child {
  text-align: center !important;
  justify-content: center !important;
}
