body {
  font-family:'Open Sans', sans-serif;
  color: #333;
  font-size: 15px;
  line-height: 26px;
}
h1 {
  background-image: url('../images/ProSolver-Logo.svg');
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
  background-repeat: no-repeat;
}
h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}
h3 {
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  margin-bottom: 10px;
}
a {
  display: inline;
  border-bottom: 2px solid rgba(50, 100, 255, 0.2);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #3264ff;
  font-weight: 600;
  text-decoration: none;
}
a:hover {
  border-bottom-color: #3264ff;
}
.button {
  display: inline-block;
  padding: 4px 15px;
  background-color: black;
  color: white;
  text-align: center;
  text-decoration: none;
}
.header {
  padding-top: 21px;
  padding-bottom: 21px;
  background-color: black;
  text-align: center;
}
.navbar {
  background-color: black;
}
.brand-image {
  width: 130px;
}
.section {
  padding: 80px 40px;
  text-align: center;
}
.section.hero {
  background-image: url('../images/hero-cropped-blue.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
}
.section.blue {
  background-color: #3264ff;
  color: white;
}
.max-width {
  display: block;
  max-width: 660px;
  margin-right: auto;
  margin-left: auto;
}
.large-text {
  margin-bottom: 0px;
  font-size: 22px;
  line-height: 30px;
}
.hide {
  display: none;
}
.logo {
  display: block;
  width: 130px;
  height: 23px;
  margin-right: auto;
  margin-left: auto;
}
.brand-link {
  display: block;
  margin-right: auto;
  margin-left: auto;
  float: none;
  border-bottom-style: none;
}
.icon-holder {
  width: 20%;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}
.icon-svg {
  width: 85px;
  margin-bottom: 20px;
}
.mb-large {
  margin-bottom: 40px;
}
.social-link {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  border-bottom-style: none;
}
.social-holder {
  margin-bottom: 40px;
}
.small-text {
  font-size: 12px;
}
.footer-link {
  border-bottom-color: rgba(0, 0, 0, 0.14);
  color: #333;
}
.footer-link:hover {
  border-bottom-color: black;
}
@media (max-width: 991px) {
  .section.blue {
    padding-bottom: 40px;
  }
  .icon-holder {
    display: inline-block;
    width: 30%;
    float: none;
  }
  .inline-grid {
    display: block;
    width: 75%;
    margin-right: auto;
    margin-left: auto;
  }
  .inline-grid.bottom {
    width: 50%;
  }
  .icon-p {
    width: 100%;
    height: 140px;
    float: left;
    clear: both;
  }
}
@media (max-width: 767px) {
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .icon-holder {
    width: 50%;
  }
  .icon-p {
    height: 100px;
  }
  .social-link {
    margin-right: 5px;
    margin-left: 5px;
  }
}
@media (max-width: 479px) {
  .section {
    padding: 40px 20px;
  }
  .large-text {
    font-size: 15px;
    line-height: 26px;
  }
  .icon-holder {
    width: 100%;
  }
  .icon-p {
    height: 85px;
  }
}
