/** Home **/
.headline {
  margin: 30px 0 15px 0;
  font-size: 35px;
  font-weight: 300;
  color: #121214;
  line-height: 54px;
  text-align: center;
}

.subHeadline {
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 200;
  line-height: 25px;
  text-align: center;
}

.accentBlue {
  padding: 5px 10px 5px 10px;
  background-color: #08c;
  color: #fff;
  font-weight: bold;
  border-radius: 4px;
}

@media (max-width: 768px) {
  .headline {
    font-size: 25px;
    line-height: 35px;
  }

  .subHeadline {
    font-size: 15px;
    line-height: 15px;
  }
}
