body {
	position: relative;
	background-color: #ffffff;
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
	color: #939393;
}
/* 
grey:#939393;
purple: #c2b4d7
orange: #f5ce87
*/
a {
	color: #939393;
}
a:hover {
	color: #c2b4d7;
}
.nav-link {
	text-transform: uppercase;
	font-size: 0.85rem;
	font-weight: bold;
}
.jumbotron {
	position: relative;
	background-image: url('images/group-header.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}
.overlay::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #c2b4d7;
    opacity: 0.8;
}
.headline {
	position: relative;
}
h1, h2, h3, h4, h5, h6 {
	color:#c2b4d7;
	margin-bottom: 1rem;
}
h1, h2, h3,
.display-5,
.btn,
strong {
	font-weight: bold;
}
h2 {
	font-size: 2.5rem;
}
.bg-primary {
	background-color: #c2b4d7 !important;
}
.btn-secondary {
	background-color: #f5ce87;
	border-color: #f5ce87;
}
.btn-secondary:hover {
	background-color: #c2b4d7;
	border-color: #c2b4d7;
}
.facts {
	position: relative;
}
.facts::before {
    content: "";
    /*display: block;*/
    position: absolute;
    left: 0;
    top: 25%;
    width: 100%;
    height: 100%;
	background-image: url('images/arrow-fact-left.svg');
	background-position: left top;
	background-repeat: no-repeat;
	z-index: -1;
}
.facts::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 25%;
    width: 100%;
    height: 100%;
	background-image: url('images/arrow-fact-right.svg');
	background-position: right top;
	background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) {
	.fact {
		min-height: 10rem;
	}
}
@media only screen and (min-width: 992px) {
	.fact {
		min-height: 8rem;
	}
}
.circles img {
	max-width: 80%;
}
.content ul {
	padding-inline-start: 1.5rem;
}
.content li {
	list-style-image: url('images/bullet-point.svg');
	padding-inline-start: 2ch;
	margin-bottom: 1rem;
}
.slick-prev:before,
.slick-next:before {
    font-size: 40px;
	color: #f5ce87;
}
.slick-prev,
.slick-next {
	width: 40px;
	height: 40px;
	z-index: 1;
}
.slick-track {
  display: flex;
}
.slick-track .slick-slide {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
}
.img-emma {
	max-width: 21.25rem;
}
.img-cpd {
	max-height: 10rem;
}
.contacts a,
.socials a {
	color: white;
}
.contacts a:hover {
	color: #f5ce87;
	color: white;
}
.socials a:hover {
	color: #f5ce87;
}

footer {
	border-top: 4px solid white;
	font-size: 0.875rem;
}
.via-credit {
	font-size: 0.75rem;
}
