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

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

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

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

.stat_icon {
    height: 2.5em;
    width: 2.5em;
    /* margin:auto; */
    border-radius: 50%;
    font-size: 30px;
    line-height: 2.5em;
    text-align: center;
    box-shadow: 1px 1px 1px 1px rgb(226, 226, 226);
}

.stat_fig {
    font-size: 25px;
    font-weight: 600;
    color: rgb(58, 58, 58);
    padding-top: 10px;
}

.stats_desc {
    /* font-weight: 300; */
    color: rgb(150, 150, 150);
    padding-top: 10px;
    font-size: 15px;
}

.miniNav {
    display: inline-flexbox;
    text-align: right;
}

.miniNavCol {
    display: inline-flex;
    /* font-size: 17px; */
    font-weight: 600;
    margin-left: 10px;
    margin-right: 10px;
}

@media only screen and (min-width:768px){
    
}