.masthead {
  background-image: url("../img/crystal-ball-masthead.jpg");
  background-position: center 80%;
  min-height: 500px;
}
.shadow-overlay {
  background: rgba(40,40,40,0.5);
  padding: 25px;

}
h2 {
  font-size: 44px;
}
h3 {
  text-transform: uppercase;
}
h4 {
  font-size: 16px;
  font-weight: bold;
}
a.btn, .btn-primary {
  color: #448526;
  background-color: white;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  display: inline-flex!important;
  border-radius: 0;
  padding:20px 10px;
}
a.btn-dark {
  color: #000000;
  background-color: transparent;
}

a.btn:hover, .btn-primary:hover {
  background-color: #69cd3c!important;
  color:#000000!important;
  font-weight: bold;
}
a.btn-dark:hover {
  color:#FFFFFF!important;
  background-color: #000000!important;
}
a.btn:before {
  content: "";
  border-bottom: 1px solid #448526;
  width: 18px;
  height: 1px;
  box-sizing: border-box;
  padding-top: 11px;
  margin-right: 8px;
}

a.btn:after {
  content: "";
  border-bottom: 1px solid #448526;
  width: 18px;
  height: 1px;
  box-sizing: border-box;
  padding-top: 11px;
  margin-left: 8px;
}

a.btn-dark:hover:before, a.btn-dark:hover:after {
  border-color:#FFFFFF!important;
}

.btn-primary:focus {
  box-shadow: none;
}

.background-primary {
  background: #69cd3c;
}
.palm-background {
  padding: 1em;
  background-image: url("../img/Palm_edit_1200x801.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 70%;
}
.reviews h2 {
  padding-top: 38px;
}
.card-img-top {
  width: 50%;
}

.card-title {
  font-weight: bold;
  font-size:17px
}
.social img {
  width: 40px;
  height: 40px;
  margin: 2em 15px;
}
tr td:first-child {
  padding-right: 10px;
}
/* For Tablet View */
@media screen and (min-device-width: 768px)
and (max-device-width: 1024px) {


}

@media screen and (max-device-width: 768px) {

}
