/* Put your overrides here. This file loads after template.css */

/* LA Survey customizations */
body { background-color: #0a0f1a; color: #ffffff; }
.site-header { background: rgba(0,0,0,0.7); }
.site-footer { background: #000000; }
.brand img.logo { height: 60px; width: auto; display: block; }
@media (max-width: 768px){ .brand img.logo { height: 40px; } }
.hero .overlay, .hero::before { background: radial-gradient(60% 80% at 50% 20%, rgba(0,0,0,.35) 0%, rgba(0,0,0,1) 100%); }