nav .header-bg {
    background: rgba(107,113,126,60%);
}
section.hero .carousel .carousel-inner .item img {
    display: block;
    width: 100%;
}
section.hero .carousel .carousel-caption {
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}
/*section.hero .carousel .item.active:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255,255,255,.5);
}*/
section.hero .carousel .carousel-caption h1 {
    font-family: 'Chakra Petch';
    font-weight: 600;
    font-size: 5rem;
    color:#fff;
    text-transform:uppercase;
}

@media(max-width:768px){
  section.hero .carousel .carousel-caption h1 {
    font-size: 1.5rem!important;
}
}
ol.carousel-indicators {
    display: none;
}
section.intro .inner .text {
    padding: 0 2rem;
}
.intro p {
    font-size: 1.2rem;
    line-height: 1.8rem;
    font-family: 'Bitter';
    font-weight: 600;
}

section#platformGrid .inner .col {
    flex: 1 1 33.3333%;
    margin-bottom: 2rem;
}

@media(max-width: 991px) {
  section#platformGrid .inner {
    max-width: 768px;
  }
  section#platformGrid .inner .col {
      flex: 1 1 50%;
  }
}

@media(max-width: 600px) {
  section#platformGrid .inner {
    max-width: 300px;
  }
  section#platformGrid .inner .col {
      flex: 1 1 100%;
  }
}

#platform-graph .col img {
      width: calc(100% - 30px);
    max-width: 1100px;
    text-align: center;
    margin: 0 auto;
    display: block;
}