.bg-primary {
    background-color: #159957;
    background-image: linear-gradient(120deg, #155799, #159957);
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.container{
    flex: 1 0 auto;
}

h1 {
    color: #159957;
}

h2 {
    color: #1e6bb8;
}

#navbar-collapse {
    display: flex;
    justify-content: space-between;
}

#navbar-collapse ul:first-child {
    margin-right: auto;
}

#navbar-collapse ul:last-child {
    margin-left: auto;
}

.proposal-section {
    background: linear-gradient(90deg, #e0ffe0 0%, #d0f0ff 100%);
    border: 2px solid #159957;
    border-radius: 12px;
    padding: 1.5em 1em;
    margin: 2em 0;
    text-align: center;
    box-shadow: 0 2px 8px rgba(21,153,87,0.08);
}

.proposal-section span {
    display: block;
    font-size: 1.2em;
    font-weight: bold;
    color: #155799;
    margin-bottom: 1em;
}

.proposal-section .btn-primary {
    background: linear-gradient(120deg, #155799, #159957);
    color: #fff !important;
    border: none;
    font-size: 1.1em;
    padding: 0.7em 2em;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(21,87,153,0.10);
    transition: background 0.2s;
}

.proposal-section .btn-primary:hover {
    background: linear-gradient(120deg, #159957, #155799);
    color: #fff !important;
}

footer {
    width: 100vw;
    background-color: #157878;
    padding: 0;
    border: none;
    position: relative;
    flex-shrink: 0;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.footer-left, .footer-center, .footer-right {
    display: flex;
    align-items: center;
}

.footer-left {
    flex: 1;
    justify-content: flex-start;
    gap: 1rem;
    padding-left: 50px;
}

.footer-center {
    flex: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.footer-center span.footer,
.dfg-container span {
    font-family: 'Palatino Linotype', sans-serif;
    font-size: 0.9rem;
}

.footer-center span.footer {
    flex: 0 1 auto;
    text-align: center;
}

.footer-right {
    flex: 1;
    justify-content: flex-end;
    gap: 1rem;
    padding-right: 50px;
}

.dfg-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
}

.dfg-container span {
    font-size: 0.9rem;
    text-align: left;
    margin-left: 0.5rem;
}

img.dfg-logo {
    width: auto;
    height: 40px;
    margin: 0;
}

img.dfg-logo:hover {
    transform: scale(1.1);
}

img.cdmd-logo {
    width: auto;
    height: 100px;
    margin: 0;
}

img.cdmd-logo:hover {
    transform: scale(1.1);
}

img.zenmem-logo {
    width: auto;
    height: 50px;
    margin-left: auto;
    margin-top: 5px;
}

img.zenmem-logo:hover {
    transform: scale(1.1);
}

img.adw-logo {
    width: auto;
    height: 80px;
    margin: 0;
}

img.adw-logo:hover {
    transform: scale(1.1);
}

span.footer {
    margin: 0;
    font-size: var(--step-0);
    font-family: 'Palatino Linotype', sans-serif;
}
