:root {
  --primaryColor: #3B1015;
  --secondaryColor: #C88585;
  --bgColor: #FDF5EF;
}

.vb-nav__logo-img {
  max-width: 120px !important;
}

.hero, .about h1, .box p {
  color: #FDF5EF !important;
}

.service {
  background-color: #FDF5EF !important;
}

.button .btn-secondary {
  color: #FDF5EF !important;
}