body {
      font-family: 'Segoe UI', sans-serif;
      background-color: #fefefe;
    }
    .hero-header {
      background-color: #fff5f7;
      padding: 2rem 0 1rem 0;
      border-bottom: 4px solid #ffccd5;
    }
    .quote-card {
      background: #ffffff;
      border: 1px solid #dee2e6;
      border-radius: 0.75rem;
      padding: 1.5rem;
      margin-bottom: 1.5rem;
      box-shadow: 0 0.25rem 0.5rem rgba(0,0,0,0.05);
    }
    .category-icon {
      font-size: 2.2rem;
    }
    .section-title {
      margin-top: 4rem;
      margin-bottom: 2rem;
      font-size: 1.75rem;
      border-bottom: 2px solid #eee;
      padding-bottom: 0.5rem;
    }
    .hero-brand {
      font-size: 2rem;
      font-weight: bold;
    }
    .hero-subtitle {
      color: #6c757d;
      font-size: 1.1rem;
	  margin-top:40px !important ;
	  margin-bottom:40px;
	  padding-left:20px;
    }
	
	.hero-header h1 {
  font-size: 3.5rem;
  margin: 0;
  padding-left: 10px;
  padding-top: 10px;
  line-height: 4.3rem;
}

@media (max-width: 768px) {
	.hero-header h1 {
  font-size: 2.5rem;
  margin: 0;
  padding-left: 10px;
  padding-top: 10px;
  line-height: 3.3rem;
}
}
	
.logo-image img {
  display: block;
}

.btn-hlaska {
  display: flex;
  justify-content: center;
  padding-top:20px;
}

h1 .retro-nadpis {
  font-family: 'Righteous', cursive;
  font-size: 3rem;
  color: #004263;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.2);
  letter-spacing: 1px;
}

