@import "icomoon.css";
.word-break {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
/**
* Hide elements visually, but keep them available for screen-readers.
*
* Used for information required for screen-reader users to understand and use
* the site where visual display is undesirable. Information provided in this
* manner should be kept concise, to avoid unnecessary burden on the user.
* "!important" is used to prevent unintentional overrides.
*/
.element-invisible {
  position: absolute !important;
  height: 1px !important;
  width: 1px !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}
html {
  box-sizing: border-box;
}
*,
*:after,
*:before {
  box-sizing: inherit;
}
body,
html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  color: #000;
  text-align: center;
  font: 400 18px/24px "goldenbook", serif;
  background: url("https://files.stownpodcast.org/img/bg-tan.jpg") no-repeat 50% 50%;
  background-size: cover;
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  body {
    font: 400 20px/28px "goldenbook", serif;
  }
}
a {
  text-decoration: none;
  color: #000;
}
#page {
  position: fixed;
  z-index: 100;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#page #inner {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
}
#page #content {
  position: relative;
  z-index: 100;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#page .site-name {
  display: block;
  max-width: 262px;
  margin: 0 auto 20px;
}
#page .site-name img {
  display: block;
  width: 100%;
  height: auto;
}
#page h2 {
  font: 700 14px/17px "goldenbook", serif;
  letter-spacing: 1.75px;
  text-transform: uppercase;
  margin: 0 0 16px;
}
#page ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#page ul li {
  margin: 0;
  padding: 0;
  display: inline-block;
}
#page ul li a {
  color: #000;
  vertical-align: middle;
  display: block;
  width: 70px;
  height: 70px;
  line-height: 62px;
  border: 2px solid #000;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  text-align: center;
  cursor: pointer;
}
#page ul li a .icon {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
#page ul li a .icon.icon-pause {
  margin: 0 0 0 2px;
}
#page ul li a .icon.icon-play {
  margin: 0 0 0 4px;
}
.corner {
  position: fixed;
  pointer-events: none;
  z-index: 50;
}
.corner.top-left {
  top: 0;
  left: 0;
  width: 146px;
  height: 158px;
  background: url("https://files.stownpodcast.org/img/embed-top-left.png") no-repeat left top;
}
html.backgroundsize .corner.top-left {
  background-image: url("https://files.stownpodcast.org/img/embed-top-left@2x.png");
  background-size: 100%;
}
@media only screen and (max-width: 375px) {
  .corner.top-left {
    left: auto;
    right: 229px;
  }
}
@media only screen and (max-height: 400px) {
  .corner.top-left {
    top: auto;
    bottom: 242px;
  }
}
body.chapter .corner.top-left {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(-15%, -15%, 0);
  -ms-transform: translate3d(-15%, -15%, 0);
  transform: translate3d(-15%, -15%, 0);
}
.corner.top-right {
  top: 0;
  right: 0;
  width: 295px;
  height: 155px;
  background: url("https://files.stownpodcast.org/img/embed-top-right.png") no-repeat right top;
}
html.backgroundsize .corner.top-right {
  background-image: url("https://files.stownpodcast.org/img/embed-top-right@2x.png");
  background-size: 100%;
}
@media only screen and (max-width: 375px) {
  .corner.top-right {
    right: auto;
    left: 80px;
  }
}
@media only screen and (max-height: 400px) {
  .corner.top-right {
    top: auto;
    bottom: 245px;
  }
}
body.chapter .corner.top-right {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(15%, -15%, 0);
  -ms-transform: translate3d(15%, -15%, 0);
  transform: translate3d(15%, -15%, 0);
}
.corner.bottom-left {
  bottom: 0;
  left: 0;
  width: 195px;
  height: 192px;
  background: url("https://files.stownpodcast.org/img/embed-bottom-left.png") no-repeat left bottom;
}
html.backgroundsize .corner.bottom-left {
  background-image: url("https://files.stownpodcast.org/img/embed-bottom-left@2x.png");
  background-size: 100%;
}
@media only screen and (max-width: 375px) {
  .corner.bottom-left {
    left: auto;
    right: 180px;
  }
}
@media only screen and (max-height: 400px) {
  .corner.bottom-left {
    bottom: auto;
    top: 208px;
  }
}
body.chapter .corner.bottom-left {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(-15%, 15%, 0);
  -ms-transform: translate3d(-15%, 15%, 0);
  transform: translate3d(-15%, 15%, 0);
}
.corner.bottom-right {
  bottom: 0;
  right: 0;
  width: 206px;
  height: 200px;
  background: url("https://files.stownpodcast.org/img/embed-bottom-right.png") no-repeat right bottom;
}
html.backgroundsize .corner.bottom-right {
  background-image: url("https://files.stownpodcast.org/img/embed-bottom-right@2x.png");
  background-size: 100%;
}
@media only screen and (max-width: 375px) {
  .corner.bottom-right {
    right: auto;
    left: 169px;
  }
}
@media only screen and (max-height: 400px) {
  .corner.bottom-right {
    bottom: auto;
    top: 200px;
  }
}
body.chapter .corner.bottom-right {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(15%, 15%, 0);
  -ms-transform: translate3d(15%, 15%, 0);
  transform: translate3d(15%, 15%, 0);
}
body.chapter #site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
body.chapter #site-header .site-name {
  max-width: 228px;
}
body.chapter #page #content {
  top: auto;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
body.chapter #page #content #main {
  position: relative;
  z-index: 100;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
body.chapter #page #content #main img {
  display: block;
  height: 100px;
  width: auto;
  margin: 32px auto 16px;
}
body.chapter #page #content #main h2 {
  font: 400 32px/38px "goldenbook", serif;
}
body.chapter #page #content #main ul li a {
  width: 50px;
  height: 50px;
  line-height: 42px;
  font-size: 14px;
}
