html,
body {
  margin: 0;
}
.site-header {
  background: url(images/home-bg.png) center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 35px;
  height: 600px;
}
.about .site-header {
  background-image: url(images/about-bg.png);
}
.product .site-header {
  background-image: url(images/product-bg.png);
}
.contact .site-header {
  background-image: url(images/contact-bg.png);
}
.site-footer {
  background-color: #484848;
  color: #9b9b9b;
}
.site-footer footer {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 20px;
}
footer p {
  margin-bottom: 1em;
}
.bg-navbar {
  background-color: white;
  padding: 15px;
}
.bg-navbar nav {
  margin: 0 auto;
  max-width: 1200px;
}
.navbar-brand .navbar-item {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 19px;
  line-height: 19px;
}
.navbar-brand .navbar-item img {
  max-height: unset;
}
.navbar-brand span {
  color: #777676;
  font-size: 14px;
  line-height: 14px;
}
header.site {
  text-align: center;
  color: white;
}
header.site h1 {
  margin-top: 125px;
  font-size: 56px;
}
header.site h2 {
  font-size: 18px;
}
header.site h3 {
  fonts-size: 25px;
  margin-top: 72px;
}

main {
  font-size: 16px;
  color: #888888;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}
main > p {
  text-indent: 2em;
  margin-bottom: 0.5em;
}
header.page {
  text-align: center;
  color: black;
  margin: 38px 0 28px;
}
header.page h1 {
  font-size: 35px;
}
header.page h2 {
  font-size: 24px;
}
.about-imgs {
  margin-top: 30px;
}
.about-imgs .column {
  position: relative;
}
.about-imgs p {
  position: absolute;
  bottom: 0;
  padding: 30px;
  font-size: 18px;
  color: white;
}

.product-grid .column {
  padding: 46px;
  text-align: center;
}
.product-grid h3 {
  font-size: 20px;
  margin: 20px 0;
  color: #313131;
}
.product-grid p {
  font-side: 14px;
  text-align: left;
}

.product-hero {
  background: url(images/dark-blue-bg.png) center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 44px 0;
}
.product-hero > main {
  color: white;
}

h3.hl {
  border-left: 7px solid #007eff;
  padding-left: 16px;
  margin: 20px 0;
}

@media (max-width: 470px) {
  .site-header {
    padding: 0;
    padding-bottom: 35px;
  }
  .bg-navbar {
    padding: 0;
  }
}
