@charset "utf-8";
/* CSS Document */
#page-section-content {
	margin: 0px 10% 5px 10%;
}

#page-section-content section img {
    align-content: center;
    text-align: center;
    margin-left: auto;
    margin-bottom: 20px;
    margin-right: auto;
    margin-top: 5px;
    display: block;
}

section ul li {
    list-style-image: none;
    list-style-type: none;
    line-height: 0.5em;
    color: #9A0407;
}

.quote {
  margin: 0;
  background: #242424;
  color: white;
  padding: 1em;
  border-radius: 1em;
}
.quote figcaption,
.quote blockquote {
  margin: 1em;
}

#page-section-content section hr {
    margin-top: 5px;
    margin-bottom: 5px;
	border: 0;
    border-top: 1px solid #880000;}
