
/* Override Branding */
#branding h1 {
    color: white;
}

/* Remove hover from sections */
a.section:hover {
    text-decoration: none;
    cursor: default;
}