.body {
  background-image: url('../images/Kranz.jpg');
  background-position: 50% 50%;
  background-size: cover;
  text-align: center;
}

.heading {
  margin-bottom: 20px;
  font-family: Merriweather, serif;
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  text-align: center;
  text-shadow: 1px 1px 6px #000;
}

.heading-2 {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 28px;
  text-shadow: 1px 1px 6px #000;
}

.section {
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  background-color: rgba(0, 0, 0, .25);
  background-image: -webkit-radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 0, 0, .75), hsla(0, 0%, 100%, .17));
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 0, 0, .75), hsla(0, 0%, 100%, .17));
}

.link {
  display: block;
  margin-top: 30px;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 479px) {
  .heading {
    font-size: 28px;
  }
  .heading-2 {
    font-size: 18px;
  }
}