.grp_site_menu {
    display: inline-flex;
    width: 92%;
    height: 2%;
    flex-flow: row wrap;
    justify-content: space-around;
    padding-top: 1vw;
    padding-left: 8% !important;
    padding-bottom: 1vw;
    background-color:#E5CBC0;
    clear: both;
}

.grp_site_foot {
    display: inline-flex;
    width: 100%;
    height: 2%;
    flex-flow: row wrap;
    justify-content: space-around;
    padding-top: 1vw;
    padding-bottom: 1vw;
    background-color:#E5CBC0;
    clear: both;
}

.grp_site_menu_sub { /* sub menu bar  */
    display: inline-flex;
    width: auto;
    height: auto;
    color: #000000;
    flex-flow: row wrap;
    justify-content: space-around;
    padding-top: 1vw;
    padding-bottom: 1vw;
    background-color: #ffffff;
    }
    
 logo {
    position: absolute;
    top: 1.5%;
    left: 2%;
    bottom: 0;
    right: 0;
    /*width: 10vw; /* 333 137.6px */
    /*height: 7vw; /* 162 96.32 */
    padding-left: 2%;
    padding-top: 0.5%;
}   

.grp_site_title_name { /*Family Trees words on top of sub menu */
    font-size: 20px;
    font-weight: 600;
    margin-top: 2.5%;
    padding-left: 1.3%;
}
