body {
    background: rgb(240, 240, 240);
}

.contentBox {
    height: 5em;
    max-width: 110em;
    ;
    margin: auto;
    background: rgba(30, 143, 255, 0);
}

.actionBarUl {
    list-style: none;
    ;
}

.actionBarUl li {
    line-height: 35px;
    /* border-bottom: 1px solid rgb(202, 202, 202); */
}

.project_list {
    list-style: none;
}

.project_list li {
    line-height: 30px;
    font-weight: 600;
}

.main_container_grid {
    height: 88vh;
}

.mobile_nav {
    border-bottom: 1px solid rgba(177, 177, 177, 0.699);
    padding: 1em;
    /* line-height: 34px; */
}