body {
  padding-top: 60px;
  background-color: #222222;
  background-image: url('../img/gateway-bg.jpg');
  background-position: center;
  background-repeat: repeat;
  background-size: cover;
}

h4, .h4 {
  font-weight: 600;
}

header {
  color: #ffffff;
  margin-bottom: 20px;
}

header h1 {
  font-weight: 300;
  font-size: 48px;
}

header a {
  color: #ffffff;
  font-size: 16px;
}

header a:hover {
  color: #2ecc71;
}
