body {
  background-color: rgb(255, 247, 236);
  font-family: -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, “Helvetica Neue”, Arial, sans-serif, “Apple Color Emoji”, “Segoe UI Emoji”, “Segoe UI Symbol”;
/* default is 1rem or 16px */
font-size: 16px;
font-weight: 400;
line-height: 1.50;
color: #57130F;
}

hr {
  border-top: 2px solid #57130F;
  width: 80%;
}

h1, h2, h3, h4{
  color: #57130F;
}
h1 {
  text-align: center;
}
h4{
  text-align: left;
  color: red;
}
.byline {
  margin-top: 1.5em;
  margin-bottom: auto;
}
.purpose {
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  font-size: 1.5em;
  color: #121031;
  margin-top: 2em;
  font-style: italic;
}
img {
  width: 100%;
  height: auto;
}
.img_red {
  width: 50%;
  height: auto;
  text-align: center;
}
.card{
        border: 1px solid black;
      }
      .card-footer{
        background-color: #16173E;
        color: white;
      }
      .card-title, .modal-header{
        color: white;
        background-color: #57130F;
        text-align: center;
      }
.special_announcement{
  color:red;
  font-weight: bold;
}
.donor_box {
  border: 0px solid black;
  min-height: 5em;
  line-height: .5em;
  font-size: 1.25em;
}
.donor_box p {
  font-weight: bold;
}
.donor_box h3 {
  font-weight: bold;
  font-style: italic;
  text-decoration: underline;
}
.platinum_box {
  background-color: #E5E4E2;
}
.gold_box {
  background-color: #FFD700;
}
.silver_box {
  background-color: #C0C0C0;
}
.copper_box {
  background-color: #B87333;
}
.bronze_box {
  background-color: #CD7F32;
}
.nickel_box {
  background-color: #727472;
  color: white;
}
.iron_box {
  background-color: #a19d94;
  color: white;
}
.essay>p::first-letter {
  color: red;
  font-size: 1.5em;
  font-family: Georgia, 'Times New Roman', Times, serif;
}
p.note {
  color: black;
  font-size: 1em;
  font-family: Arial;
  font-style: italic;
}
button.collapse_section {
  border: 0;
  color: blue;
  display: block;
  background-color: rgb(255, 247, 236);
}
.essay {
  padding-left: 50px;
}
#old_history_footnotes {
  font-size: .8em;
  padding-left: 50px;
  padding-right: 50px;
}
#old_history_footnotes hr {
  border-top: 2px solid blue;
  width: 80%;
}
.img_center {
  margin-left: auto;
  margin-right: auto;
}
.img_right {
  float: right;
  margin-left: 15px;
}
.img_caption {
  border: 1px solid red;
  font-size: .8em;
}
.pic_r, .pic_l {
  border: 1px solid red;
  width: 30%;
  margin: 10px;
}
.pic_r {
  float: right;
}
.pic_l {
  float: left;
}
.pic_caption {
  font-size: .7em;
  text-align: center;
}
.subtitle {
  color: red;
  font-style: italic;
  padding-left: 10px;
}
#announcement{
  background-color: red;
}