.title-text{
  font-family:'Dancing Script',cursive;
  font-weight:600;
  font-size:48px;
  line-height:1;
  color:#8fb4ff; /* charcoal blue */
  text-shadow:0 0 6px rgba(143,180,255,.6);
  margin:0;
  text-align:center;
}
.site-header .inner{
  display:flex;
  justify-content:space-between;
  align-items:center;
  max-width:1100px;
  margin:0 auto;
}
.logo-left,.ribbon-right{height:50px}
