/* Custom overrides to reduce image sizes */

/* Reduce height of teaser image on home page */
.teaserimage {
  height: 250px !important; /* Reduced from 450px */
}

/* Reduce height of article image headers */
.article-image {
  height: 400px !important; /* Reduced from a larger height */
}

.article-image .post-image-image {
  height: 400px !important;
}

/* Reduce top padding after images */
.post-template .content {
  padding-top: 30px;
}

/* Reduce vertical padding around content */
.content {
  padding-top: 30px;
  padding-bottom: 30px;
}

/* Make the blog logo smaller */
.blog-logo {
  transform: scale(0.8);
}
