/* Sidebar Images: Responsive */
aside div img {
  width: 100%;
  max-width: 320px !important;
  height: auto;
}

/* Violet Continue Reading Button */
a.btn {
  background-color: #5e17eb !important;
  color: #fff !important;
  border-color: #5e17eb !important;
}
a.btn:hover {
  background-color: #4a11b8 !important;
  border-color: #4a11b8 !important;
}

/* Larger Top Menu Font */
nav a {
  font-size: 1.2rem !important;
}

/* Smaller Heading 2 (e.g. 'The Premise') */
article h2 {
  font-size: 1.4rem !important;
  margin-top: 1.5em !important;
  font-weight: 500 !important;
}
