body {
  background-color: #101010;
  height: 100%;
  background-image: url(../images/onetapBG.svg);
  background-size: 100% 100%;
  -o-background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  background-size: center;
}

.container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.onetap-logo {
  width: 100px;
  padding: 100px;
}
.onetap-logo2 {
  margin-top: 25px;
  width: 200px;
  padding: 37px;
}
.card {
  display: flex;
  padding: 10px;
}
.card-full {
  width: 320px;
  border-radius: 20px;
  box-shadow: 2px 3px 10px #0d0d0d;
}

.card-photo {
  margin-left: 10px;
  border-radius: 20px;
  height: 200px;
  box-shadow: 2px 10px 5px #0d0d0d;
}

.card-display {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.tapCard {
  border-radius: 30px;
  box-shadow: 10px 20px 15px #0b0b0b;
  height: 500px;
  margin: 10px;
  margin-bottom: 50px;
}

.cardImage {
  border-radius: 30px;
  height: 500px;
}

.tagline {
  color: white;
  font-family: 'stratum-1-web', sans-serif;
  font-weight: 200;
  font-style: normal;
  padding: 50px;
  font-size: 2.5em;
}

.feature-list {
  margin-bottom: 80px;
  margin-left: -10px;
}

.feature {
  color: white;
  font-family: 'stratum-1-web', sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 1.8em;
}

.chevron {
  height: 1.8em;
  margin-right: 40px;
  align-items: center;
}

.bullet {
  list-style-type: none;
  padding: 20px;
}

@media (max-width: 700px) {
  .card-full {
    width: 250px;
  }
  .card-photo {
    margin-left: 10px;
    border-radius: 10px;
    height: 155px;
    box-shadow: 10px 10px 10px #0d0d0d;
  }
}
