/* Existing code (if any) */

/* =====================================================
   BLUE PALM GLOBAL
===================================================== */

html {
    background: #071629;
}

body {
    background: #071629 !important;
    min-height: 100vh;
}

/* Remove default white background */

#page,
.site,
.site-content {
    background: transparent;
}
.bp-footer-test{
    background:#071629;
    color:#fff;
    padding:80px 20px;
    text-align:center;
}

.bp-container{
    max-width:1400px;
    margin:auto;
}