body {
  background-color:#272727;
}

.section-hero {
  background-color: #111111;
}

.container-hero {
  user-select: none;
  background-color: #dadada; /* very light grey */
}

.container-1 {
  background-color: #f9f9f9; /* very light grey */
}

.container-2 {
  background-color: #f2f2f2; /* a bit darker light grey */
}

.container-3 {
  background-color: #ebebeb; /* slightly stronger light grey */
}

.text-justify {
  text-align: justify;
}

.bp-text-icon {
  color : tan;
  font-size : 3rem!important;
}

/* Font size utility classes */
/* Custom font-size utilities (BusinessPlatform style, largest = 01) */
.bp-fs-1 { font-size: 4rem; }      /* Largest */
.bp-fs-2 { font-size: 2.5rem; }
.bp-fs-3 { font-size: 2rem; }
.bp-fs-4 { font-size: 1.5rem; }
.bp-fs-5 { font-size: 1.25rem; }
.bp-fs-6 { font-size: 1rem; }      /* Normal / base */
.bp-fs-7 { font-size: 0.875rem; }
.bp-fs-8 { font-size: 0.75rem; }   /* Smallest */
