.site-branding {
  display: flex;
  flex-direction: column;
  align-items: center;   /* centers horizontally */
  text-align: center;    /* centers text */
}

.loggo {
  max-width: 140px;
  margin-bottom: 5px;
  margin-top:3px;/* spacing below logo */
}

.site-branding__name {
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  /*margin-bottom: 5px;*/
}

.site-branding__slogan {
  font-size: 15px;
  color: rgba(232, 129, 110, 0.8);
  margin-bottom: 1px;
  font-weight: 700;
}

.flaglines {
  width: 100%;
  margin-top: 2px;
  padding:1px;
}

.flaglines .black {
  display: block;
  height: 3px;
  background: black;
}

.flaglines .yellow {
  display: block;
  height: 2px;
  background: yellow;
}

.flaglines .red {
  display: block;
  height: 3px;
  background: red;
}
