@import url("//fonts.googleapis.com/css?family=Pacifico%3A400");
@import url("//fonts.googleapis.com/css?family=Josefin%20Sans%3A400%2C400i%2C700%2C700i");
@import url("//fonts.googleapis.com/css?family=Lora%3A400%2C400i%2C700%2C700i");
body {
  font-family: "Lora", serif;
  font-size: 18px;
  padding-top: 50px; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Josefin Sans", sans-serif;
  color: #3f2c24; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #1f1612; }
    h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
      color: #725e56; }

a {
  color: #bd372f; }

a:hover {
  color: #ebc3c0;
  text-decoration: none; }

.nav {
  font-family: "Josefin Sans", sans-serif;
  text-transform: lowercase;
  font-size: 16px; }

.nav-tabs {
  margin-bottom: 20px;
  margin-top: 20px; }

.body img.img-responsive {
  margin-top: 10px;
  margin-bottom: 10px; }

blockquote {
  font-family: "Josefin Sans", sans-serif; }

#scroll-down {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 100; }

#scroll-up {
  position: fixed;
  bottom: 40px;
  right: 10px;
  z-index: 100; }

.header .navbar {
  background-color: #bd372f;
  border: none; }
  .header .navbar .navbar-nav {
    text-transform: lowercase; }
    .header .navbar .navbar-nav a {
      color: #ffffff; }
    .header .navbar .navbar-nav li.active a {
      background-color: #3f2c24; }
      .header .navbar .navbar-nav li.active a:hover {
        color: #ffffff; }
.header .navbar-brand {
  font-family: Pacifico, cursive;
  color: #ffffff;
  font-size: 24px;
  text-shadow: 2px 2px #3f2c24; }
  .header .navbar-brand:hover {
    color: #ebc3c0; }

.navbar-default .navbar-toggle:hover {
  background-color: #ebc3c0; }
.navbar-default .navbar-toggle .icon-bar {
  background-color: white; }

.article-list .article-summary img {
  margin-bottom: 10px; }
.article-list .article-summary h2 {
  margin-top: 0; }

.article-date {
  font-family: "Josefin Sans", sans-serif; }

.categorization {
  padding: 0;
  font-family: "Josefin Sans", sans-serif;
  text-transform: lowercase; }
  .categorization li {
    background-color: #ebc3c0;
    display: inline-block;
    border-radius: 4px;
    margin-bottom: 4px; }
    .categorization li:hover {
      background-color: #bd372f; }
    .categorization li a {
      padding: 10px;
      color: #1f1612; }
      .categorization li a:hover {
        color: #ffffff; }

.page-buttons {
  font-size: 14px; }
  .page-buttons a {
    color: #ffffff;
    background-color: #00808c;
    border-color: #2e6da4; }
    .page-buttons a:hover {
      color: #ffffff;
      background-color: #00808c;
      border-color: #2e6da4; }

.g-recaptcha {
  margin-bottom: 10px; }

.rtecenter {
  text-align: center; }
  .rtecenter img {
    display: inline-block; }

.archive-button {
  margin-right: 1px;
  margin-bottom: 5px; }

.avatar {
  padding-right: 0; }

.comment-reply-link {
  background-color: #ebc3c0;
  border: none;
  border-radius: 4px; }

.comment-url {
  color: #66b2ba; }

.comments-form .btn-primary {
  background-color: #00808c; }
.comments-form .btn-default {
  background-color: #99ccd1; }

.home-renee {
  padding-top: 20px;
  padding-left: 40px;
  font-family: Pacifico, cursive;
  font-size: 40px;
  color: white; }

.home-social-links {
  padding-top: 20px; }

.home-tagline {
  position: absolute;
  font-family: "Josefin Sans", sans-serif;
  font-size: 34px;
  color: white;
  bottom: 40px;
  right: 40px; }

.social-post.twitter .text {
  font-size: 2.0em; }
  @media screen and (min-width: 768px) {
    .social-post.twitter .text {
      font-size: 1.25em; } }
  @media screen and (min-width: 992px) {
    .social-post.twitter .text {
      font-size: 1.5em; } }
  @media screen and (min-width: 992px) {
    .social-post.twitter .text {
      font-size: 1.75em; } }
  @media screen and (min-width: 1200px) {
    .social-post.twitter .text {
      font-size: 2.0em; } }
.social-post.instagram .caption {
  position: absolute;
  top: 56px;
  left: 15px;
  right: 15px;
  padding: 5px;
  color: white;
  background-color: rgba(0, 0, 0, 0.5); }
.social-post.instagram video {
  width: 100%; }

.rrssb-buttons li a {
  background-color: #66b2ba !important; }
  .rrssb-buttons li a:hover {
    background-color: #00808c !important; }

.social-buttons {
  margin-bottom: 10px; }
  .social-buttons a {
    display: inline-block;
    border: 1px solid #3f2c24;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    vertical-align: middle;
    background: #3f2c24;
    color: white; }
    .social-buttons a svg {
      margin-top: 4px;
      fill: white;
      height: 32px;
      width: 32px; }
    .social-buttons a .fa {
      margin-top: 4px; }
    .social-buttons a .outsideways {
      margin-bottom: 6px; }

.footer {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #dbd7d5;
  margin-top: 1em;
  margin-bottom: 0; }
  .footer .featured {
    margin-bottom: 10px; }
  .footer .social-links a:hover {
    text-decoration: none; }
  .footer .below-footer {
    color: #777777;
    font-size: 0.75em;
    border-top: 2px solid #1F1612;
    margin-top: 1em;
    padding: 10px; }

.carousel li h3 {
  background-color: rgba(10, 10, 10, 0.5);
  color: #edebea;
  position: relative;
  top: -68px;
  margin: 0;
  padding: 5px;
  line-height: 24px;
  margin-bottom: -35px; }

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

.subscribe-outer {
  border: solid 1px #eee;
  margin-top: 20px; 
  padding: 20px;
  padding-top: 0; 
}

.patreon-button {
  display: inline-block;
  margin-bottom: 20px;
  padding: .8em 1.5em;
  padding-bottom: .6em;
  background-color: rgb(249, 104, 84);
  color: white;
  font-family: sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: medium;
}

.post-nav {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin: 15px 0;
}

.post-nav__button {
  text-align: center;
  margin: 1em;
  margin-top: 1.3em;
  font-family: 'Josefin Sans', sans-serif;
}

.post-nav__button > a:focus, .post-nav__button > a:hover {
  color: #00808c !important;
  transition: color .2s ease-in-out;
}

.post-nav__button > a {
  color: #66b2ba !important;
}