@charset "utf-8";
html, body {
  margin: 0!important;
  padding: 0!important;
  min-width: 100vw;
  width: 100vw;
  background-color: rgba(51, 51, 102, 0.46)!important;
}
.navBarCustom {
  position: fixed;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: 2;
  padding: 1rem;
  min-width: 100vw;
  width: 100vw;
}
.navBarCustom img {
  height: 6vh;
  width: auto;
  padding-right: 0.6rem;
}
.navBarCustom a {
  text-decoration: none;
  font-size: 1.2rem;
  color: white;
  font-weight: 600;
}
.closeBtn {
  background-color: transparent;
  color: white;
  border: none;
}
.centeredImgText {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cardText {
  display: inline;
  color: whitesmoke;
  background-color: black;
  font-family: 'Cutive Mono', monospace;
}
.headContainer {
  position: relative;
  text-align: center;
  color: white;
}
.cardCSS:hover {
  opacity: 0.7;
}
.sleepTopImg {
  margin: 0;
  padding: 0;
  max-width: 100vw;
  width: 100vw;
  height: auto;
}
.cardImg {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.headBanner {
  background-color: #020322!important;
  color: white;
}
.listitem {
  display: inline;
  font-family: 'Cutive Mono', monospace;
  background-color: black;
  color: white;
}
.articlePoints li {
  list-style-type: none;
}
.continueReading {
  cursor: pointer;
  color: #020322;
  text-decoration: none;
}
.continueReading:hover {
  cursor: pointer;
  color: palevioletred;
  text-decoration: underline;
}
.references {
  text-overflow: ellipsis;
}
.references sup {
  padding: 0.1rem;
  color: black;
  text-decoration: none;
}
.references a {
  display: block;
  font-size: 0.8rem;
  font-style: italic;
  color: #020322;
}
.references a:hover {
  color: palevioletred;
  cursor: pointer;
}
.blog-post-meta {
  font-family: 'Cutive Mono', monospace;
}
.upNav, .downNav {
  display: none;
}
@media only screen and (max-width: 435px) {
  .upNav {
    position: fixed;
    display: block;
    opacity: 0.7;
    top: 45%;
    right: 0px;
    width: auto;
    height: auto;
    font-size: 3rem;
    background-color: darkslategrey;
  }
  .downNav {
    position: fixed;
    display: block;
    opacity: 0.7;
    bottom: 0px;
    right: 0px;
    width: auto;
    height: auto;
    font-size: 3rem;
    background-color: darkslategrey;
  }
  .cardCSS {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .headerText {
    font-size: 0.7rem;
  }
  .modalNav {
    display: block;
    position: fixed!important;
    bottom: 0px;
    right: 0px;
    background-color: #020322;
    height: 18vw;
    width: 40vw;
    min-width: 40vw;
    border-radius: 0px!important;
    opacity: 0.75;
  }
  .modal-footer a {
    color: whitesmoke!important;
    font-size: 1.1rem;
    padding-right: 1rem;
  }
}
/* stylelint-disable selector-list-comma-newline-after */
.blog-header {
  line-height: 1;
  border-bottom: 1px solid #e5e5e5;
}
.blog-header-logo {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif/*rtl:Amiri, Georgia, "Times New Roman", serif*/;
  font-size: 2.25rem;
}
.blog-header-logo:hover {
  text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif/*rtl:Amiri, Georgia, "Times New Roman", serif*/;
}
.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: flex;
  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 {
  flex: 0 0 auto;
}
.h-250 {
  height: 250px;
}
@media (min-width: 768px) {
  .h-md-250 {
    height: 250px;
  }
}
/* Pagination */
.blog-pagination {
  margin-bottom: 4rem;
}
.blog-pagination > .btn {
  border-radius: 2rem;
}
/*
 * 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: #727272;
}
/*
 * Footer
 */
.blog-footer {
  padding: 2.5rem 0;
  color: #727272;
  text-align: center;
  background-color: #f9f9f9;
  border-top: .05rem solid #e5e5e5;
}
.blog-footer p:last-child {
  margin-bottom: 0;
}
