#SoftwareTopImg{
  height: 150px;
  width: 100%;
  padding-bottom: 5px;
}

/* Carousel */

.mcs-carousel{
  width: 100%;
  height: 50%;

}
/*End of Carousel */

.GraphicsBuilderImg{
  height: auto;
  width: 80%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.ConnectImgCover{
  width: 100%;
  height: auto;
  object-fit: contain;
}

.ConfigImgCover{
  width: 100%;
  height: auto;
}
.BmsImgCovr{
  width: 100%;
  height: auto;
}

.BalenaColor{
  color: #002e57;
}

.EtcherColor{
  color: #4bb80d;
}

/* Brand-colored pill tabs used by MCS-CONNECT platform selector */
.nav-pills-brand .nav-link {
  color: #002e57;
  border: 1px solid transparent;
  padding: 0.5rem 1.25rem;
}
.nav-pills-brand .nav-link:hover {
  border-color: #002e57;
}
.nav-pills-brand .nav-link.active {
  background-color: #002e57;
  color: #fff;
}