/* CSS Doc/* ===== ТЕМА САЙТА (ДЛЯ СТАТИЧЕСКИХ СТРАНИЦ) ===== */

/* При смене выпуска меняй здесь цвета на нужные */
body {
    background-color: #FDF8F0;
}
.site-title {
    color: #2E7D32;
}

.site-header {
    border-bottom-color: #2E7D32;
}

.main-nav {
    background: #2E7D32;
}

.main-nav ul li a:hover {
    background: #1B5E20;
}

.main-nav ul li a.active {
    color: #2E7D32;
}

.section-title {
    background: #2E7D32;
    border-color: #2E7D32;
}

.vote-btn, .submit-btn {
    background: #2E7D32;
}

#back-to-top {
    background: #2E7D32;
}

#back-to-top:hover {
    background: #1B5E20;
}ument */

.quote {
    border-left-color: #2E7D32;
    color: #3c2a1e;
}
.poll-box-inner .vote-btn {
    background: #2E7D32;
}
.quote {
    border-left-color: #2E7D32;
}
/* ===== ЦВЕТА ДЛЯ СТАТИЧЕСКИХ СТРАНИЦ ===== */
.footer {
    border-top-color: #2E7D32 !important;
}

#back-to-top {
    background: #2E7D32 !important;
}

#back-to-top:hover {
    background: #1B5E20 !important;
}

hr {
    border-top-color: #2E7D32 !important;
}

.quote {
    border-left-color: #2E7D32 !important;
}