@import url(https://fonts.googleapis.com/css2?family=Pacifico&display=swap);
body {
  /* text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5); */
  /* box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5); */
  background-image: url(https://assets.frambinni.ca/file/frambinni-web-assets/img/bg/contemporary_china.webp);
  background-size: 20em;
  background-position: center;
  background-repeat: repeat;
  /* backdrop-filter: blur(1px); */
}
h1, h2, h3 {
  font-family: 'Pacifico', cursive;
  color: #C1839F;
}
a {
  color: #F4D35E;
}
/* Custom Primary button */
.btn-primary,
.btn-primary:focus {
  background-color: #59C3C3;
  border-color: #59C3C3;
  text-shadow: none; /* Prevent inheritance from `body` */
}
.btn-primary:hover {
  color: #59C3C3;
  background-color: white;
  border-color: #59C3C3;
}
/* Custom outline secondary button */
.btn-outline-secondary {
  border-color: #C1839F;
  color: #C1839F;
}
.btn-outline-secondary:focus {
  background-color: white;
  border-color: #C1839F;
  text-shadow: none; /* Prevent inheritance from `body` */
}
.btn-outline-secondary:hover {
  background-color: #C1839F;
  border-color: #C1839F;
}
.bg-transparent-dark {
  background-color: rgba(52, 58, 64, 0.75);
}
.modal-body img {
  width: 100%;
}
/* offcanvas */
.offcanvas-title {
  font-family: 'Pacifico', cursive;
  color: #0D3B66;
}
.offcanvas-body hr {
  border-radius: 100px;
  border-width: .15rem;
  border-color: #0D3B66;
}
.nav-link, .nav-link:hover {
color: #006989;
}