h1.page-title{
  text-align:center;
  margin-bottom: 32px;
}

.html .font-size-90 h1{
  font-size:65px;
}
/* end */

/* main header title smaller on mobile */
@media only screen and (max-width: 768px) {
  .logo.navbar-btn{
    min-width:185px;
  }
  .name.navbar-brand{
    text-align:left;
    padding-left:24px !important;
    font-size:20px !important;
  }
  .wrap-branding{
    display:flex;
  }
  .html .font-size-90 h1{
    font-size:2em;
  }
}

/* end*/