body {
    max-width: initial ! important;
    margin: initial ! important;
    padding: initial ! important;
}
.header-logo.index3 {
    text-align: center;
    background-color: #003366; /* тёмно-синий фон */
    float: none;
}

.header-logo.index3 a,
.header-logo.index3 .site-title {
    color: #ffffff; /* белый текст для контраста */
}

.header-logo.index3 a:hover {
    color: #ffcc00; /* яркий желтый при наведении */
}
/* Фон полосы с текстом под слайдером */
.header-title {
    background-color: #003366 !important; /* тёмно-синий, как шапка */
    padding: 20px; /* можно подстроить высоту полосы */
}

/* Текст остаётся белым и читаемым */
.header-title h2 {
    color: #ffffff !important;
    font-family: 'Droid Sans', sans-serif;
    font-size: 26px;
    font-weight: 400;
    margin: 0;
    text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.3);
}
/* Сделать фон синим полупрозрачным */
.slide-caption {
    background-color: rgba(0, 51, 102, 0.7) !important; /* тёмно-синий с прозрачностью 0.7 */
    padding: 20px; /* отступы вокруг текста */
    border-radius: 5px; /* мягкие углы, если хотите */
}

/* Текст внутри блока */
.slide-caption h2,
.slide-caption p,
.slide-caption a {
    color: #ffffff !important; /* белый текст для контраста */
}

/* Ссылка при наведении */
.slide-caption a:hover {
    color: #ffcc00 !important; /* желтый при наведении */
}
.logged-in.wp-block-loginout a {
    display: inline-block;
    background-color: #003366 !important;
    color: #ffffff !important;
    padding: 6px 12px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: background-color 0.3s ease, color 0.3s ease;

    position: relative;
    top: -4px; /* сдвигаем кнопку вверх на 4 пикселя */
}