
.site {
background-color: transparent
} 
body .hentry,
body footer.entry-footer {
    background-color: rgba(255, 255, 255, 0.7);
}
body:before {
   background-color: rgba(255, 255, 255, 0.7);
}
.entry-title {
font-size: 2.8rem;
}

.entry-content {
font-size: 1.6rem;
}
.site-info {display:none}
.page .entry-title { display: none; }
.site-title {
font-size: 2.0rem;
font-variant: bold;
font-family: "Alegreya sans";
}
.wp-caption-text {
  font-size: 1.6rem;
  font-family: "Alegreya sans";
  font-variant: cursive;
}

