#content {
  text-align: center;
  color: #505a72;
}
#content h1,
#content h2,
#content h3,
#content h4 {
  font-weight: 700;
}
#jumbotron {
  background-color: #183d54;
  color: white;
  padding: 0 0 55px 0;
}
#jumbotron .main {
  padding-left: 30px;
  text-align: left;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#jumbotron .main h1 {
  line-height: 1.2;
  font-weight: 900;
}
@media (max-width: 64em) {
  #jumbotron .main h1 {
    font-size: 36px;
  }
}
#jumbotron .main p {
  opacity: 0.75;
  margin-bottom: 25px;
}
#jumbotron .main button img {
  vertical-align: text-bottom;
  margin-right: 5px;
}
@media (max-width: 48em) {
  #jumbotron .main button {
    width: 100%;
  }
}
#jumbotron .main #getStarted {
  border-color: #3bbdc4;
  color: #3bbdc4;
  margin-right: 15px;
  margin-bottom: 15px;
}
#jumbotron .main #joinSlack {
  border-color: #fff;
  color: #fff;
}
#jumbotron .hero {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#jumbotron .hero div,
#jumbotron .hero img {
  width: 100%;
}
#communityDay {
  background-color: #365063;
  color: #fff;
  padding: 40px 0;
  text-align: left;
  position: relative;
}
#communityDay img {
  max-width: 100%;
}
#communityDay p:nth-of-type(1) {
  font-family: Avenir;
  font-weight: 900;
}
#communityDay .bottom-border {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-image: url(../images/border.svg);
}
#createdBy {
  background-color: #f4f5f7;
  padding-top: 90px;
  padding-bottom: 30px;
  position: relative;
  overflow: initial !important;
}
#createdBy h2 {
  margin-top: 15px;
  margin-bottom: 35px;
  font-weight: 900;
}
#createdBy p {
  margin-bottom: 20px;
}
#createdBy a {
  font-size: 16px;
  color: #505a72;
}
#createdBy a:visited {
  color: #505a72;
}
#createdBy #stacksImg {
  position: absolute;
  top: -10%;
  margin: 0 0 0 -82px;
  left: 50%;
}
#createdBy img {
  display: block;
  margin: 25px auto;
}
#createdBy .provider-wrap {
  min-height: 65px;
  position: relative;
}
@media (max-width: 64em) {
  #createdBy .provider-wrap {
    margin: 15px 0;
  }
}
@media (max-width: 64em) {
  #createdBy .provider-wrap:last-child {
    margin: 35px 0;
  }
}
#createdBy .provider-image {
  max-width: 90%;
}
#createdBy .coming-soon {
  position: absolute;
  bottom: 0;
  width: 100%;
}
#createdBy .coming-soon img {
  margin-right: 5px;
}
#createdBy .coming-soon span {
  color: #f3807b;
}
#blueprint {
  background: #183d54;
  color: #fff;
  padding: 45px 0 300px;
}
@media (max-width: 64em) {
  #blueprint {
    padding: 45px 0 220px;
  }
}
#blueprint .blueprint-header {
  margin-bottom: 35px;
}
#blueprint .blueprint-item {
  text-align: left;
  padding-bottom: 25px;
}
#blueprint .blueprint-bullet img {
  margin-top: 5px;
}
#blueprint h3 {
  margin-top: 0;
}
#blueprint p {
  font-size: 16px;
}
#blueprint .blueprint-img {
  display: flex;
  display: -ms-flexbox;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
}
#blueprint .blueprint-img img {
  max-width: 95%;
  width: auto;
  max-height: 720px;
  height: auto;
}
@media (max-width: 64em) {
  #blueprint .blueprint-img {
    display: none;
  }
}
.use-cases {
  background-color: #fff;
  color: #183d54;
  text-align: left;
  padding-top: 80px;
  padding-bottom: 65px;
}
.use-cases a {
  color: #183d54;
}
.use-cases .grid {
  -ms-flex-align: center;
  align-items: center;
}
.use-cases .grid > div {
  padding-left: 16px;
}
.use-cases .img {
  padding-left: 0;
  padding-right: 16px;
}
.use-cases .img img {
  width: 100%;
}
.use-cases h2 {
  margin-bottom: 35px;
  line-height: 1.25;
  font-weight: 900;
}
.use-cases p img {
  display: block;
  margin-top: 30px;
}
#useCases1 {
  padding-bottom: 100px;
  overflow: initial;
}
#useCases1 .grid > div > img {
  width: 100%;
}
#nativeCommunity {
  padding-bottom: 100px;
}
#nativeCommunity h2 {
  line-height: 55px;
  margin-bottom: 65px;
}
#nativeCommunity .community-row {
  display: flex;
  display: -ms-flexbox;
  justify-content: space-evenly;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-evenly;
  flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
}
@media (max-width: 64em) {
  #nativeCommunity .community-row img {
    margin: 15px 0;
  }
}
@media (max-width: 64em) {
  #nativeCommunity .community-row {
    flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
  }
}
#nativeCommunity .visit-upbound {
  margin-top: 70px;
}
#nativeCommunity .visit-upbound a {
  color: #183d54;
  font-size: 18px;
  line-height: 30px;
}
#content > #openSource,
#content > #useCases1 {
  overflow: initial;
}
#openSource {
  position: relative;
  padding: 170px 0 100px;
}
@media (max-width: 48em) {
  #openSource {
    padding: 120px 0 100px;
  }
}
#openSource img {
  position: absolute;
  top: -40%;
  margin-left: -203px;
  left: 50%;
}
@media (max-width: 48em) {
  #openSource img {
    top: -25%;
    margin-left: -150px;
    width: 300px;
  }
}
#openSource button {
  background-color: #193d54;
  border-color: #193d54;
}
#cncf {
  padding-bottom: 50px;
}
#community {
  background-color: #183d54;
  color: white;
}
#community h2 {
  color: #96ffe0;
  line-height: 1;
  margin-top: 100px;
  margin-bottom: 40px;
  font-weight: 900;
}
#community p {
  font-size: 24px;
}
#community p.join {
  font-size: 18px;
  line-height: 1.39;
  margin-top: 63px;
  margin-bottom: 70px;
}
#community p.join a {
  color: #96ffe0;
}
#community p.join a:visited {
  color: #96ffe0;
}
#community .tile {
  text-align: left;
  color: #505a72;
}
#community .tile > div {
  margin: 35px auto 0;
  background-color: white;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.6);
  height: calc(100% - 20px);
  max-width: 270px;
}
@media (max-width: 48em) {
  #community .tile > div {
    margin-top: 20px;
  }
}
#community .tile > div .topbar {
  height: 10px;
}
#community .tile > div.slack .topbar {
  background-color: #35d0ba;
}
#community .tile > div.github .topbar {
  background-color: #f3807b;
}
#community .tile > div.youtube .topbar {
  background-color: #f3c47b;
}
#community .tile > div.podcast .topbar {
  background-color: #d8ae64;
}
#community .tile > div .content {
  padding: 60px 40px;
}
#community .tile > div .content h3 {
  font-size: 25px;
  font-weight: normal;
  margin: 15px 0;
}
#community .tile > div .content p {
  font-size: 14px;
  line-height: 1.79;
  margin-bottom: 30px;
}
