/**
 * @file
 * Visual styles for the site branding block in Bartik.
 */

.site-branding__logo {
  float: left;
  padding-top: 34px;
  margin: 0 0 30px 10px;
}

.site-branding__text {
  float: left;
  padding-top: 34px;
  margin: 0 0 30px 10px;
}

.site-branding__name {
  color: #686868;
  font-size: 1.6em;
  line-height: 1;
  font-size: 45px;
  color: #fff;
  font-family: RobotoCondensed;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 40px;
  text-shadow: 0 0 1px #eaac77;
  letter-spacing: 1px
}

.site-branding__name a{
  font-size: 45px;
  color: #fff;
  font-family: RobotoCondensed;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 40px;
  text-shadow: 0 0 1px #eaac77;
  letter-spacing: 1px;
}

.site-branding__slogan {
  font-family: RobotoCondensed;
  font-size: 19px;
  word-spacing: 5px;
  text-transform: uppercase;
  text-shadow: 0 0 1px rgb(0 0 0 / 11%);
  color: #ffea9c;
  font-weight: 700;
  letter-spacing: .35px;
  margin-top: 8px;
  position: absolute;
}

.block-pn-branding {
  float: left; /* LTR */
  padding-top: 34px;
  margin: 0 0 30px 10px; /* LTR */
}
