

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




.content-container {
    max-width: 720px;
    margin: 0 auto;
    border-left: 1px solid #eeeeee;
    padding-left: 20px;
    text-align: left;
}


.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;
}


body.blog.index-page .content-container h2:first-of-type {
  margin-top: 20px;
  margin-bottom: 40px;
}

body.blog.index-page .content-container h2:not(:first-of-type) {
  margin-top: 20px;
}


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


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



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

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

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

.blog-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 .blog-links {
    margin-bottom: 40px;
}


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



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


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

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


/* Post title */
.blog-article h1 {
  margin-top: 22px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.3;
  color: #000000;
}

.blog-article h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: bold;
  margin-top: 2.6em;
  margin-bottom: 0.5em;
  line-height: 1.3;
  color: #000000;
}

.blog-article h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: bold;
  margin-top: 2.6em;
  margin-bottom: 0.5em;
  line-height: 1.3;
  color: #000000;
}

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


/* Images inside article */
.blog-article img {
  width: 100%;
  height: auto;
  display: block;
  margin: 1.2em 0;
  border: 0;
}

.blog-image {
  width: 100%;          /* full width of article container */
  margin: 1.5em 0;      /* spacing above and below image */
  text-align: left;
}

.blog-image img {
  width: 100%;
  height: auto;
  display: block;
  border: 0;
}

.blog-image figcaption {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  font-style: italic;
  color: #555555;
  margin-top: -11.5px;
}



/* 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) {
  .blog-article {
    line-height: 1.75;
  }
}

