* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Arial', sans-serif;
    background-image: url('zdjecia/plakat2.jpg');
    
    background-size: cover;
    
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    position: relative;
    color: white;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.6);
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2em;
}

.content {
    max-width: 600px;
}

h1 {
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
    color: #ffcc00;
    text-shadow: 0 0 1px rgba(255, 204, 0, 0.6),
                 0 0 4px rgba(255, 255, 255, 0.6),
                 0 0 10px rgba(255, 204, 0, 0.4),
                 0 0 15px rgba(255, 255, 255, 0.3),
                 1px 1px 3px rgba(0, 0, 0, 0.9);
    letter-spacing: 1px;
    font-weight: bold;

}


p {
    font-size: 1.25rem;
}

.button {
    background-color: #ffcc00;
    color: #800000;
    padding: 1em 2em;
    text-decoration: none;
    font-weight: bold;
    border-radius: 8px;
    transition: background-color 0.3s ease;
    margin-top: 1.5rem;
    display: inline-block;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
}

.textContent {
    margin-bottom: -0.1rem;
}

.info-section {
    margin-top: 1.5rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(142, 142, 142, 0.3);
}

.info-section p {
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.location-icon, .time-icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.location-icon {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><path fill="%23ffcc00" d="M215.7 499.2C267 435 384 279.4 384 192C384 86 298 0 192 0S0 86 0 192c0 87.4 117 243 168.3 307.2c12.3 15.3 35.1 15.3 47.4 0zM192 256c-35.3 0-64-28.7-64-64s28.7-64 64-64s64 28.7 64 64s-28.7 64-64 64z"/></svg>');
}

.time-icon {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23ffcc00" d="M256 0a256 256 0 1 1 0 512A256 256 0 1 1 256 0zM232 120V256c0 8 4 15.5 10.7 20l96 64c11 7.4 25.9 4.4 33.3-6.7s4.4-25.9-6.7-33.3L280 243.2V120c0-13.3-10.7-24-24-24s-24 10.7-24 24z"/></svg>');
}

.parking {
    font-size: 1rem;
    opacity: 0.9;
    font-style: italic;
}

.button:hover {
    background-color: #e6b800;
}

.szulta-logo {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1000;
    display: block;
    background-color: rgba(148, 166, 46, 0.1);
    padding: 8px 12px;
    border-radius: 8px;
}

.szulta-logo img {
    height: 45px;
    width: auto;
    transition: transform 0.3s ease;
    
   
}

.szulta-logo img:hover {
    transform: scale(1.05);
}
.parking {
    font-size: 1rem;
    opacity: 0.9;
    font-style: italic;
}

.social-icon {
    display: inline-block;
    margin: 0 10px;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.social-icon svg {
    width: 28px;
    height: 28px;
}

.social-icon:hover {
    transform: scale(1.1);
}

.button:hover {
    background-color: #e6b800;
}