body {
  font-family: "Open Sans", sans-serif;
}
.app-store-badge {
  margin-right: 10px;
}
.app-store-badge img {
  max-width: 180px;
}
.img-rounded {
  border-radius: 19%;
}
.container {
  max-width: 850px;
}
.hero {
  color: white;
  background-color: gray;
  min-height: 400px;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.hero h2 {
  margin: 0 0 20px 0;
}
.hero .blurred-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url('../img/hero_background.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  filter: blur(10px);
  margin: -20% -5% -20%;
}
.hero .blurred-cover .darken {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .hero {
    text-align: center;
  }
}
.hero .app-icon {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .hero .app-icon {
    max-height: 150px !important;
  }
}
.description {
  padding: 100px 0;
}
.description .description-text {
  color: #666;
  font-size: 1.2em;
  font-weight: 300;
  padding-top: 30px;
}
.feature {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .feature {
    text-align: center;
  }
}
.scan {
  background-color: #151515;
  font-size: 16px;
  color: white;
}
.scan a {
  color: white;
}
.vinli {
  background-color: #00A3E0;
  font-size: 16px;
  color: white;
}
.vinli a {
  color: white;
}
.footer {
  padding: 20px 0;
  background-color: black;
  color: white;
}
.footer a {
  color: white;
}
