/*
Theme Name: LushCamp
Theme URI: https://lushcamp.pl
Author: LushCamp Studio
Author URI: https://lushcamp.pl
Description: Motyw WordPress do sprzedaży glampingu - styl sielski, rodzinny, naturalny
Version: 1.0
Text Domain: lushcamp
*/

body {
    margin: 0;
    font-family: 'Segoe UI', sans-serif;
    background: #f8f8f2;
    color: #333;
}
header {
    background: #fff;
    padding: 20px;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
nav ul {
    list-style: none;
    padding: 0;
}
nav ul li {
    display: inline-block;
    margin: 0 15px;
}
.hero {
    background: url('../img/hero.jpg') no-repeat center center;
    background-size: cover;
    padding: 80px 20px;
    text-align: center;
    color: white;
}
.cta-button {
    background: #4caf50;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
}
footer {
    text-align: center;
    padding: 20px;
    background: #eee;
}
