.headershop1{
  min-height: 140vh;
  width: 100%;
  background-image: url(images/Cafe.png);
  background-position: center;
  background-size: cover;
  position: relative;
}
.nav-links ul li::after{
  content: '';
  width: 0%;
  height: 2px;
  background: #777;
  display: block;
  margin: auto;
  transition: 0.5s;
}
.icons .fa{
  color: #fff;
  margin: 0 13px;
  cursor: pointer;
  padding: 18px 0;
}
.fa-heart-o{
  color: #fff;
}
.layer:hover{
  background: rgba(139,69,19,0.7);
}
.container {
  position: relative;
  text-align: center;
}
.papertext {
  font-family: 'Rubik Vinyl';
  position: absolute;
  top: 230px;
  background: url(images/Ink.png);
  background-size: 50px;
  background-repeat: repeat;
  -webkit-text-fill-color:transparent;
  -webkit-background-clip:text;
}

