#focim {
//  color: rgba(15, 56, 138, 0.19);
//  color: #5d79a9;  
  font-size: 3.3333em;
  font-variant: small-caps;
  letter-spacing: -2px;
  line-height: 61%;
//  text-shadow: 1px -1px 7px silver; 
  text-shadow: 4px -4px 28px #9ab1cf;
//  text-align: right;
//  margin: 9px 27px 9px 9px;

  float:left;
  font-family: garamond, Times;
  font-weight: bold;
//  opacity: 0.225;
  margin-top: -9px;

//  -webkit-animation: mozgolodas 36s infinite; 
//  animation: mozgolodas 36s infinite;
}


span#focim-vege {
  font-size: 87.875%;
  letter-spacing: -4px;
  display: block;
  padding-top: 2px;
}

header.header .site-title {
  display: inline-block;
  margin-top: 12px;
}

#focim:hover {
  text-decoration: none;
}


@-webkit-keyframes mozgolodas {
  0% { 
  }
  25% {
    text-shadow: 4px 4px 28px #9ab1cf;
  }
  50% {
    text-shadow: -4px 4px 28px #9ab1cf;
  }
  75% {
    text-shadow: -4px -4px 28px #9ab1cf;
  }
  100% {
  } 
}

@keyframes mozgolodas {
  0% { 
  }
  25% {
    text-shadow: 4px 4px 28px #9ab1cf;
  }
  50% {
    text-shadow: -4px 4px 28px #9ab1cf;
  }
  75% {
    text-shadow: -4px -4px 28px #9ab1cf;
  }
  100% {
  } 
}


/*****
  Az 'aloldal' betűtípusa és betűköze
*****/
.site-title {
  font-family: beau-xthin;
  letter-spacing: 1pt;
}
