footer {
  font-size: 0.75em;
}

body {
  font-family: 'Open Sans', sans-serif!important;
}

  /* custom definitions */
.backColorGradient {
  background-image: -webkit-linear-gradient(top, #7eaad8 25%,#ffffff 95%);
  background-image: -moz-linear-gradient(top, #7eaad8 25%,#ffffff 95%);
  background-image: -ms-linear-gradient(top, #7eaad8 25%,#ffffff 95%);
  background-image: -o-linear-gradient(top, #7eaad8 25%,#ffffff 95%);
  background-image: linear-gradient(to bottom, #7eaad8 25%, #ffffff 95%);
}

.backColor {
  background-color: #7eaad8;
}

.bodyBackground {
  background: url(https://www.schiffsmodell.net/uploads/website/1.jpg) center/cover no-repeat;
}

.contentBackground {
  background-color: #f8f9fae0!important;
}

/* bootstrap definitions */
main > .container {
  padding: 30px 15px 0px;
}

.footer {
  background-color: #f5f5f5;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 400;
  line-height: 1;
  letter-spacing: -.05rem;
}

p.lead {
  font-size: 0.9rem;
  font-weight: 400;
  margin-top: 2rem;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 1.5rem;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 1rem;
  }
}
