@charset "utf-8";
/* CSS Document */
body {
  background: url(../images/background-sm-lg.jpg);
  background-position: top center;
  background-size: cover;
}
h2 {
  font-family: 'Merriweather Sans', sans-serif;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 10px;
  font-weight: 300;
  line-height: 1.25;
  color: rgba(255, 255, 255, 1);
}
h2 strong {
  font-family: 'Merriweather', serif;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}
main section {
  border-bottom: none;
}
@media (max-width: 767.98px) {
  h2 {
    padding-left: 20px;
  }
  main, main div.container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  main section {
    background-color: rgba(248, 248, 248, 1);
  }
  main section div.services {
    padding: 10px 30px 0px 12.5px;
  }
  main section div.services img.icon {
    width: 50px;
    margin-right: 10px;
  }
  main section div.services p {
    overflow: hidden;
    padding-bottom: 10px;
    margin-bottom: 0;
  }
  main section div.services p {
    border-bottom: 1px dotted #ccc;
  }
  main section div.ghostwriting {
    padding-bottom: 20px;
  }
  main section div.ghostwriting p {
    border-bottom: none;
  }
  main h5 {
    font-family: 'Merriweather', serif;
    line-height: 1.42857143;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 12px;
    color: rgba(178, 0, 0, 1);
  }
}
@media (min-width: 768px) {
  h2 {
    text-align: center;
  }
  main section div.services {
    background-color: rgba(248, 248, 248, 1);
    padding: 1rem 1rem .5rem 1rem;
    width: 316px;
    margin-right: 1rem;
    margin-left: 1rem;
    margin-bottom: 2rem;
    border-radius: .375rem;
  }
  main section div.services h5 {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(102, 0, 0, 1);
    background: linear-gradient(to right, rgba(102, 0, 0, 1), rgba(204, 0, 0, 1));
    padding: 4px 10px 4px 10px;
    margin-top: 5px;
    margin-bottom: 10px;
    border-radius: .25rem;
  }
  main section div.services img.icon {
    width: 60px;
    margin: 10px 10px 2px 10px;
  }
  main section div.services p {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0px;
  }
}
@media (min-width: 1200px) {
  main div section {
    max-width: 1280px !important;
    margin-left: auto;
    margin-right: auto;
  }
}