:root {
    --bs-body-font-size: 0.85rem;
}

.topbar {
    width: 100%;
    margin: 0 0 20px;
    min-width: 334px;
    background-color: #000;
}

.topbar .mwsu-logo {
    color: #000;
    background-color: #ffc700;
    display: flex;
    align-items: center;
}

.topbar .mwsu-logo img {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    width: 100%;
    max-width: 200px;
}

.topbar .title {
    display: flex;
    padding: 0.75rem;
}

.topbar .title > h1 {
    margin-top: auto;
    margin-bottom: auto;
    font-size: 2.1em;
    font-weight: bold;
    color: #ffc700;
}

a:link {
    color: #592121;
    font-weight: bold;
    text-decoration: none;
}

a:visited {
    color: #bf5454;
    font-weight: bold;
}

a:hover {
    text-decoration: underline;
    color: #903636;
}

a:visited:hover {
    color: #d48c8c;
}

h4.homepage-header {
    font-weight: 700;
    font-size: 1.2em;
    margin: 10px 0 5px;
}

.photo-container {
    align-items: flex-end;
}

@media only screen and (max-width: 768px) {
    .photo-container {
        align-items: flex-start;
    }
}
