p.about { font-size: 1.5em; }

.episode-summary-container { list-style: none; padding: 0; margin: 0; }

.episode-summary-container li { display: block; position: relative; left: 0; transition: left 0.3s; border: 3px solid #eee; border-radius: 10px; margin-bottom: 1em; padding: 1em 1em 4em 1em; transform: skew(-8deg); }

.episode-summary-container li:hover { left: 10px; }

.episode-summary-container li::after { content: ">"; position: absolute; right: 0; top: 50px; font-size: 4em; color: #ccc; }

.episode-summary-container li a { text-decoration: none; }

.episode-summary-container h2 { color: #555; font-weight: bold; font-size: 3em; }

.episode-summary-container .sequence { color: #ccc; font-weight: bold; font-size: 1.5em; }

header.site-header { background: #00b6eb; background-image: url("../images/mountain-bg.png"); background-image: url("../images/mountain-bg.png"), linear-gradient(#00b6eb, #dbeaed); background-position: center bottom; background-repeat: repeat-x; border-bottom: none; border-top-width: 1px; }

header.site-header .wrapper .site-title { margin: 0.3em 0 1em 0; font-size: 3em; font-weight: bold; font-style: italic; color: #fff; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4); }

header.site-header .wrapper .page-link { color: #666; }

/*# sourceMappingURL=styles.css.map */