/* GLOBAL STYLES
-------------------------------------------------- */
/* Only for debug */
.debug-border {
  border: solid; border-color: #ff0000; border-width: 1px;
}

/* Padding below the footer and lighter body text */
body {
  padding-top: 3.4rem;
  padding-bottom: 3rem;
  color: #000000;
  background-color: #ACA6AC;
  line-height: 1.2;


  background: url("../img/backgr1.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /* background-size: contain; */
}

/* MARKETING CONTENT
-------------------------------------------------- */
/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}

/* Featurettes
------------------------- */
.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}
/* Thin out the marketing headings */
.featurette-heading {
  line-height: 1;
  /* font-weight: 300; */
  font-family: 'Open Sans Light';
  font-style: italic;
  /* font-size: 22.0000pt; */
  color: rgb(118,68,103);
  /* letter-spacing: -.05rem; */
}

.featurette-text {
  line-height: 1.2;
  /* font-weight: 300; */
  font-family: 'Open Sans Light';
  /* color: rgb(118,68,103); */
  font-size: 14.0000pt;
  /* letter-spacing: -.05rem; */
  text-align: justify;
}

/* RESPONSIVE CSS
-------------------------------------------------- */
/* @media (min-width: 40em) {
  .featurette-heading {
    font-size: 50px;
  }
}
@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 1rem;
  }
} */