body {
  min-height: 75rem;
  font-family: 'Open Sans', sans-serif;
}

.navbar {
  margin: 0;
  padding: 0;
}

.jumbotron {
  padding-top: 6rem;
  padding-bottom: 6rem;
  margin-bottom: 0;
  background-color: #fff;
  background-image: url(../images/banners2.jpg);
  background-position: absolute;
  background-size: cover;
}

.jumbotron p:last-child {
  margin-bottom: 0;
}

.jumbotron-heading {
  font-weight: 300;
  font-size: 200%;
}

.jumbotron .container {
  max-width: 40rem;
}

.filter {
  
}

.album {
  min-height: 50rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f7f7f7;
}

.marginate {
  margin: 70px;
}

ul > li > a {
  color: #c73606;
}

.card {
  float: left;
  width: 33.333%;
  padding: .75rem;
  margin-bottom: 2rem;
  border: 0;
}

.card > img {
  margin-bottom: .75rem;
}

.card-text {
  font-size: 100%;
}

.category-item.card {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: 8px solid #d6d6d6;
}

.category-item.card:hover {
  box-shadow: 0 10px 40px -11px rgba(0, 0, 0, 0.3);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.category-item.yellow:hover {
  border-color: #f0f0f0;
}

footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

footer p {
  margin-bottom: .15rem;
  font-size: .75rem;
}

.btn {
  background-color: #c73606;
  color: white;
}

/* .biz-details .modal-dialog{max-width: 400px; width: 100%;}
.pre-cost{text-decoration: line-through; color: #a5a5a5;}
.space-ten{padding: 10px 0;} */

.checked {
  color: #ff9f1a; }

