:root {
    --color: #005b08; /*warna hijau*/
}

.large-header {
    position: relative;
    background-color: #005b08;
/*    background: -webkit-radial-gradient(center, ellipse cover, #ff9900 1%,#3333cc 80%) !important;
    background: -moz-radial-gradient(center, ellipse cover, #ff9900 1%,#3333cc 80%) !important;
    background: -ie-radial-gradient(center, ellipse cover, #ff9900 1%,#3333cc 80%) !important;*/
    background: -webkit-radial-gradient(center, ellipse cover, #3333cc 1%,#0d0011 100%) !important;
    background: -moz-radial-gradient(center, ellipse cover, #3333cc 1%,#0d0011 100%) !important;
    background: -ie-radial-gradient(center, ellipse cover, #3333cc 1%,#0d0011 100%) !important;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    z-index: 1;
}

.footer {
    bottom: 0 !important;
    padding: 0 !important;
}