.btn-primary, .btn-success {
    color: #fff;
    background-color: #405e31;
    border-color: #405e31;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-primary:active, .btn-primary:hover {
    color: #fff;
    background-color: #405e31;
    border-color: #405e31;
}

.btn-check:focus + .btn-primary, .btn-primary:focus {
    color: #fff;
    background-color: #405e31;
    border-color: #405e31;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgb(153 169 145);
}

.account-masthead {
  background-color: #426133;
}

.account-masthead .account ul li a {
  color: #fff;
}

.account-masthead .account .notifications a span.badge {
  color: #fff;
  background-color: #000;
}

.fa-sign-out {
  color: #fff;
}

.masthead {
  background-color: #fff;
}

.masthead .navbar .logo img {
  width: 100%;
  height: auto;
  max-height: 60px;
  max-width: 200px;
}

.masthead .main-navbar ul li a {
  color: #000;
}

.masthead .main-navbar ul li:hover a {
  color: #fff;
  background-color: #a62635;
  border: 1px solid #d63449;
  box-shadow: inset 0 1px 0 #d63449;
}

.masthead .main-navbar ul li:focus a, .masthead .main-navbar ul li.active a {
  color: #fff;
  background-color: #a62635;
}

.masthead .main-navbar ul li:hover a,
.masthead .main-navbar ul li:focus a,
.masthead .main-navbar ul li.active a {
  color: #fff;
}

.navbar-toggler .text-white {
  color: #777!important;
}

.module-promotion .page-heading {
  margin-bottom: 20px;
}


.module-promotion a svg{
 width:15px;
}

.homepage .module-search .search-form {
  background-color: #a62635;
}

.homepage .module-search .tags {
  background-color: #000;
}

a.tag:hover {
  background-color: #a62635;
  border: 1px solid #d63449;
  box-shadow: inset 0 1px 0 #d63449;
}

.site-footer {
  color: rgb(200, 229, 55);
  background-color: #000;
  font-size: 17px;
}

.site-footer .footer-wrapper {
  padding-top: 70px;
  padding-bottom: 30px;
}

.footer-left {
  font-size: 1.25rem;
  display: flex-col;
}

.footer-left img {
  max-width: 100%;
  margin-bottom: 10px;
}

.footer-left .substack-btn {
  display: inline-block;
  margin-top: 40px;
  cursor: pointer;
  text-decoration: none;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 700;
  padding: 16px 36px;
  border-radius: 5px;
  font-size: 1.25rem;
  color: #000;
  background-color: #d33a4c;
}

.footer-middle {
  padding-top: 30px;
}

.footer-middle a {
  color: rgb(200, 229, 55);
  display: inline-block;
  font-size: 17px;
  margin-bottom: 15px;
}

.footer-right {
  font-size: 21px;
  padding-top: 30px;
}

.footer-right img {
  width: 256px;
  max-width: 100%;
}

.footer-right .attribution {
  margin-top: 40px;
  font-size: 14px;
  color:#fff;
}

.footer-right .attribution a {
  color: #fff;
}
