.cover {
  background: #fff1e0 url('https://image.webservices.ft.com/v1/images/raw/http%3A%2F%2Finteractive.ftdata.co.uk%2Fstatic%2Fsites%2Fwhen-rates-rise%2Flanding-page%2Fbg-desktop.png?source=ig_wrr&width=700&quality=highest') no-repeat;
  background-position: center 120px;
  background-size: 700px auto;
  position: relative;
  margin: 0 0 18px 0;
}

.cover h1 {
 margin: 0 auto;
 position: relative;
 text-align: center;
 font-weight: 600;
 font-size: 66px;
 color: #43423E;
}

.cover nav {
  margin: 0 auto;
  max-width: 820px;
  border-spacing: 18px;
  margin-top: 615px;
}

.cover nav a {
  display: table-cell;
  padding: 13px 6px;
  font-weight: 400;
  background-color: #DCD7CE;
  border-radius: 5px;
  color: #444;
  width: 20%;
  max-width: 270px;
  text-align: center;
  /*text-transform: uppercase;*/
  text-decoration: none;
  box-shadow: 0 1px 2px #74736C;
  font-family: 'FinancierDisplayWeb', serif;
  letter-spacing: 0.4px;
  font-size: 18px;
}

.cover nav a:hover {
  background-color: #C7C1B6;
}

.cover .logo {
  display: block;
  margin: 0 auto;
  width: 50%;
  max-width: 200px;
  padding: 9px;
  position: relative;
  top: 15px;
  z-index: 2;
}

.cover .logo img {
  width: 100%;
  height: auto;
}

.cover .logo + hr {
  border: none;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.4);
  margin: 0;
}

@media (max-width:768px) {
  .cover nav {
    font-size: 20px;
    margin-top: 640px;
  }

  .cover nav a {
    display: block;
    width: 80%;
    max-width: 500px;
    margin: 13px auto;
  }

}

@media (max-width:600px) {
  .cover {
    background-image: url('https://image.webservices.ft.com/v1/images/raw/http%3A%2F%2Finteractive.ftdata.co.uk%2Fstatic%2Fsites%2Fwhen-rates-rise%2Flanding-page%2Fbg.png?source=ig_wrr&width=550&quality=highest');
    background-position: center 70px;
    background-size: 100% auto;
    padding-bottom: 135%;
  }

  .cover h1 {
   font-size: 40px;
   top: -14px;
  }

  .cover nav {
    position: absolute;
    bottom: 8px;
    width: 100%;
    margin-top: 0;
  }

  .cover nav a {
    padding: 9px 4px;
    background-color: rgba(255, 255, 255, 0.7);
  }

  .cover nav a:hover {
    background-color: rgba(255, 255, 255, 0.85);
  }

  .cover .logo {
    top: 0;
  }
}


