/* Resize the logo */
#site-name img {
    width: 200px;
    height: 100px;
}

#header {
    background-color: #fdfdfd !important;
    color: #000000 !important;
}

#user-tools a {
    color: black !important;
}


#user-tools strong {
    color: black !important;
}

#user-tools #logout-form button {
    color: black !important;
    background: none !important;
    border: none !important;
    font-size: inherit;
    cursor: pointer;
    padding: 0 !important;
    margin: 0 !important;
    line-height: normal !important;
    vertical-align: middle;
}

#user-tools #logout-form button:hover {
    color: black !important;
    text-decoration: none !important;
}

button.theme-toggle {
    display: none !important;
}

