/* Blue theme styles */
/* Variables */
/* footer */
/* helpers */
/* colors */
body {
  font-family: 'Raleway', sans-serif; }

.header-title, h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
  font-family: 'Shadows Into Light', cursive; }

.header-title {
  color: #28283A; }

.card-title {
  text-transform: uppercase; }

/* Content */
.header-cover {
  min-height: 270px; }
  .header-cover:before {
    background-image: url("../../../static/images/theme/love-hearts/love.png");
    width: 450px;
    height: 380px; }
    @media (min-width: 993px) and (max-width: 1200px) {
      .header-cover:before {
        width: 300px;
        height: 250px; } }
    @media (min-width: 769px) and (max-width: 992px) {
      .header-cover:before {
        width: 250px;
        height: 220px; } }
    @media (max-width: 768px) {
      .header-cover:before {
        width: 150px;
        height: 130px; } }

#wrapper {
  background-color: #fff;
  background-repeat: repeat;
  background-position: center top;
  background-size: auto;
  background-image: url("../../../static/images/theme/love-hearts/bg-love.png"); }

#payment {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 3rem top;
  background-size: auto 90%;
  background-image: url("../../../static/images/theme/love-hearts/heart.png"); }

.card-title {
  color: #454C53; }

.card-icon {
  color: #F98585; }

.badge, .badge-bottom {
  background: #f8d0d0;
  color: #474747; }

/* Footer */
footer {
  font-size: 0.9rem; }
  footer .footer-bar {
    background-color: #F9EDED;
    border-bottom: solid 1px #F98585;
    color: #6D6E71; }
  footer .footer-block {
    background-color: #F98585;
    border-bottom: solid 1px #F98585;
    color: #ffffff; }
    footer .footer-block a {
      color: #ffffff; }
  footer .footer-bottom {
    background-color: #F9EDED;
    color: #6D6E71; }
    footer .footer-bottom a {
      color: #6D6E71; }
