intro {
  background:url("../img/architecture.jpg") no-repeat center center;
  background-size: cover;
}




@media (max-width: 768px) {
  .navbar:not(.top-nav-collapse) {
    background: #f5f5f5 !important;
  }
}

#intro .h6 {
  font-weight: 300;
  line-height: 1.7;
}

.hm-gradient .full-bg-img {
  background: rgba(236, 235, 243, 0.7);
  background: linear-gradient(45deg, rgba(101, 100, 109, 0.28), rgba(106, 119, 117, 0.2) 100%);
}

@media (max-width: 450px) {
  .margins {
    margin-right: 1rem;
    margin-left: 1rem;
  }
}

#pricing .lead {
  opacity: 0.7;
}

#pricing .card-image {
  background: url("../img/architecture.jpg") no-repeat center center;
}

#pricing ul li {
  font-size: 1.1em;
}
