body {
  background-color: #393E44;
  background-image: url(/src/images/atacama.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0;
  padding: 0;
}

div.external-holder {
  display: table;
  width: 100%;
  height: 100%;
}

div.internal-holder {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  position: relative;
  width: 100%;
}

div.overlay {
  background-image: url(/src/images/overlay-pattern.png);
  background-repeat: repeat;
  background-color: rgba(57,62,68,0.25);
  width: 100%;
  height: 100%;
}

div.description {
  color: #ffffff;
  text-transform: uppercase;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
  font-weight: 300;
}

div.menu {
  text-align: right;
  width: 100%;
  position: absolute;
  z-index: 10;
}

.menu > a {
  color: #ffffff;
  text-decoration: none;
  background-color: #0068d1;
  padding: 4px 11px;
  border-radius: 12px;
  display: inline-block;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 14px;
  line-height: 1.3;
  text-align: center;
  letter-spacing: -0.01em;
  font-weight: 400;
  min-width: 50px;
  cursor: pointer;
  margin: 10px 20px 0 0;
}

div.logo {
  background-image: url(/src/images/zoe_150.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 220px;
}

@media only screen 
  and (-webkit-min-device-pixel-ratio: 3), 
  only screen 
  and (min-resolution: 3dppx) {
  
  div.logo {
    background-image: url(/src/images/zoe_100.png);
    width: 100%;
    height: 200px;
  }

  .menu > a {
    transform: scale(1.5);
    margin: 20px 40px 0 0;
  }
}
