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

@import url('https://fonts.googleapis.com/css?family=Saira+Stencil+One&display=swap');

.site-branding__logo {
  display: inline-block;
  margin-right: 1em; /* LTR */
  margin-bottom: 0.286em;
  border-bottom: 0;
}
[dir="rtl"] .site-branding__logo {
  margin-right: 0;
  margin-left: 1em;
}
.site-branding__text {
  display: inline-block;
  vertical-align: top;
}

@media all and (min-width: 461px) {
  .site-branding__text {
    margin-bottom: 0em; /* 1.857em */
  }
}

@media all and (min-width: 901px) {
  .site-branding__text {
    padding: 0em 0 0; /* 1.286em */
  }
}
.site-branding__name {
  color: #686868;
  font-size: 1.6em;
  line-height: 1;
}

@media all and (min-width: 901px) {
  .site-branding__name {
    font-size: 1.821em;
  }
}
.site-branding__slogan {
  margin-top: -7px; 
  word-spacing: 0.1em;
/*  font-family: 'Saira Stencil One', cursive; */
  font-size: 1em;
  font-style: italic;
}
