html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.container {
  max-width: 960px;
}

.pricing-header {
  max-width: 700px;
}

.card-deck .card {
  min-width: 220px;
}

.border-top {
  border-top: 1px solid #e5e5e5;
}

.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.section-title {
  text-align: center;
  padding: 30px 0;
  margin-bottom: 30px;
  position: relative;
}

.section-title span {
  position: absolute;
  top: 4px;
  color: rgba(0, 0, 0, 0.05);
  left: 0;
  right: 0;
  z-index: 1;
  font-weight: 700;
  font-size: 52px;
  text-transform: uppercase;
  line-height: 1;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  position: relative;
  z-index: 2;
}

.jumbotron {
  background: url("../img/nolowizbuilders-cover.jpg");
  background-size: cover;
  height: 600px;
  color: white;
}

.instagram-link {
  color: white;
}

.hero-margin-top {
  margin-top: 100px;
}

.margin-top-20 {
  margin-top: 20px;
}

.location {
  color: red;
}

.phone {
  color: rgb(16, 138, 195);
}

.whatsapp {
  color: rgb(19, 169, 19);
}