#navOpts {
    display: none !important;
    margin-top: 60px;
}
#pdfViewerContainer {
    height: auto;         /* Maintain aspect ratio */
    max-width: 100vw;     /* Prevent the canvas from exceeding the viewport width */
    display: flex;
    flex-direction: column;
}
#content {
    margin-top: 100px;
}
#home {
    margin-top: 60px;
}
.cp {
    cursor: pointer;
}
.hero {
    margin-top: 50px !important;
    width: 100vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-content: center;
    /* background-color: #FD7F64; */
    /* background-color: rgb(253, 228, 218); */
    color: black;
    height: 20em;
    box-shadow: 1px 2px 3px rgba(253, 228, 218,.5);
}
.hero-title {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    align-content: center;
}
.hero-item {
    text-align: center;
    align-content: center;
}
.homeIcon {
    color: white;
    font-size: 40px;
    display: none;
}
.d-flex-column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 3em 0em 3em 1em;
}
.sz-16 {
    font-size: 16px;
}
footer {
    width: 100%;
}
@media (min-width: 370px) {
    .navbar-toggler {
        display: none; /* Hide hamburger menu on larger screens */
    }
    .nav-item {
        display: flex; /* Show nav items on larger screens */
    }
}
@media (max-width: 370px) {
    .nav-item {
        display: none; /* Hide nav items on larger screens */
    }
}