/* stylelint-disable selector-list-comma-newline-after */



h1, h2, h3, h4, h5, h6 {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
}




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

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


/*
 * Blog posts
 */
.blog-post {
  margin-bottom: 4rem;
}
.blog-post-title {
  margin-bottom: .25rem;
  font-size: 2.5rem;
}
.blog-post-meta {
  margin-bottom: 1.25rem;
  color: #999;
}


.font-italic        { font-style: italic !important; }

/*
 Back to top float
*/
.back-to-top {
  background-color: #000000;
  color: #FFFFFF;
  opacity: 0;
  transition: opacity .6s ease-in-out;
  z-index: 999;
  position: fixed;
  right: 20px;
  bottom: 35px;
  width: 100px;
  height: 50px;
  box-sizing: border-box;
  border-radius: 0%;
}

a.back-to-top {
  font-weight: 1000;
  letter-spacing: 2px;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.6;
  padding-left: 2px;
  padding-top: 14px;
  color: white;
}
a.back-to-top:visited {
  color: white;
}
.back-to-top.show {
  opacity: 1;
}

/*
 HR and extras
*/

hr {
  background-color: #000080;
  border: 1px solid #000000;
  height: 3px;
  margin: 3px;
  width: 100%;
}

.hr-thin {
  background-color: #000080;
  border: 1px solid #000000;
  height: 1px;
  margin: 3px;
  width: 100%;
}

.blogImg {
  margin: auto;
  padding-bottom: 15px;
}

.sidebar-list li {

  border-bottom: 1px solid #838383;
}

.img-caption {
  font-style: italic; 
  font-weight: bold;
}

.hiResText {
  text-align: center;
}