.border-pretty {
  border: 1px solid #f05f40;
}

.border-pretty:hover {
  border: 1px solid #000000;
}

.btn-link:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #d13531;
}

.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0,123,255,0);
  font-family: Montserrat, sans-serif;
}

.btn-link, .contact {
  font-weight: bold;
  color: #ffffff;
  text-decoration: none !important;
  background-color: #f05f40;
  height: 55px;
  width: 185px;
}

#shop {
  height: 1123px;
  min-height: 650px;
  background-size: cover;
  background-position: 50%;
}

@media (min-width: 992px) {
  #shop {
    height: 100vh;
    min-height: 650px;
    background-size: cover;
    /*background-position: 50%;*/
    padding-top: 0;
    padding-bottom: 0;
  }
}

#shopping {
  padding-right: 5px;
  padding-left: 5px;
  padding-top: 10px;
}

