/*
Theme Name: new_wmstemp-child
Template: new_wmstemp
*/
@media (max-width: 576px) {
  .site-sub-title {
    font-size: .8rem;
  }
}

@media (max-width: 576px) {
  .site-logo-img {
    max-width: 175px !important;
  }
}

#front-page .top-image {
  margin-top: 80px;
  background-color: #f3d5ca;
}

@media (max-width: 768px) {
  #front-page .top-image {
    margin-top: 100px;
  }
}

#front-page .top-image img {
  object-fit: contain;
}

@media (max-width: 768px) {
  #front-page .top-image img {
    aspect-ratio: initial;
  }
}

.non-thumbnail {
  background-color: #fdf0de;
}

body p {
  font-weight: bold !important;
}
