@font-face {
  font-family: myEverythingCalligraphy;
  src: url("../fonts/everything_calligraphy/Everything\ Calligraphy\ -\ TTF.ttf");
}

@font-face {
  font-family: myRileyFrost;
  src: url("../fonts/riley_frost/Riley Frost.ttf");
}

@font-face {
  font-family: myWestwoodStudio;
  src: url("../fonts/westwood_studio/westwood_studio.ttf");
}

@font-face {
  font-family: myMogent;
  src: url("../fonts/mogent/mogent.otf");
}

@font-face {
  font-family: myIamBlack;
  src: url("../fonts/iam_black/iam_black.otf");
}

@font-face {
  font-family: gabrielaCouture;
  src: url("../fonts/gabriela_couture/gabriela_couture.otf");
}

@font-face {
  font-family: hillsideScript;
  src: url("../fonts/hillside_script/hillside_script.otf");
}

@font-face {
  font-family: hillsideSans;
  src: url("../fonts/hillside_script/hillside_sans.otf");
}

@font-face {
  font-family: apollo;
  src: url("../fonts/apollo/apollo.otf");
}

@font-face {
  font-family: pompadour;
  src: url("../fonts/a_pompadour/02_a_pompadour_text_sample.otf");
}

.h-img-parent {
  background-image: url("../img/1000758596.jpg");
  /* background-color: #000; */
  background-size:cover;
  background-position: center;
  height: 600px;
  position: relative;
}

.h-img-parent:before {
  content: "";
  position: absolute;
  left: 0; right: 0;
  top: 0; bottom: 0;
  background: rgba(0,0,0,.2);
  /* background: rgba(0, 0, 0, 0); */
}

.img-fondo {
  background-image: url("../img/FONDO.jpg");
  background-size: cover;
  background-position: top;
  position: relative;
}

.fondo-blanco {
  background-image: url("../img/FONDO.jpg");
  /* background-color: #000; */
  background-size:cover;
  background-position: center;
  /* height: 600px; */
  position: relative;
}

.fondo-negro {
  background-image: url("../img/FONDO_50.jpg");
  background-size: cover;
  background-position: top;
  position: relative;
}

.img-fondo-lugar {
  background-image: url("../img/lugar_2.jpg");
  background-size: cover;
  background-position: top;
  position: relative;
}

.img-fondo-hermanos {
  background-image: url("../img/siblings_birthday.JPG");
  background-size: cover;
  background-position: top;
  position: relative;
}

.h-main-text {
  /* color: #ede8de; */
  color: black;
  position: relative;
}

.h-big-font {
  font-size: 1.8em;
  font-weight: 500;
}

.h-small-font {
  font-size: 0.6em;
  font-weight: bold;
  letter-spacing: 1px;
}

.h-font-08 {
  font-size: 1em;
  font-weight: bold;
  letter-spacing: 1px;
}

.h-font-08-small {
  font-size: 0.8em;
  font-weight: bold;
  letter-spacing: 1px;
}

.font-everything {
  font-family: myEverythingCalligraphy;
}

.font-riley {
  font-family: myRileyFrost;
}

.font-westwood {
  font-family: myWestwoodStudio;
}

.font-mogent {
  font-family: myMogent;
  letter-spacing: 1px;
  font-weight: bold;
}

.font-iam-black {
  font-family: myIamBlack;
}

.font-gabriela {
  font-family: gabrielaCouture;
}

.font-hillside {
  font-family: hillsideScript;
}

.font-hillside-sans {
  font-family: hillsideSans;
}

.font-apollo {
  font-family: apollo;
}

.font-a_pompadour {
  font-family: pompadour;
}

.italica {
  font-style: italic;
}

.text-grey {
  color: #000;
}

.text-black {
  color: #000;
}

.text-white {
  color: #FFF;
}

.color-fondo {
  background-color: #FFF;
}

.color-fondo-negro {
  background-color: #B76E79;
}

.color-fondo-rosa {
  background-color: #B76E79;
}

.row {
  margin-right: 0px !important;
  --bs-gutter-x: 0 !important;
}

.splide__slide {
  padding-top: 30px;
  padding-bottom: 30px;
}

.splide__pagination__page.is-active {
  background: #000 !important;
}

.card {
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  background-color: rgba(183, 110, 121, 0.6);
  padding-top: 2em;
  
}

.card-img-top {
  width: 75px;
  align-self: center;
}

.card-title {
  font-family: apollo;
  font-size: 1rem;
  text-align: center;
}

.card-text {
  font-family: apollo;
  text-align: center;
  font-size: 0.8em;
}

.text-pink {
  color: #B76E79;
}
