/* St Paul's Community Church — reversed colour scheme */
:root {
  --sage:  #5E718B;
  --slate: #96AA9A;
  --terra: #5E718B;
}

.nav-logo-cross         { color: #fff !important; }
.nav-link-switch        { background: #96AA9A !important; }
.nav-link-switch:hover  { background: #7a9080 !important; }
.btn-solid              { background: #5E718B !important; }
.btn-solid:hover        { background: #4a5a6e !important; }
.slide-badge            { background: rgba(94,113,139,0.85) !important; }
.newsletter-text h3     { color: #5E718B !important; }
