body {
  margin: 10px;
  border-top: 15px; /* Add a value for border-top */
}

nav {
  border-top: 8px solid black;
  border-bottom: 1px solid black;
  padding: 20px;
  text-align: center;
}

.logo {
  width: 330px;
}

.sitemotto {
  color: #de2f23;
  font-family: Basier, Arial, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  border-top: 15px;
}

header {
  font-family: Basier, Arial, sans-serif;
  font-size: 20px;
}

h1 {
  font-size: 46px;
  font-family: "Jersey 25", sans-serif; /* Apply "Jersey 25" font family directly */
  font-weight: 400; /* Specify the font weight */
  font-style: normal; /* Specify the font style */
  text-align: center;
}

title { font-family: 'Times New Roman', Times, serif;

}

.byline {
  font-weight: bold;
}

.tdpad {
  padding: 15px;
}

 p {
  font-family: Pensum, "Times New Roman", serif;
  font-size: 25px;
  border-top: 15px;
  text-align: left;
}

.story_image {
  width: 80%;
  padding: 15px;
}

.caption {
  color: gray;
  font-size: 14px;
  margin-top: 5px;
  text-align: center;
}

footer {
  margin-top: 30px;
  font-family: Basier, Arial, sans-serif;
}

footer > p {
  font-size: 14px;
  color: #666;
}

a {
  color: black;
}

a:hover {
  color: #717171;
  text-decoration-color: #ffcb04;
}

.special-paragraph {
  padding-top: 0px; /* Adjust the value to your preference */
}


.narcan {
padding-bottom: 50px;
}

.subtitle {
 text-align: center;
}