:root {
  --bs-body-bg: #110b30;
}

body {
  background: url("https://neighborhoodnas.neocities.org/css/rice-paper-2.png"), #110b30;
}

/*div {*/
/*}*/
.header-parent {
  position: fixed;
  width: 100%;
  background-color: #110b30;
/*  top: 0;*/
/*  left: 0;*/
/*  height: auto;*/
  color: white;
/*  z-index: 1;*/
}

header h1 {
  /*width: 65%;*/
  /*display: inline-block;*/
  padding-left: .25rem;
  padding-top: 1rem;
}

header nav {
  /*width: 34%;*/
  display: inline-block;
  text-align: right;
  padding-top: 1rem;
}

.nav-link {
  position: relative;
  display: inline;
  font-size: 1.5em;
  padding: 21px 30px 20px 30px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.nav-link a {
  color: white;
  text-decoration: none;
}

.nav-link:hover {
  background-color: #ff6862;
  text-shadow: 1px 1px 2px black;
}

.title-block {
  text-align: center;
  color: #0d0860;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8%;
  margin-bottom: 2%;
  /*width: 60%;*/
  background-color: rgba(133, 186, 161, .8);
  border-radius: 25% 0%;
  border: thick double white;
}

.title-block h2 {
  margin-top: 1rem;
}

.rubik-puddles-regular {
  font-family: "Rubik Puddles", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 6.5rem;
  word-spacing: 0.7rem;
}

.sixtyfour-title {
  font-family: "Sixtyfour", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "BLED" 0,
    "SCAN" -3,
  letter-spacing: -1px;
  line-height: 1;
}

.sixtyfour-convergence-menu {
  font-family: "Sixtyfour Convergence", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "BLED" 0,
    "SCAN" 0,
    "XELA" 0,
    "YELA" 0;
}

.hina-mincho-regular {
  font-family: "Hina Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.blog-parent, .posts-list-parent {
  display: block;
  justify-content: center;  
}

.blog-block {
  /*position: relative;*/
  /*width: 50%;*/
  margin: auto;
  margin-bottom: 1rem;
  background-color: rgba(133, 186, 161, .8);
  border: thick double white;
  font-family: "Hina Mincho", serif;
  font-size: 1.3em;
  padding-left: 1em;
  padding-right: 1em;
  height: auto;
  line-height: normal;
  /*overflow: hidden;*/
  /*max-height: 50vh;*/
}

.blog-block :is(h1, h2, h3, h4, h5, h6) {
  font-family: "Sixtyfour", serif;
  text-align: center;
  font-size: 1em;
  color: #0d0860;
  margin-top: 1em;
}

.click-expand {
  display: none;
}

.keep-reading {
  font-size: .5em;
  text-align: right;
}

hr {
  height: 3px;
  width: 50%;
  margin: auto;
  margin-bottom: 5px;
  border: none;
  border-radius: 6px;
  background: linear-gradient(
    90deg,
    rgba(13, 8, 96, 1) 0%,
    rgba(255,104,98, 1) 100%
    /*rgba(6, 84, 170, 1) 51%,*/
    /*rgba(0, 255, 113, 1) 100%*/
  );
  opacity: 1;
}

.posts-list ul {
  list-style-type: none;
}

.posts-list ul li a {
  color: #0d0860;
  /*text-decoration: none;*/
}

footer {
  color: white;
  text-align: center;
  display: inline;
  font-family: "Hina Mincho", serif;
}

footer small a {
  text-decoration: none;
  color: white;
}

@media screen and (max-width: 476px) {
  header h1{
    width: 100%
  }
  header nav {
    display: none;
  }
}