﻿html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

body {
    margin-bottom: 60px;
    background-image: linear-gradient(rgba(255,255,255,0.85), rgba(255,255,255,0.85)), url('/images/nowostworwna1.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    background-color: #f8f8f8;
}

.logo img {
    width: 75px; /* Зменшено в 4 рази */
    height: auto;
}

.language-switcher select {
    font-size: 16px;
    padding: 4px 8px;
    border-radius: 4px;
    border: 1px solid #ccc;
    background-color: #fff;
    cursor: pointer;
}

.submit-button {
    background-color: #007bff;
    color: white;
    padding: 12px 24px;
    font-size: 16px;
    border: none;
    border-radius: 6px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .submit-button:hover {
        background-color: #0056b3;
    }

.site-footer {
    background-color: transparent;
    padding: 20px 10px;
    text-align: center;
    border-top: 1px solid #ddd;
    font-size: 0.95rem;
    line-height: 1.6;
}

.footer-links {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.footer-links a { 
display: inline-block; 
background-color: #5bc0ff; /* темно-синій фон */ 
color: white; padding: 10px 20px; 
border-radius: 6px; 
font-weight: bold; 
text-align: center; 
text-decoration: none; 
transition: background-color 0.3s ease;
 } 
 
 .footer-links a:hover { 
 background-color: #0056b3; /* темніший синій при наведенні */ 
 }


.footer-note {
    color: #555;
}

.footer-note a {
    color: #007bff;
    text-decoration: none;
    font-weight: 500;
}

.footer-note a:hover {
    text-decoration: underline;
}
