/* Import Cormorant font */
@import url('https://fonts.googleapis.com/css2?family=Cormorant:wght@400;600;700&display=swap');

/* Dark green header background */
header.small {
    background-color: #0A5732;
    padding: 20px;
}

/* Add text to header next to logo */
header.small::after {
    content: "The Mill Museum Digital Archives";
    font-family: 'Cormorant', serif;
    font-size: 2em;
    font-weight: 600;
    color: #faf9f6;
    margin-left: 30px;
    letter-spacing: 0.5px;
    display: inline-block;
    vertical-align: middle;
}