/*
You can add your own CSS here.

Click the help icon above to learn more.
*/
.site-title, .menu-unset > ul a, .menu-primary-items a, .excerpt-meta, .entry-meta, .excerpt-title, .entry-title, .more-link, .pagination, .further-reading, .entry-categories, .entry-tags, .author-meta .author span, .comments-number h2, .comment-author .author-name, .site-footer h1, .design-credit, .widget-title, .widget li, .menu-footer-items a, .menu-secondary-items a {
  text-transform: none;
}
#overflow-container a:link, #overflow-container a:visited, .fa {
  color: #f00080 !important;
  opacity: 1 !important;
}
#overflow-container a:hover {
  color: #000 !important;
}
#overflow-container .site-header a:hover, #overflow-container .site-footer a:hover, #overflow-container .fa:hover, #overflow-container .author-meta a:hover {
  color: #fff !important;
}
.site-footer h1 {
  opacity: 1;
}
.site-title {
  opacity: 1;
}
.site-title img {
  margin-top: 10px;
  margin-bottom: -10px;
}
.excerpt {
  opacity: 1;
  /*
.design-credit {
	display: none;
}
*/
}
footer {
  margin-bottom: 2em;
}
.author-meta {
  position: relative;
  z-index: 0;
}
.author-meta::before {
  content: "";
  background-color: #222;
  position: absolute;
  left: -5000px;
  width: 15000px;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.featured-image {
  padding-bottom: 150px;
}
.comment-respond input, .comment-respond textarea {
  max-width: none;
  /*@media (min-width: 50em) {*/
}
@media (min-width: 37.5em) {
  .featured-image {
    padding-bottom: 200px;
  }
}
@media (min-width: 62.5em) {
  .comment-content {
    width: 100%;
  }
  .featured-image {
    padding-bottom: 300px;
  }
}
.bio-picture {
  max-width: 35%;
}
@media (max-width: 62.4em) {
  .bio-picture {
    float: none;
    width: 100%;
    max-width: 300px;
    margin: auto;
    display: block;
    padding: 0;
  }
}
@media (min-width: 56.25em) {
  .entry-header h1 {
    font-size: 3em;
  }
}
#overflow-container a:link.wp-block-file__button {
  color: white !important;
}
