.desktop {
    display: none !important;
}

h1 {
    font-family: inherit;
    font-weight: bold;
    font-size: clamp(1rem, 2rem, 2rem);
    margin-left: 0px;
    width: 100%;
    text-align: center;
    /* color: #0ECF8D; */
    color: whitesmoke;
}

h2 {
    font-family: inherit;
    font-weight: bold;
    font-size: clamp(1rem, 2rem, 2rem);
    margin-left: 0px;
    width: 70vw;
    text-align: center;
    /* color: #0ECF8D; */
    color: whitesmoke;
}

p {
    width: calc(100% - 40px) !important;
    margin-left: auto;
    margin-right: auto;
}

ul {
    width: auto !important;
}

.banner-text {
    font-size: clamp(3rem, calc(2rem + 1vw), 6rem) !important;
}

.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%;
}

.list-container {
    width: 80vw;
}

.banner-text {
    font-size: clamp(2rem, calc(2rem + 5vw), 6rem);
    font-family: inherit;
    font-weight: bold;
}

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

.mobile-body {
    display: flex;
    position: relative;
    /* height: 100vh; */
    flex: 1;
    width: calc(100vw - 40px);
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
}

.banner {
    max-width: calc(100% - 80px) !important;
}

.background-image {
    overflow: hidden;
    width: 100%; /* Makes the image take the full width of its container */
    height: 100%; /* Makes the image take the full height of its container */
    object-fit: cover; /* This is the key property */
    border-radius: 10px;
}

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

.sub-header {
    display: flex;
    position: absolute;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 12.5vh !important;
    width: calc(100vw - 40px) !important;
    font-weight: bold;
    z-index: 2;
    position: sticky;
    position: -webkit-sticky;
    bottom: 0;
    margin-right: auto;
    margin-left: auto;
}

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

.sub-navigation-large-button {
    color: #333;
    font-family: inherit;
    font-size: clamp(0.8rem, calc(0.3rem + 1cqw), 1rem);
    font-weight: inherit;
    background: none;
    border: none;
    vertical-align: middle;
    padding: 5px 30px;
    min-width: 160px;
    max-width: 220px;
    max-height: 80%;
}

.sub-navigation-container {
    display: flex;
    position: absolute;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border: solid;
    border-radius: 4px;
    border-width: 1px;
    border-color: #333;
    background-color: black;
    height: 100%;
    /* width: 85vw; */
    width: calc(100% - 20px);
    bottom: 0;
    z-index: -1;

    /* Horizontal Scroll Settings */
    overflow-x: auto;
    scroll-snap-type: x proximity;
        
    /* Padding-right ensures the last item doesn't stick to the edge */
    padding: 0px 20px; 
    gap: 30px;

    /* Hide scrollbars */
    scrollbar-width: none; 
    -ms-overflow-style: none;
}
.sub-navigation-rectangle::-webkit-scrollbar { display: none; }


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

#msu-logo {
    /* height: 138px; */
    width: 552px; 
    max-width: calc(100% - 40px) !important;
    object-fit: cover;
}

#scu-logo {
    aspect-ratio: 0.76 / 1;
    /* width: 139px; */
    width: clamp(100px, 20vw, 139px);
    object-fit: cover;
    margin-bottom: 2vh;
}

#seminary-logo {
    aspect-ratio: 1 / 1;
    /* width: 180px; */
    width: clamp(100px, 20vw, 150px);
    object-fit: cover;
    margin-top: 2vh;
}

.logo-group {
    display: flex;
    align-items: center;
}

#uhart-logo {
    /* height: 128px; */
    width: 399px;
    max-width: calc(100% - 40px) !important;
    object-fit: cover;
}