.climb2cTextColorBlue{
  color: #0ca3d9;
}

.climb2cTextColorGreen{
  color:#086835;
}

.climb2cTextColorYellow{
  color:#ef7627;
}

.climb2cTextColorRed{
  color:#f11045;
}

.climb2cTextColorGray{
  color:#0d0d0c;
}


.climb2cBgColorBlue{
  background-color: #0ca3d9;
}

.climb2cBgColorGreen{
  background-color:#086835;
}

.climb2cBgColorYellow{
  background-color:#ef7627;
}

.embed-responsive {
  position: relative;
  width:100%;
  height: 0;
  padding-top: 56.25%;
}

.youtube{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}