/* Základní nastavení */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f0f4f7;
    color: #333;
}

h1, h2, h3, h4 {
    margin: 0;
    padding: 0;
}

/* Hlavička */
header {
    background-image: url('http://elektro.pohotovost.info/logo-elektro.jpg');
    background-size: cover;
    background-position: center;
    color: #ffffff;
    text-align: left;
    padding: 120px 20px 20px 20px; /* Posunutí textu dolů */
    height: 400px;
}

header h1 {
    font-size: 2.5em;
    margin-bottom: 10px;
}

header h2 {
    font-size: 1.5em;
}

/* Obsah stránky */
.content-section {
    padding: 50px 20px;
    background-color: #ffffff;
    color: #333;
    margin: 20px 0;
    border-radius: 8px;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

h3 {
    font-size: 2em;
    color: #0056b3;
}

h4 {
    font-size: 1.5em;
    color: #333;
}

p {
    font-size: 1em;
    line-height: 1.6;
}

/* Služby */
.service {
    margin: 20px 0;
}

#contact p {
    font-size: 1.1em;
}

#contact a {
    color: #0056b3;
    text-decoration: none;
}

#contact a:hover {
    text-decoration: underline;
}

/* Footer */
footer {
    background-color: #333;
    color: #ffffff;
    text-align: center;
    padding: 20px;
    font-size: 1em;
}

/* Kontakt */
#contact {
    margin-top: 40px;
}

#contact a {
    color: #0056b3;
    text-decoration: none;
}

#contact a:hover {
    text-decoration: underline;
}
