.main-axis-alignment {
    display: flex;
    flex-direction: row;
}

.about-container {
    display: flex;
    position: relative;
}

/* Necessary so that the floating navigation bar is present throughout page content */
.about-sub-container {
    position: absolute;
    top: 0;
    width: 100%;
}

.about-header-rectangle {
    display: flex;
    position: absolute;
    height: 180px;
    width: 100%;
    z-index: -1;
    border-bottom: solid;
    border-color: #5e5d5d;
    border-width: 1px;
}

.background-image {
    width: 100vw;
}

.orientation-sub-banner {
    width: 80vw;
    height: auto;
    background-color: #121212;
    border-radius: 4px;
    padding: 34px;
    text-align: center;
    font-size: 32px;
    margin: 50px 0;
}

.sub-header {
    display: flex;
    position: absolute;
    flex-direction: column;
    align-items: center;
    height: 19vh;
    width: 89vw;
    font-weight: bold;
    font-size: large;
    z-index: 0;
    position: sticky;
    position: -webkit-sticky;
    bottom: 0;
}

.sub-navigation-container {
    display: flex;
    position: absolute;
    flex-direction: row;
    justify-content: space-between;
    border: solid;
    border-radius: 4px;
    border-width: 1px;
    border-color: #333;
    background-color: black;
    height: 110px;
    width: 85vw;
    bottom: 0;
    z-index: -1;
}

.sub-navigation-button {
    color: #333;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    background: none;
    border: none;
    vertical-align: middle;
    padding: 15px 30px;
    max-width: 220px;
}

.orientation-section {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 98vw;
    align-items: center;
}

#msu-logo {
    height: 138px;
    width: 552px; 
    object-fit: cover;
}

#scu-logo {
    height: 184px;
    width: 139px; 
    object-fit: cover;
    margin-right: 40px;
}

#seminary-logo {
    height: 180px;
    width: 180px; 
    object-fit: cover;
    margin-left: 40px;
}

#uhart-logo {
    height: 128px;
    width: 399px; 
    object-fit: cover;
}