@media (min-width: 1900px) {
    .container {
        max-width: 1600px;
    }
}
body {
    font-family: 'Montserrat', sans-serif;
}
.top-banner {
    height: 16px;
    background-color: #e1d47b;
}
.logo {
    max-width: 15rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.nav-link {
    font-weight: 500;
    letter-spacing: 0.2rem;
    text-decoration: none;
    color: inherit;
}
.nav-link:hover {
    color: #e1d47b;
}
hr {
    border: 0;
    height: 1px;
    background-color: black;
    color: black;
}
.page-container {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.content-wrap {
    flex: 1 0 auto;
}
.card {
    border: none;
    background-color: transparent;
}
.card-img-top {
    border-radius: 0;
}
.about-title {
    font-weight: 500;
}
.welcome-title {
    font-size: 1.5rem;
}
.about-text {
    font-size: 1rem;
    line-height: 1.8rem;
}
.email-address {
    font-weight: 500;
    color: #e1d47b;
}
.footer {
    flex-shrink: 0;
}
footer {
    background-color: #e1d47b;
    letter-spacing: 0.2em;
    font-size: 0.8rem;
    position: relative;
    bottom: 0;
    width: 100%;
}