

html, body {
  color: #44474f;
  background-color: #f8f8f8;
}

h1 {
  font-weight: 900;
  color: #3A5A9C;
  font-size: 42px;
  margin-top: 15px;
}
h6 {
  font-weight: 900;
  color: #666;
  font-size: 12px;
  letter-spacing: .25em;
  text-transform: uppercase;
}
h2 {
  font-size: 16px;
}
p {
  font-size: 16px;
}



.masthead-wrapper {
  background: #ffffff;
}
.masthead {
  padding: 20px 0;
}
.masthead .logo {
  width: 150px;
}
.highlights {
  padding: 2em 0;
  border-top: 1px solid #f4f4f4;
  background-color: #f8f8f8;
}
.hero {
  padding: 3em 0em 5em;
}
.friends div {
 position: absolute;
 top: -80px;
 left: 0;
}
.friends div img {
 max-width: 100%;
}
.hero p {
  font-weight: 400;
  font-size: 18px;
}
.btn-success {
  color: #fff;
  background-color: #3A5A9C;
  border-color: #3A5A9C;
}
.btn-success:hover {
  color: #fff;
  background-color: #2e4576;
  border-color: #2e4576;
}
.input-group {
  max-width: 460px;
  border: 15px solid #f9f9f9;
  border-radius: 8px;
}
.card {
  background: #fff;
  box-shadow: rgba(142, 151, 158, 0.15) 0px 4px 19px;
  border-radius: 8px;
  padding: 1.5em;
  min-height: 215px;
  margin-bottom: 15px;
}
.content {
  margin: 2em 0;
  background: #fff;
  box-shadow: rgba(142, 151, 158, 0.15) 0px 4px 19px;
  padding: 1.5em;
  border-radius: 6px;
  min-height: 215px;  
}
footer {
  background-color: #f8f8f8;
  margin-top: 2em;
  padding: 3em 0 5em;
  text-align: center;
}
footer ul {
  padding: 0;
  }
footer li {
 font-size: 14px;
 list-style-type: none;
 display: inline-block;
 padding: 0px 10px;
}
footer li, footer li a {
 color: #999;
}


@media (max-width: 768px) {
  .masthead {
    text-align: center;
  }
  .masthead .logo {
    width: 110px;
  }
  .hero {
    padding: 2em 1em;
  }
  .hero h1 {
    font-size: 28px;
  }
  .hero h6 {
    font-size: 10px;
  }
  .hero p {
    font-size: 14px;
  }
  .hero .input-group {
    max-width: none;
  }
  .friends div {
    position: relative;
    padding: 0 30px;
    top: 0;
    margin-bottom: -50px;
  }
  .friends img {
    max-width: 100%;
  } 
  .highlights {
    padding: 4em 0;
  }
  .highlights h2 {
    font-size: 14px;
  }
  .highlights p {
    font-size: 14px;
  }
  .card {
    padding: 1.5em;
    margin-bottom: 10px;
  }
  footer li {
   font-size: 12px;
  }

}
@media (max-width: 1069px) {
  .card {
   min-height: auto;
  }
}
@media (max-width: 1200px) {
  .friends div {
   top: 0;
  }
}

