body {
  background-color: #111;
  color: #ddd;
  font-family: 'Roboto', sans-serif;
}

.hero {
  background: url('../img/logo.png') center center/contain no-repeat, #222;
  height: 70vh;
  position: relative;
}

.hero .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
}

.hero .content {
  position: relative;
  z-index: 1;
}

h2 {
  color: #fff;
  margin-bottom: 1rem;
}

a {
  color: #c0392b;
}

a:hover {
  color: #e74c3c;
}
