
/* Base document */
body {
  background-color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100%; /* 16px base */
  line-height: 1.6;
  color: #333333;
  margin: 0;
  padding: 0;
}


/* Logo */
.site-logo {
  text-align: center;
  margin-top: 8px;
  margin-bottom: 0;
}

.site-logo img {
  display: inline-block;
  border: 0;
}

.site-tagline {
    font-family: Arial, Helvetica, sans-serif;
    margin-top: -10.5px;
    text-align: center;
    color: #395D75;
    font-weight: normal;
    font-size: 1em;
    display: block;
    margin-bottom: 18px;
}


/* Breadcrumbs */
.breadcrumbs {
    text-align: left;
    margin: 0 auto;
    max-width: 720px;
    padding: 0 10px 5px 10px;
    font-size: 1em;
    font-family: Arial, Helvetica, sans-serif;
}

.breadcrumbs a, 
.breadcrumbs a:visited {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: #0000ee !important;
    text-decoration: underline;
}


/* Main content wrapper */
#main-content {
  display: flex;
  justify-content: center;
}


/* Story content */
.erotic-story {
  width: 100%;
  max-width: 720px;
  padding: 0 10px;
  font-size: 1em;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
  color: #333333;
}

.erotic-story p {
  margin: 1em 0;
  color: #333333;
}


/* Story title */
.erotic-story h1 {
  margin-top: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.3;
  color: #000000;
}


/* Story footer CTA */
.article-footer {
    margin-top: 30px;
}

.article-footer a {
    color: #0000ee !important;
    text-decoration: underline;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    font-weight: normal;
}


/* Site footer */
.footer {
    width: 90%;
    margin: 50px auto 0 auto;
    border-top: 1px solid #fff;
    padding: 20px 0 40px 0;
    text-align: center;
    font-size: 0.9em;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    color: #333333;
}

.footer p {
    margin: 0;
}

.footer-link {
    text-decoration: none;
    color: #0000ee;
}

.footer-link:hover {
    text-decoration: underline;
    color: #0000ee;
}




/* Desktop reading improvement */
@media (min-width: 768px) {
  .erotic-story {
    line-height: 1.75;
  }
}

