#AppsContainer {
  margin:0 auto;
  display:flex;
  flex-flow:row wrap;
  justify-content:center;
  text-align:center;
}

.AppCard {
  flex:0 1 33%;
  margin:0;padding:0;
}
/* What's New text */
.AppCard h6 {
  margin:0;
  text-align:left;
  font-weight:bold;
  color:#ff9800;
}
.AppCard img {
  display:block;  
  margin:0 auto;
  max-width:240px;
}
/* App Icons */
.AppCard a:nth-of-type(1) img:nth-of-type(1) { width:100%; }
/* App Logos */
.AppCard a:nth-of-type(1) img:nth-of-type(2) { height:60px; }
/* App Subnames */
.AppCard p {
  margin:0;padding:0;
  text-align:center;
  font-size:16px;
}
/* Learn more links */
.AppCard h5       { color:#2196F3; }
.AppCard h5:hover { color:#fff;    }
/* Download on the App Store buttons */
.AppCard a:nth-of-type(2) {
  display:block;
  margin:0 auto;
}
.AppCard a:nth-of-type(2) img {
  padding:8px;
  height:76px;
}
.AppCard a:nth-of-type(2) img:hover { background-color:#2196F3; }
/* Coming soon to the App Store images */
.AppCard img[src="Coming_Soon.svg"] {
  margin:8px auto;
  height:60px;
}

#contact p {
  margin:1em auto;
  max-width:200px;
}
#contact i {
  width:30px;
  font-size:18px;
  color:#034f84;
}
#contact img {
  width:100%;max-width:30px;
}
