/* Header and site name background */
#headerNavigationContainer,
.pkp_site_name {
    background-color: #58a6a0 !important;
}

/* Nav bar background */
.pkp_site_nav_menu {
    background: #58a6a0 !important;
}

/* Site name font and colour */
.pkp_site_name .is_text {
    font-family: 'Times New Roman', serif !important;
}

/* Removes the underline from all links */
a {
    text-decoration: none !important;
}