/*
 Theme Name:   Ryu Child
 Template:     ryu
 Description:  Child theme for Ryu
 Version:      1.0
*/

.page-id-147 .entry-title {
  display: none;
}
.page-id-147 #greeting {
  font: italic 700 68px/1 "Playfair Display", serif;
  margin-bottom: 45px;
  position: relative;
}
pre, code {
  font-family: 'Courier New', Courier, monospace;
  background-color: #fff;
  color: #595959;
  font-size: 80%;
}
pre {
  border-radius: 14px;
  overflow-x: auto;
  line-height: 1.5;
}
code {
  border-radius: 4px;
  padding: 6px;
}
.entry-content {
  font-size: 80%;
}

blockquote {
/*  font-family: inherit;
  font-size: inherit;
  font-style: normal;
  line-height: 1.6;
*/
  margin: 1.5em 0 1.5em 1.5em;
  padding: 0 0 0 1.5em;
  border-left: 3px solid #ccc;
}
blockquote p {
  font-size: inherit;
  /* font-style: normal; */
}

