/*

	01 -- fonts

*/

/* [start] 01 -- fonts  */

/* [end] 01 -- fonts  */
.floatingButton:hover {
  background-color: var(--main-color);
}

.my-text-shadow p {
	text-shadow: 0 0 0.2em var(--second-color);
}
.imageCard:hover img {
  transition-duration: 0.2s;
  filter: blur(0px) brightness(1.55);
}
.my-anker {
position:relative; top:-100px;
}
.my-anker-M {
position:relative; top:-135px;
}
.my-anker-L {
position:relative; top:-180px;
}
.bgWrapperStickyContent > .bgWrapperInner {
  top: 180px;margin-bottom:40px;
}

