footer, .site-footer {
    display: none !important;
}

/* Change all link colors */
a {
    color: #a30000;
    text-decoration: underline;
}

/* Change color when hovering over a link */
a:hover {
    color: #a30000;
}

/* Change blockquote vertical line color */
blockquote {
    border-left: 4px solid #a30000; 
    padding-left: 1.5em;
    color: #666;
}

@media (max-width: 768px) {
  .post-content {
    font-size: 20px;
    line-height: 1.6;
  }
}