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

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


@media only screen and (max-width: 1024px) {
  .story-banner .banner-desc h1 {
  	font-size: 50px;
  }
}


/* 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;
  }
  
  .story-banner .banner-desc h1 {
  	font-size: 22px;
  }
  
}

/* end*/
