/**
Primary-Color: #42a6a0;
 */

body {
  font-family: sans-serif;
  line-height: 2;
}
h1,h2,h3 {
  font-weight: 700;
  //text-transform: uppercase;
  font-family: 'Pacifico', cursive;
}
h2 {
  margin-bottom: 45px;
  font-size: 3em;
}
h3 {
  font-size: 1.5rem;
  color: #999;
}
h4 {
  font-weight: 700;
  text-transform: uppercase;
}

.imp h2 {
  margin-bottom: 15px !important;
}
.container {
  max-width: 1000px;
}