#banner {
    background: none;
    height: auto;
}

body {
    background-color: #222;
}

p, li {
    color: #fff !important;
}

li {
    font-size: 20px;
}

h1 {
    color: #E1BC94 !important;
    padding-top: 0;
}

@media (max-width: 767px) {
    li {
        font-size: 17px;
    }
}