/*
Theme Name: SmartStart WordPress Design
Theme URI: https://smartstartwordpressdesign.com
Author: Tvoje Ime / SmartStart
Author URI: https://smartstartwordpressdesign.com
Description: Minimalna starter tema za izgradnju custom WordPress dizajna.
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: smartstart
*/
/* Header layout */
header .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Navigation */
.main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 1.5rem;
}

.main-nav a {
  color: inherit;
}
.skip-link {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.skip-link:focus {
  top: 1rem;
  left: 1rem;
  background: #fff;
  padding: 0.5rem 1rem;
  z-index: 1000;
}
