@media screen and ( min-width: 950px ) {
.header-logo a {
  font-size: 300%;
}

}

@media screen and ( max-width: 950px ) {
.header-logo a {
  font-size: 300%;
}

}

/* Viewport Size 320px */
@media screen and ( max-width: 320px ) {
.header-logo a {
  font-size: 70%;
}
}


.site-description {
  font-style: italic;
}