/* Fondo del header */
header, .site-header, #masthead {
    background-color: #0149AF !important;
}

/* Color del texto dentro del header */
header a, .site-header a, #masthead a {
    color: #ffffff !important;
}

/* Color del texto cuando pasas el mouse (hover) */
header a:hover, .site-header a:hover, #masthead a:hover {
    color: #ffcc00 !important;
}

/* Color del título del sitio (si no es logo) */
.site-title, .site-title a {
    color: #ffffff !important;
}

/* Color del eslogan debajo del título */
.site-description {
    color: #cccccc !important;
}