.nav-menu {
    list-style: none;
    overflow-y: auto;
    position: fixed;
    top: 2%;
    bottom: 2%;
    right: 0;
    z-index: 20;
    text-align: center;
    border: 1px solid #6791A7;
    padding: 6px 30px 6px 0px;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-border-radius: 10px 0px 0px 10px;
}
.application-card {
    padding-top: 7px;
}
.nav-menu>ul {
    list-style-type: none; 
}
.nav-menu>ul>li>a {
    color: #6791A7;
    font-size: 100%;
    font-weight: bold;
    font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
    font-size: medium;
    display: inline-block;
    margin: 2px;
    padding: 1px 5px 1px 5px;
    border: 1px solid #DDD;
    -webkit-border-radius: 5px 5px 5px 5px;
}
.main-content {
    width: 55%;
}
.module-header {
    font-size: large;
    margin-bottom: 0;
}
.module-subtext {
    font-size: small;
    font-style: italic;
    margin-top: 2px;
}
.module-center-large {
    margin: 10px 0;
    position: fixed;
    top: 25%;
    left: 35%;
    width: 30%;
    z-index: 10;
    cursor: initial;
    text-align: center;
    display: flex;
    flex-direction: column;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
.module-image-center {
    margin: 5%;
    width: 90%;
}
.module-background-white {
    background-color: rgba(255, 255, 255, 0.9);
}
.background-image {
    width: 100%;
    position: fixed;
    z-index: 0;
    right: 0;
    top: -40px;
}
.module-header-larger {
    font-size: xx-large;
    margin-bottom: 0;
}
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {

    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    background: #6391a8;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
    background: #5dacd3;
}
