/*
Theme Name: Blocksy Child Custom
Template: blocksy
*/

@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');

/* Nagłówek */
header.site-header {
  background: url('https://mrnemezis.com/wp-content/uploads/2025/09/pasy.png') repeat-x center;
  background-size: auto 120px;
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
}

/* Logo */
header.site-header .site-title a {
  font-family: 'Anton', sans-serif;
  font-size: 42px;
  font-weight: 400;
  color: #ffffff !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-decoration: none;
}

/* Menu */
header.site-header nav a {
  font-family: 'Anton', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff !important;
  margin: 0 15px;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.2s ease;
}
header.site-header nav a:hover {
  color: #ffcc00 !important;
}
