
/* https://leonardocolor.io/scales.html# */

/* Astronaut Blue */
/* #214559 */

/* Spring Bud */
/* #d4d7d1 */
/* #abb1a5 */
/* #838c77 */
/* #5b6a46 */
/* #38491b */
/* #1e270f */

:root {
  --body-text-color: #1e270f;
  --byline-color: #abb1a5;
  --link-color: #38491b;
  --link-hover-color: #838c77;
  --title-color: #5b6a46;
  --water-color: #214559;
}

/* :root { */
/*   --body-text-color: #000000; */
/*   --byline-color: #440000; */
/*   --link-color: #7c0000; */
/*   --link-hover-color: #a71e00; */
/*   --title-color: #c64000; */
/*   --water-color: #ff7518; */
/* } */

/* :root { */
/*   --body-text-color: #000000; */
/*   --byline-color: #3d0000; */
/*   --link-color: #710000; */
/*   --link-hover-color: #952200; */
/*   --title-color: #cc5801; */
/*   --water-color: #b13f00; */
/* } */

/* #000000, #3d0000, #710000, #952200, #b13f00, #cc5801 */
/* #000000, #440000, #7c0000, #a71e00, #c64000, #e35c06, #ff7518 */
/* #000000, #4e0000, #7c0000, #a32700, #c44400, #e25d05, #ff7518 */
/* #214559, #435181, #7055a0, #a053a9, #cd5294, #ef5b62, #ff7518 */

/* https://dejavu-fonts.github.io/Download.html */
/* https://github.com/CatharsisFonts/Cormorant/releases */

@font-face {
    font-family: "DejaVu Serif";
    src: url("/assets/font/dejavu-fonts-ttf-2.37/ttf/DejaVuSerif.ttf") format("truetype");
}

@font-face {
    font-family: "Cormorant Garamond SemiBold";
    src: url("/assets/font/Cormorant_Webfonts_v3.609/3. Webfont Files/CormorantGaramond-SemiBold.woff") format("woff2");
}

@font-face {
    font-family: "Cormorant Garamond";
    src: url("/assets/font/Cormorant_Webfonts_v3.609/3. Webfont Files/CormorantGaramond-Regular.woff") format("woff2");
}

body{
    margin: 0;
    font-family: "DejaVu Serif";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--body-text-color);
    text-align: left;
    background-color: var(--water-color);
    /* background-image: linear-gradient(to top, ); */
}

a {
    color: var(--link-color);
}

a:hover {
    color: var(--link-hover-color);
}

/* .navbar-light .navbar-nav .nav-link { */
/*     color: var(--inactive-color); */
/* } */

/* .navbar-light .navbar-nav .active > .nav-link { */
/*     color: var(--title-color); */
/* } */

#blog-title {
    color: var(--title-color);
}

blockquote {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 1200px) {
    blockquote {
        width: 50%;
    }
}

blockquote p {
    margin-bottom: 0;
    font-size: 1.5rem;
    font-family: "Cormorant Garamond";
}

blockquote p.attribution {
    margin-top: 1rem;
}

.container {
    background-color: #fff;
}

.blog-header {
    line-height: 1;
    border-bottom: 1px solid #e5e5e5;
}

.blog-header-logo {
  font-family: "Cormorant Garamond SemiBold";
  font-size: 2.5rem;
}

.blog-header-logo:hover {
  text-decoration: none;
}

.entry-content > p > a {
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Cormorant Garamond SemiBold";
}

ul.post-list {
    list-style-position: inside;
    list-style-type: circle;
    padding: 0;
}

li.post-list-item {
    background: #fff;
}

.display-4 {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
  .display-4 {
    font-size: 3rem;
  }
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-scroller .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
}

.card-img-right {
  height: 100%;
  border-radius: 0 3px 3px 0;
}

.flex-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
}

.h-150 { height: 150px; }
@media (min-width: 768px) {
  .h-md-150 { height: 150px; }
}

.h-250 { height: 250px; }
@media (min-width: 768px) {
  .h-md-250 { height: 250px; }
}

.border-top { border-top: 1px solid #e5e5e5; }
.border-bottom { border-bottom: 1px solid #e5e5e5; }

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }

/*
 * Blog name and description
 */
.blog-title {
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
}
.blog-description {
  font-size: 1.1rem;
  color: #999;
}

@media (min-width: 40em) {
  .blog-title {
    font-size: 3.5rem;
  }
}

/* Pagination */
.blog-pagination {
  margin-bottom: 4rem;
}
.blog-pagination > .btn {
  border-radius: 2rem;
}

/*
 * Blog posts
 */
article.storypage {
    margin-bottom: 0;
}
article {
  margin-bottom: 4rem;
}
article:last-child {
  margin-bottom: 0;
}
.entry-title {
  margin-bottom: .25rem;
  font-size: 2.5rem;
}
article .metadata {
  margin-bottom: 1.25rem;
  color: var(--byline-color);
}

/*
 * Footer
 */
.blog-footer {
  padding: 2.5rem 0;
  color: #999;
  text-align: center;
  background-color: #f9f9f9;
  border-top: .05rem solid #e5e5e5;
}
.blog-footer p:last-child {
  margin-bottom: 0;
}

@media (min-width: 576px) {
  .nbb-navbar-toggler {
    display: none;
  }

  .nbb-header {
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
  }
}

/* Various fixes that make this theme look better for Nikola's needs */
.navbar-brand {
    padding: 0;
    white-space: initial;
}

.bootblog4-featured-large-image {
    height: 100%;
    border-top-right-radius: .25rem!important;
    border-bottom-right-radius: .25rem!important;
}

.bootblog4-featured-jumbotron-row {
    margin-left: 0;
    margin-right: 0;
}

.bootblog4-right-nav {
    flex-direction: row;
}

.bootblog4-right-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
}

.bootblog4-featured-text {
    overflow: auto;
}
/* extend the mobile appearance to `sm`, because otherwise weird things happen */
@media (min-width: 576px) {
    .nbb-navbar-toggler {
        display: block;
    }
}

@media (max-width: 767px) {
    .bootblog4-right-nav {
        margin-top: 1rem;
    }

    .bootblog4-search-form-holder {
        position: absolute;
        top: 2.75rem;
    }

    .bootblog4-search-form-holder input.form-control {
        width: 6rem;
    }

    .bootblog4-brand {
        text-align: left;
    }
}

@media (min-width: 768px) {
    .nbb-navbar-toggler {
        display: none;
    }

    .flex-collapse {
        display: flex !important;
    }

    .bootblog4-search-form-holder {
        display: block !important;
    }

    .bootblog4-brand {
        text-align: center;
    }
}

p.rubric  {
  color: var(--title-color);
}
