/*@import "./variables.scss";*/
/*@import "./global.scss";
@import "./navbar.scss";
@import "./masthead.scss";
@import "./portfolio.scss";*/
html, body {
  min-height: 100%;
}

body {
  height: 100vh;
}

body {
  background: linear-gradient(to bottom, rgba(92, 77, 66, 0.6) 0%, rgba(92, 77, 66, 0.8) 100%), url("../images/noiseporn-323791-unsplash.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

header.masthead {
  padding-top: 10rem;
  padding-bottom: calc(10rem - 72px);
}

.page-section {
  padding: 8rem 0;
}

.custom-card {
  transition: all 0.6s;
  margin-left: 25px;
}
.custom-card .card-body {
  margin-left: 10px;
  padding-left: 30px;
}
.custom-card:hover {
  box-shadow: 0 2px 40px 0 rgba(205, 205, 205, 0.55);
}
.custom-card .select-check {
  /*font-size: .6rem;*/
  font-size: 50px;
  position: absolute;
  left: -25px;
  bottom: calc(50% - 18px);
  line-height: 40px;
}

.pricing-card {
  border: none;
  border-radius: 5px;
  margin-bottom: 40px;
  text-align: center;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  height: 100%;
}
.pricing-card .select-check {
  transform: translateY(-50%);
  font-size: 50px;
  line-height: 40px;
  cursor: pointer;
}
.pricing-card .select-check::before {
  background: #fff;
  display: inline-block;
  line-height: 35px;
}
.pricing-card .select-check.text-muted {
  color: #c6c6c6 !important;
}
.pricing-card .price-option-details {
  height: 230px;
}
.pricing-card .pricing-compare-action {
  display: flex;
  justify-content: center;
}
.pricing-card .pricing-compare-action a {
  font-weight: bold;
  text-decoration: none;
  margin: 0;
}

.pricing-card:hover, .pricing-card.selected {
  box-shadow: 0 2px 20px 0 rgba(205, 205, 205, 0.55);
}

.pricing-card:hover {
  box-shadow: 0 2px 20px 0 rgba(205, 205, 205, 0.55);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.pricing-card.selected {
  border: solid 1px rgba(251, 189, 25, 0.85);
  box-shadow: 0 2px 15px 0 rgba(251, 189, 25, 0.75);
}

.pricing-card .card-body {
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

.pricing-plan-title {
  font-size: 1.5rem;
  color: #000;
  margin-bottom: 10px;
  /*font-weight: bold;*/
}
.pricing-plan-title + ul {
  height: 59px;
}

.pricing-plan-cost {
  font-size: 1.5rem;
  color: #000;
  /*font-weight: bold;*/
  margin-bottom: 29px;
}

.pricing-plan-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 40px;
  line-height: 1;
  margin-bottom: 24px;
}
