/* increase small logo size */
div.header-logo[size="small"] img {
    max-height: 50px;
}

/* clear the unwanted searchbox container background box by making it white */
.header-searchbox-container {
    background-color: #fff !important;
}

/* now that the box around the searchbox has a white background, need to make the header text a dark color...use same value as auth banner */
.home .header-searchbox-container h2 {
    color: #212529 !important;
}

.linked-cards {
    margin-top: 3em !important;
    margin-bottom: 3em !important;
}

.header-searchbox-container {
    margin-top: 4em !important;
    margin-bottom: 4em !important;
}