.other-header .background {
	background: url(../../assets/images/home-header-image.jpg) no-repeat fixed center;
	background-size: cover;
}

article ul li {
	list-style-type: circle;
	list-style-position: outside;
}

article ol li {
	list-style-type: upper-hexadecimal;
	list-style-position: outside;
}

article blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
}

article blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

article blockquote p {
  display: inline;
}

aside {
  padding: 1rem;
  color: #ffffff;
  border-radius: 1rem;
  height: fit-content;
}

aside a {
  color: whitesmoke;
  font-size: small;
  text-decoration: underline;
}

aside .box {
  padding: 1rem;
  background-color: #616161;
  border-radius: 1rem;
  width: fit-content;
  margin: auto;
  margin-bottom: 1rem;
  box-shadow: 7px 7px 5px black;
}

.aside-img {
  object-fit: cover;
  max-width: 15rem;
  max-height: 15rem;
  overflow-y: hidden;
  border-radius: 1rem;
  margin-bottom: 0.2rem;
}

.aside-img img {
  border-radius: 1rem;
}