.navbar.bg-light {
  background-color: #ffffff !important ;
  box-shadow: 0 2px 15px 0 rgb(0 0 0 / 10%);
  margin-bottom: 25px;
}
body {
  min-height: 100vh;
  background-color: #fff3b42f !important ;
  /*background-color: red!important ;*/
  -webkit-text-size-adjust: 100%;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 75%;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 5px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
section {
  margin-bottom: 15%;
  /* min-height: 100vh; */
}
.card {
  border-radius: 50px;
  box-shadow: 0 2px 15px 0 rgb(0 0 0 / 10%);
}
.image {
  /* background-color: red;  */
  width: 50%;
  /* height: 100%;  */
}
.footer {
  background-color: #ffffff !important ;
  border-top: solid #ffd3435c;
}
.servicecard {
  border-width: 0;
  box-shadow: 0 0px 0px 0 rgb(0 0 0 / 10%);
  margin: 0 4% 0 4%;
}
.cadmusButton {
  background-color: #846036;
  border-radius: 100px;
  border-width: 0;
}

@media all and (max-width: 720px) {
  .mobile {
    margin: 3% 10% 3% 10% !important;
  }
  /*background-color: red !important;*/
  hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 5px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  section {
    margin-bottom: 15%;
    /* min-height: 100vh; */
  }
}
.card {
  border-radius: 50px;
  box-shadow: 0 2px 15px 0 rgb(0 0 0 / 10%);
}
.image {
  /* background-color: red;  */
  width: 50%;
  /* height: 100%;  */
}
.footer {
  background-color: #ffffff !important ;
  border-top: solid #ffd3435c;
}
.servicecard {
  background-color: #f0ffff00;
  cursor: pointer;
  border-width: 0;
  box-shadow: 0 0 0 0;
  margin: 2% 0 2% 0;
  padding: 8%;
}
.servicecard:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12), 0 4px 8px rgba(0, 0, 0, 0.06);
}
/*h3, .h3 {*/
/*      font-size:1.2rem;*/
/*   }*/
.streach {
  width: 100% !important;
}

/* cookie popup */

.bg-custom {
  /* display: none; */
  box-shadow: 0 2px 15px 0 rgb(0 0 0 / 20%);
  background-color: #ffffff;
}

.button-fixed {
  z-index: 10;
  bottom: 0;
  position: fixed;
  right: 0;
  border-radius: 4px;
}

.fas {
  cursor: pointer;
  font-size: 24px;
}
/* #cookie-p {
  text-align: left;
} */
#cookie-t {
  text-align: center;
}
/* end cookie popup */

p,
label,
strong {
  color: #846036;
}
h3,h2,
h1 {
  color: #d6b87b;
}
h5 {
  margin-bottom: 0;
}
#cadmusButton:hover #cadmusButton_label {
  background-color: #d6b87b;
}

/*h5.btn.btn-primary.cadmusButton:hover {*/
/*  background-color: #d6b87b;*/
/*}*/
@media all and (max-width: 720px) {
  .mobile {
    margin: 3% 10% 3% 10% !important;
    /*background-color: red !important;*/
  }
  h1 {
    font-size: 1.7rem !important;
  }
  .streach {
    width: 100% !important;
  }
}
