.site-branding {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 3px 30px 25px 33px;
    z-index: 6;
}
.navbar {
    position: relative;
    top: 0;
    left: 0;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    min-height: 85px;
    background-color: #fff;
    z-index: 9000;
}
.mojh1 {
    font-size: 30px !important;
}