.bs-docs-masthead .banner {
  background: #7E80CF;
  color: white;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50px;
  left: 0;
  text-align: center;
  height: 64px;
  width: 100%; }
  .bs-docs-masthead .banner a {
    color: white;
    text-decoration: underline;
    text-decoration-style: dotted; }
    .bs-docs-masthead .banner a:hover {
      color: #dddddd; }

.component:not(:last-child) {
  border-bottom: thin solid #eee; }

.homepage .tile {
  text-align: center;
  margin: 20px 0; }
  .homepage .tile .icon .fa, .homepage .tile .icon .material-icons {
    color: #7E80CF;
    font-size: 72px;
    border: thin solid #7E80CF;
    border-radius: 50%;
    padding: 24px; }
    .homepage .tile .icon .fa:before, .homepage .tile .icon .material-icons:before {
      width: 72px;
      height: 72px;
      display: inline-block; }
  .homepage .tile .headline {
    color: #7E80CF;
    font-size: 28px; }
    .homepage .tile .headline.large {
      font-size: 42px; }
  .homepage .tile p, .homepage .tile .p {
    text-align: center;
    font-size: 18px;
    font-weight: 300; }
    .homepage .tile p.description, .homepage .tile .p.description {
      text-align: justify;
      font-size: 18px;
      font-weight: 300; }
  .homepage .tile .padded {
    padding-top: 16px;
    padding-bottom: 16px; }

.homepage .highlight {
  text-align: left; }

@media (min-width: 768px) {
  .homepage .staggered-list .row {
    display: flex;
    align-items: center; } }

.homepage .staggered-list .tile-headline {
  display: flex;
  align-items: center; }

.homepage .staggered-list .left {
  flex-direction: row; }
  .homepage .staggered-list .left .tile-headline {
    justify-content: flex-start;
    flex-direction: row; }
    .homepage .staggered-list .left .tile-headline .headline {
      padding-left: 16px; }

.homepage .staggered-list .right {
  flex-direction: row-reverse; }
  .homepage .staggered-list .right .tile-headline {
    justify-content: flex-start;
    flex-direction: row-reverse; }
    .homepage .staggered-list .right .tile-headline .headline {
      padding-right: 16px; }

.homepage .call-to-action {
  font-size: 42px;
  font-weight: 300;
  text-align: center;
  margin-top: 60px; }

.homepage .main-description p {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 30px; }

.homepage .main-description ul {
  line-height: 1.6;
  list-style: none;
  padding: 0;
  font-size: 20px;
  font-weight: 400; }
