body {
  font-family: 'Playfair Display', serif !important;
}

.background-image {
  height: 500px;
  background-image: url('img/couple.jpg');
  background-size: cover;
  opacity: 0.8;
}

.navbar-zone {
  align-items: center;
  align-content: center;
  height: 110px;
  background-color: rgba(49, 21, 25, .7);
}

.img-fluid {
  height: 80px;
  width: 80px;
}

.icon-bar,
.navbar-toggle {
  background-color: black;
  border: 1px solid black !important;
}

.text-header {
  font-size: 16px;
  font-weight: 300;
  color: white;
}

a {
  color: white !important;
}

a:hover {
  color: rgba(49, 21, 25, .7) !important;
}

.type-card {
  background-color: rgba(230, 169, 60);
  border-color: rgba(230, 169, 60);
  border-radius: 25px;
  color: white;
  height: 350px;
  width: auto;
  padding: 25px;
  text-align: center;
  margin-bottom: 30px;
}

.type-card>.type-card-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}


.type-card-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

.type-card-icon>.content-img {
  border-radius: 50%;
  height: 90px;
  width: 90px;
  background-color: white;
  border-color: rgba(230, 169, 60, .74);
  border-width: 2px;
  border-style: solid;
  position: relative;
  top: -60px;
}
.type-card-icon>.content-img>img {
  height: 60px;
  width: 60px;
  margin: 10px;
}



.type-card>.type-card-description {
  font-size: 14px;
  font-weight: 300;
  text-align: justify;
  margin-bottom: 30px;
}


.type-card:hover {
  cursor: pointer;
  background-color: rgba(230, 169, 60, .74);
  border-color: rgba(230, 169, 60, .74);
  transform: scale(90%, 90%);
}

.type-card:active {
  transform: scale(95%, 95%);
}

footer {
  position: fixed;
  bottom : 0px;
  right: 0px;
  left: 0px;
  z-index: 2;
  padding: 10px;
  text-align: center;
  height: 60px;
  color: white;
  background-color: rgba(49, 21, 25, .7);
}


.page-card {
  border-color: white;
  background-color: white;
  color: black;
  width: auto;
  min-height: 350px;
  padding: 20px;
  box-shadow: 0 5px 5px -3px rgb(0 0 0 / 10%), 0 8px 10px 1px rgb(0 0 0 / 7%), 0 3px 14px 2px rgb(0 0 0 / 6%);
  border-radius: 25px;
  z-index: 10000;
}

.content-inner {
  position: absolute;
  top: 200px;
  right: 30px;
  left: 30px;
  padding-bottom: 100px;
  z-index: 2;
}

.case-card {
  background-color: white;
  box-shadow: 0 5px 5px -3px rgb(0 0 0 / 5%), 0 8px 10px 1px rgb(0 0 0 / 3%), 0 3px 14px 2px rgb(0 0 0 / 2%);
  border-radius: 25px;
  background-color: hsla(0,0%,100%,.85);
    border: 0 solid hsla(0,0%,100%,.95);
  color: black;
  height: 220px;
  max-height: 300px;
  width: auto;
  padding: 25px;
  text-align: center;
  margin-bottom: 20px;
}

.case-card>.case-card-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;

}

.case-card>.case-card-description {
  font-size: 13px;
  font-weight: 300;
  text-align: justify;
  margin-bottom: 10px;
}


.case-card:hover {
  cursor: pointer;
  box-shadow: 0 5px 5px -3px rgb(0 0 0 / 10%), 0 8px 10px 1px rgb(0 0 0 / 7%), 0 3px 14px 2px rgb(0 0 0 / 6%);
}

.case-card:active {
  transform: scale(95%, 95%);
}

@media (max-width: 768px) {
  .container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header{
    background-color:rgb(49, 21, 25);
  }
}
