.heading {
    width: 100%;
    min-height: 200px;
}

h1 {
    text-align: center;
    font-family: "Space Mono", monospace;
    font-size: 1em;
    color: #2A3663;
}

h2 {
    text-align: center;
    font-family: "Space Mono", monospace;
    font-size: 2em;
    color: #2A3663;
}

h3 {
    font-family: "Space Mono", monospace;
    font-size: 1em;
    text-decoration: underline;
    text-underline-offset: 2px;
    color: #2A3663;
}

header {
    width: 100%;
    background-color: #B59F78;
}

.nav-bar {
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #B59F78;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.nav-item {
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
    flex-shrink: 2;
    color: #D8DBBD;
}

h1 {
    font-size: 3em;
}

body {
    margin: 0%;
    border: 0%;
    padding: 0%;
    font-family: Muli, sans-serif;
    font-size: 16px;
    background-color: #FAF6E3;
}

.text-container {
    display: flex;
    justify-content: center;
}

p {
    margin: 5%;
    max-width: 75%;
    font-size: 1em;
    text-align: left;
    color: #2A3663;
}

.banner-image {
    width: 100%;
    max-height: 400px;
    overflow-y: hidden;
    object-fit: cover;
}

footer {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    background-color: #D8DBBD;
    min-height: 200px;
}

.footer-item {
    margin: 20px;
}

.footer-icon {
    margin-left: 5px;
    margin-right: 5px;
    width: 40px;
    height: 40px;
    max-width: 40px;
    max-height: 40px;
    min-width: 40px;
    min-height: 40px;
}