body {
	background-color: #f4f5f5
}

.bg-light {
  background-color: #e7e7e7 !important;
}

.border-primary {
  border-color: #cdcdcd !important;
}

.text-pink {
  color: #e83e8c !important;
}

a.text-pink:hover, a.text-pink:focus {
  color: #e83e8c !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: Great Vibes;
  font-weight: 200;
  line-height: 1.2;
  color: inherit;
  font-display: swap;
}

.display-5 {
  font-weight: 300;
  line-height: 1.2;
}
.display-6 {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-7 {
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.2;
}


.shadow {
	text-shadow:	1px  1px 1px black,
					1px -1px 1px black,
				   -1px  1px 1px black,
				   -1px -1px 1px black;
	box-shadow:		0 0 0 rgba(0,0,0,0)!important;
}

a {
  color: #e83e8c;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #e83e8c;
  text-decoration: underline;
}

.carousel-inner > .carousel-item > img {
	margin:auto;
}

.default {
	display: block;
}

:target {
	display: block;
}

:target ~ .default {
	display: none;
}
