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

.site-branding__logo {
  display: inline-block;
  margin-right: 20px; /* 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: 901px) {
  .site-branding__text {
    margin-top: 6%;
  }
}
 .site-branding__name {
    font-size: 24px;    
    font-weight: bold;
    text-transform: uppercase;
}
.site-branding__name a,.site-branding__name a:hover{
    color: #1859A9;
}
@media all and (max-width: 1024px) {
.site-branding__name {
       font-size: 20px;
} 
}
