.bg-1 {
  background: url("https://cdn.dcrypto.com/kontakt/spring-creek/home-bg-2.jpg")no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}



.btn-primary {
  background: #8c1515!important;
  font-size: 20;
  
}
.center-me {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.cta-background {
  background: rgba(255,255,255, .8);
  border-radius: 10px;
  
}

.card {
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 0px 0 rgba(0,0,0,.12);
}

.gift-image {
  border-radius: 10px;
  height: 125px
  
}

.gift-image-splash {
  border-radius: 10px;
  height: 100px
  
}