@charset "utf-8";
/* CSS Document */

.bg-site{
	background-color: #EF9ABD;
}

.bg-site2{
	background-color: #E0C9B5;
}

.text-site{
	color: #FB569A !important;
}
.text-site2{
	color: #CCA786 !important;
}

.doc-location a{
	color: #FB569A !important;
}

.bg-gradient-site {
	background-color: #EF9ABD;
	background-image: linear-gradient(180deg,#fc6ea8 30%,#dabfa6 100%);
}

.btn-primary{
	background-color: #fc6ea8 !important;
	color: white;
	border-color: #EF9ABD !important;
}

.btn-outline-primary{
	border-color: #fc6ea8;
}
.btn-outline-primary:hover{
	background-color: #fc6ea8 !important;
	color: white;
	
}

.card.card1 .card-header, .card.card2 .card-header, .card.card3 .card-header, .card .card-header{
	background-color: #ffbfd9 !important;
	color: black;
	border-color: #FFDCEA !important;
}

