* {
  box-sizing: border-box;
  overflow-x: hidden;
}
nav {
  z-index: 1;
}
main {
  background: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.4)),
    url(images/hero-bg.jpg) !important;
  background-repeat: no-repeat;

  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: top !important;
}
#pricing {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.55)),
    url(images/pricing-tables-bg.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  background-color: #202020;
  color: #fff;
}
