/* Alemsin.com: büyük, yüksek kontrastlı yıldırım kelime işareti. */
.site-header { height: 102px; }
.site-header .brand { font-size: 36px; letter-spacing: 0; }
.site-header .brand > span,
.site-footer .brand > span {
  display: inline-flex;
  align-items: center;
  padding: 4px 0;
  color: currentColor;
  text-shadow: 2px 2px 0 #d6f04b, 5px 5px 0 rgba(12, 32, 41, .2);
  letter-spacing: .008em;
}
.site-header .brand > span::before,
.site-footer .brand > span::before {
  content: "⚡";
  margin-right: 7px;
  color: #ff795e;
  font: 900 47px/.55 Arial, sans-serif;
  text-shadow: 3px 3px 0 #0c2029;
}
.site-header .brand sup,
.site-footer .brand sup { font-size: 12px; }
.site-footer .brand { font-size: 32px; }
.site-footer .brand > span { text-shadow: 2px 2px 0 #ff795e, 5px 5px 0 rgba(0, 0, 0, .36); }
.site-footer .brand > span::before { color: #d6f04b; text-shadow: 3px 3px 0 #ff795e; }
@media (max-width: 800px) {
  .site-header { height: 80px; }
  .main-nav { top: 79px; }
  .site-header .brand { font-size: 28px; }
  .site-footer .brand { font-size: 27px; }
  .site-header .brand > span::before,
  .site-footer .brand > span::before { margin-right: 5px; font-size: 35px; }
  .site-header .brand sup,
  .site-footer .brand sup { font-size: 9px; }
}
