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

.site-branding__logo {
  display: inline-block;
  margin-right: 1em; /* LTR */
  margin-bottom: 2vh;
  margin-top: calc(24px + 2vh);
  border-bottom: 0;
}
[dir="rtl"] .site-branding__logo {
  margin-right: 0;
  margin-left: 1em;
}
.site-branding__logo {
	position: relative;
	/* left: 50%; */
	/* -webkit-transform: translateX(-50%); */
	/* -ms-transform: translateX(-50%); */
	/* transform: translateX(-50%); */
	/*height: 13.5vh;*/
	max-width: 250px;
	width: auto;
	height: 138px;
}
@media (min-width: 1080px){
	.site-branding__logo {
		margin: 7vh 0 0 0;
		max-width: 300px;
		height: auto;
	}
}
.sticky-head .site-branding__logo {
	margin: 0;
	height: 60px;
}
.sticky-head .site-branding__logo img {
	height: 50px;
	margin: 5px 0;
}
.site-branding__text {
  display: inline-block;
  vertical-align: top;
}

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

@media all and (min-width: 901px) {
  .site-branding__text {
    padding: 1.286em 0 0;
  }
}
.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: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.929em;
  font-style: italic;
}