.site-title a {
  text-shadow: 0 6px 6px rgba(0,0,0,0.6);
  color: #ff9900;
  /*-webkit-text-fill-color: white; /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 0.2px;
  -webkit-text-stroke-color: #ffffff;
}

.site-title a:hover {
  color: #ff6600;
}

.site-description {
  padding: 5px;
  font-family: arial;
  font-weight: bold;
  text-shadow: 0 6px 6px rgba(0,0,0,0.6);
  color: #008080;
  border-radius: 3px;
	background-color:#ffffff;
  opacity: 0.7;
}