/* Blue theme styles */
/* Variables */
/* footer */
/* helpers */
/* colors */
body {
  font-family: 'Ubuntu', sans-serif;
  color: #2d2d47; }

#wrapper {
  background-image: url("../../../static/images/theme/modern-lines/bg_skin2-05.png"); }

.header .header-cover {
  background-color: #ffffff;
  text-align: right; }

.header .header-title {
  color: #2d2d47;
  font-family: 'Limelight', cursive; }

.header-cover:before {
  background-image: url("../../../static/images/theme/modern-lines/bg color_skin2-05.png"); }

.card-title, h1, h2, h3 {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  color: #2d2d47; }

#presentation {
  background-color: #FFFFFF; }

.grid-terms-bg {
  background-color: #FFFFFF;
  color: #ffffff; }
  .grid-terms-bg .card-title {
    color: #ffffff; }

#block-terms {
  background: #15b58f; }

#block-about {
  background: #831156; }

#block-contact {
  background: #2a55b3; }

.badge {
  background-image: url("../../../static/images/theme/modern-lines/badge_skin2-08.png");
  background-repeat: no-repeat; }

/* Footer */
footer {
  font-size: 0.9rem; }
  footer .footer-bar {
    border-top: none;
    background-color: #e6e7e9;
    color: #433b3d; }
  footer .footer-block {
    background-color: #831156;
    color: #fff; }
    footer .footer-block a {
      color: #fff; }
  footer .footer-bottom {
    background-color: #e6e7e9;
    color: #433b3d; }
    footer .footer-bottom a {
      color: #433b3d; }
