/* Enter Your Custom CSS Here */
.blog-menu {
  background: rgba(0, 0, 0, 0);
}
.post-inner {
  background: rgb(0, 0, 0);
}
.post-title {
  font-size: 3.3em;
  font-family: edwardian script itc;
}
.wpcf7-form {
  color: white;
}
.blog-description {
  display: block;
  font-size: 1em;
  font-weight: bold;
  color: #fff;
  font-family: inherit;
}
.post-title {
  color: #fff;
}
.footer.section.large-padding.bg-dark {
  background: rgb(0, 0, 0);
    padding-bottom: 50px;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 10px;
}