
/* 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;
}

/* Bold index tagline */
.index-page .site-tagline {
    font-weight: bold;   /* or 600 */
}


/* Index intro */
.index-page .index-intro {
  max-width: 720px;
  margin: 16px auto 20px;
  padding: 0 10px;
  font-size: 1rem;
  line-height: 1.6;
  color: #444;
  text-align: center;
}


/* Category intros */
.category-page .category-intro {
  max-width: 720px;
  margin: 16px auto 20px;
  padding: 0 10px;
  font-size: 1rem;
  line-height: 1.6;
  color: #444;
  text-align: center;
}


/* Collection intros */
.collection-page .category-intro {
  max-width: 720px;
  margin: 16px auto 20px;
  padding: 0 10px;
  font-size: 1rem;
  line-height: 1.6;
  color: #444;
  text-align: center;
}



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

/* Breadcrumbs index-specific adjustment */
.index-page .breadcrumbs {
    padding: 5px 10px 5px 0;
}

/* Breadcrumbs category-specific adjustment */
.category-page .breadcrumbs {
    padding: 5px 10px 17px 0;
}

/* Breadcrumbs collection-specific adjustment */
.collection-page .breadcrumbs {
    padding: 5px 10px 17px 0;
}


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

/* Jump links index page */
.category-jump-links {
 margin-top: 35px; 
} 

.category-jump-links a {
 display: block; margin: 6px 0; 
}

/* Category jump links - always blue */
.category-jump-links a,
.category-jump-links a:visited {
    color: #0000ee;
    text-decoration: underline;
}


/* Space below category jump links on index page */
.index-page .category-jump-links {
    margin-bottom: 40px;
}


.view-all-stories {
  margin-top: 16px;
}

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


/* Category pages */
.content-container {
    max-width: 720px;
    margin: 0 auto;
    border-left: 1px solid #eee;
    padding: 0 16px;
    text-align: left;
}

/* Control space below Browse by Category */
.content-container .category-jump-links .category-jump-title {
  margin-top: 0;
  margin-bottom: 16px;
}

/* Desktop adjustment */
@media (min-width: 768px) {
    .content-container {
        padding: 0 20px;
    }
}

.content-container h2 {
  margin-top: 18px;
  margin-bottom: 18px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.3;
  color: #000000;
}


.story-links {
    list-style-type: none;
    padding: 0;
    margin: 15px 0 0 0;
}

.story-links li {
    margin-bottom: 15px;
}

.story-links a, 
.story-links a:visited {
    color: #0000EE;
    text-decoration: underline;
    font-size: 1em;
}

.story-links a:visited {
    color: #800080;
}

/* Space between breadcrumb and first section on index page */
.index-page .breadcrumbs {
    margin-bottom: 30px;
}

/* Add space between sections on index page */
.index-page .story-links {
    margin-bottom: 40px;
}

.story-teaser {
    font-size: 1em;
    color: #395D75;
    margin-top: 2px;
    line-height: 1.4;
}



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


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

.funny-article p {
  margin: 1em 0;
  color: #333333;
}


/* Funny Article title */
.funny-article h1 {
  margin-top: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.3;
  color: #000000;
}


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

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



.related-categories {
  margin-top: 35px;
}

.related-categories a {
  display: block;
  margin: 6px 0;
}



.collections {
  margin-top: 35px;
}

.collections a {
  display: block;
  margin: 6px 0;
}


.browse-all-stories {
  margin-top: 35px;
}

.browse-all-stories a {
  color: #0000ee !important;
  text-decoration: underline;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: bold;
}



/* Outro closing text index page */
.index-outro {
  max-width: 720px;
  margin: 16px auto 20px;
  padding: 0 10px;
  font-size: 1rem;
  line-height: 1.6;
  color: #444;
  text-align: center;
}


/* 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;
  }
}

