.header {
    background-color: brown;
    width: 100%;
    height: 7rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.viewport {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	min-height: 100%;
	height: auto;
}

.footer {
    background-color: #dedede;
    color: #c3c4c3;
    width: 100%;
    height: 3.5rem;
    position: fixed;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: lighter;
}

.footer h3 {
    white-space: nowrap;
}

.nav {
    background-color: darkred;
    width: auto;
    position: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

#business-number {
    color: white;
    white-space: nowrap;
    padding-block: 1rem;
    font-size: 2rem;
    font-weight: lighter;
}

#logo {
    height: 5rem;
    padding-block: 1rem;  
}

body {
    margin: 0;
    font-family: 'Open Sans', 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.nav-link {
    white-space: nowrap;
    height: 3rem;
    width: 5rem;
    text-decoration: none;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: large;
    padding-inline: 2rem;
    margin: 0;
}

.nav-link:hover,
.current {
   background-color: #310306;
}


ul {
    list-style: none;
    display: flex;
    overflow: visible !important;
}

h1 {
    color: brown;
    font-weight: 100;
    margin: 0;
    white-space: nowrap;
}

hr {
    margin: 0;
}

.context {
    padding-top: 2rem;
    padding-bottom: 5rem;
}

#about-div-1, #about-div-2 {
    display: flex;
    flex-direction: row;
}

#about-img1 {
    margin: 0;
    padding-block: 1rem;
    padding-left: 1rem;
    display: block;
    max-width: 18rem;
    max-height: 13rem;
    height: auto;
    width: auto;
}

#about-img2 {
    margin: 0;
    padding-top: 1rem;
    padding-right: 1rem;
    display: block;
    max-width: 18rem;
    max-height: 16rem;
    height: auto;
    width: auto;
}

p {
    margin: 0;
    padding-block: .5rem;
}

.pic-text {
    display: flex;
}

.staff-img {
    display: block;
    max-width: 20rem;
    max-height: 20rem;
    clip-path: inset(0px 0px 60px);
    margin-bottom: -55px;
}

.staff-name {
    font-weight: lighter;
    margin: 0;
    padding-top: 2px;
    background-color: white;
}

.staff-number {
    color: brown;
    background-color: white;
    font-weight: 800;
    font-size: large;
    margin: 0;
}

td {
    padding: 2rem;
    text-align: center;
    margin: 0;
}

.staff {
    display: flex;
    justify-content: center;
    margin: 0;
}