body {
    background: #e6e6e6;
}

.gereja-logo {
    filter: drop-shadow(4px 4px 5px rgba(0, 0, 0, 0.1));
    -webkit-filter: drop-shadow(4px 4px 5px rgba(0, 0, 0, 0.1));
}

.login-submit {
    background: #245320;

    -webkit-transition: background 0.4s;
    -moz-transition: background 0.4s;
    -o-transition: background 0.4s;
    transition: background 0.4s;
}

.header-container {
    background: #245320;
}

.not-active.headroom--top {
    background: #245320 !important;
}

.active.headroom--top {
    background: #245320 !important;
}

.content-title-container {
    background: #245320 !important;
}

.nav-container {
    background: #245320;
}