/**
 * @file
 * Visual styles for Startupgrowth Lite's static call to action block.
 */
.call-to-action p {
  font-size: 28px;
  margin: 0;
  padding: 10px 0;
}
.call-to-action a.button {
  background-color: #000;
}
.call-to-action a.button:hover {
  background-color: #333;
}
