/* Set header background color and font color like image below */
header {
  background-color: #131016 !important;
  color: white !important;
}

/* Set menu items and footer links color like in image below */
header a {
  color: #ffdb8e !important;
  font-weight: bold !important;
}

/* Set site titel on a single line */
.navbar-brand {
 max-width: 320px !important;
}

/* templatera header for pages */
.pageHeader {
  background-image: url('https://blackink-tatoo-convention.be/wp-content/uploads/2026/03/date.webp');
  background-repeat: none;
  background-size: cover !important;
  height: 430px !important;
}