* {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
}

body.holding {
  text-align: center;
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-size: 17px;
}

.logo {
  padding: 10px 0 20px 0;
}

.hero {
  background: url('img/bg-holding.jpg') no-repeat center center;
  background-size: cover;
  position: relative;
}

.hero .blue {
  background-color: rgba(4, 55, 97, 0.75);
  padding: 50px 20px 100px 20px;
}

.hero h1 {
  color: white;
  font-size: 7.0rem;
}

.hero h2 {
  color: white;
  font-size: 2.3rem;
  font-weight: 300;
}  

.hero .overlay {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 30px 20px;
}

.overlay p {
  color: black;
  font-size: 1.3rem;
}

.overlay a {
  text-decoration: none;
  color: inherit;
}

.overlay a img {
  vertical-align: middle;
  margin-right: 15px;
}

.features {
  padding: 30px 20px;
}

.features p {
  color: #043761;
  font-weight: 700;
  margin-bottom: 15px;
}

.features ul {
  list-style-type: none;
}

.features li {
  color: #043761;
  font-weight: 400;
  padding: 1px 0;
}

.features li.more {
  font-style: italic;
}