.headerphoto {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 500px;
  min-height: 20vh;
  max-height: 40vw; }

.column, .columns {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; }

.headertitle {
  text-align: center; }

[type='search'] {
  box-shadow: none; }

.pagination .active a {
  color: #e6e6e6;
  background: #0a0a0a; }

.pagination a {
  text-decoration: none; }

h1 a, h2 a, h3 a {
  text-decoration: none; }

@media screen and (min-width: 40em) {
  h1, h2 {
    margin-bottom: 2rem; }
  img {
    margin: 0 auto 1rem;
    max-width: 80%;
    display: block; } }

@media screen and (max-width: 39.9375em) {
  .no-js .top-bar {
    display: none; } }

@media screen and (min-width: 40em) {
  .no-js .title-bar {
    display: none; } }

.menu > li {
  padding: 0; }
  .menu > li a {
    color: #2B2B2B;
    text-decoration: none; }
  .menu > li.active > a {
    color: #2B2B2B;
    background-color: inherit;
    border-bottom: 1px solid; }

/* Comment styles */
.comment-count {
    margin-top: 2rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #ddd;
}
.comment {
    display: flex;
    gap: 1rem;
    padding: 1rem 0;
    border-bottom: 1px solid #eee;
}
.comment-gravatar {
    flex-shrink: 0;
    width: 80px;
}
.comment-gravatar img {
    border-radius: 50%;
}
.comment-body {
    flex: 1;
}
.comment-meta {
    margin-bottom: 0.3rem;
    color: #666;
    font-size: 0.9rem;
}
.comment-meta strong {
    color: #333;
}
.comment-message {
    line-height: 1.6;
}
.comment-form-fields label {
    display: block;
    margin-top: 0.5rem;
    font-weight: bold;
}
.comment-form-fields input,
.comment-form-fields textarea {
    width: 100%;
    padding: 0.5rem;
    border: 1px solid #ccc;
    border-radius: 3px;
}
.btn {
    margin-top: 0.5rem;
    padding: 0.5rem 1.5rem;
    background: #333;
    color: #fff;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}
.btn:hover {
    background: #555;
}

/* Comment submit button */
.btn-submit-comment {
    background: #43ac6a;
    color: #fff;
    border: none;
    padding: 0.6rem 2rem;
    font-size: 1rem;
    font-weight: bold;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
}
.btn-submit-comment:hover {
    background: #368a55;
}

/* Category cloud */
.category-cloud {
    line-height: 1.8;
    margin-bottom: 1.5rem;
}
.category-cloud a {
    margin: 0 0.3rem;
    text-decoration: none;
}
.category-cloud a:hover {
    text-decoration: underline;
}
.category-cloud .count {
    color: #999;
    font-size: 0.8em;
    vertical-align: super;
}
.category-cloud .size-1 { font-size: 0.8rem; }
.category-cloud .size-2 { font-size: 0.9rem; }
.category-cloud .size-3 { font-size: 1.0rem; }
.category-cloud .size-4 { font-size: 1.1rem; }
.category-cloud .size-5 { font-size: 1.3rem; font-weight: bold; }
