#sp-header {
	background: rgb(57 67 172 / 85%) !important;
	;
}

#sp-top-bar {
	font-size: 1.5rem;
}

#modal-menu {
	background: rgb(183 206 237 / 98%) !important;
}

#modal-menu-toggler::before {
	content: "MENU";
	margin-right: 0.5em;
	font-size: 85%;
}

#offcanvas-toggler::before {
	content: "MENU";
	margin-right: 0.5em;
	font-size: 85%;
}

#modal-menu {
	background: #b7ceed;
}

#modal-menu .modules-wrapper .social-icons {
	font-size: 3rem;
}

#modal-menu .modules-wrapper .sp-contact-info {
	font-size: 1.5rem;
}

#modal-menu .modules-wrapper .sp-contact-info > li > span {
	font-size: 1.5rem;
}

#modal-menu .modules-wrapper .sp-contact-info>li {
    margin-bottom: 15px;
}

.offcanvas-menu {
	background-color: rgb(183 206 237 / 98%) !important;
	color: #fff;
}

div.mod-languages ul li.lang-active {
	background-color: #fff !important;
	padding: 0.4rem;
}

div.mod-languages ul li.lang-active > a {
	color: #3943ac !important;
}

#sp-main-body {
	padding: 2rem;
}

.breadcrumb {
	background-color: #b7ceed;
	color: #fff;
	font-size: 1.1rem;
	font-weight: 200;
	margin: 0;
	padding: 2rem;
}

.main-button {
	font-weight: 500;
	background-color: #b7ceed;
	border-style: solid;
	border-width: 4px;
	border-color: #fff;
	border-radius: 50px;
	padding: 15px 100px;
	transition: 0.6s ease-in-out;
}

.main-button:hover {
	background-color: #3943ac;
	border-color: #3943ac;
	transition: 0.6s ease-in-out;
}

.main-button-plain {
	font-weight: 500;
	background-color: transparent !important;
	border: none;
	padding: 15px 100px;
	transition: 0.6s ease-in-out;
}

.main-button-plain:hover {
	transform: translate(20px);
	transition: 0.6s ease-in-out;
}

.blue {
	color: #3943ac;
	font-weight: 700;
}

.purple {
	color: #b7ceed;
	font-weight: 700;
}

.blue-bg {
	background-color: #3943ac;
}

.magenda-bg {
	background-color: #c14295;
}

.purple-bg {
	background-color: #b7ceed;
}

.red-bg {
	background-color: #e46674;
}

.white-bg {
	background-color: #fafaf8;
}

.bullet-img {
	opacity: 1;
	transition: 1s ease;
}

.bullet-img:hover {
	opacity: 0.4;
	transition: 1s ease;
}

#sp-homecontent {
	background-color: #b7ceed;
	color: #fff;
}

#sp-homecontent h1 {
	font-weight: 100;
}

#sp-homecontent h4 {
	color: #3943ac;
	font-weight: 700;
}

.home-content {
	padding: 2rem
}

.sp-page-title {
	padding: 10rem 0;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: top left;
	background-size: contain;
	background-attachment: fixed;
}

@media (min-width: 1200px) {

/*	#sp-main-body {
		padding: 100px 0;
	}*/

	#sp-homecontent p {
		font-size: 1.6rem;
		font-weight: 300;
		line-height: 1.6em;
	}

	#sp-homecontent h1 {
		font-size: 4rem;
	}

	#sp-homecontent h4 {
		font-size: 2rem;
	}

	.home-content {
		padding: 1rem 20rem;
	}

	.sp-page-title {
		padding: 18rem 0;
	}

	.article-details .article-header h1,
	.article-details .article-header h2 {
		font-size: 3.25rem;
	}

	.contentP {
		font-size: 1.5rem;
		font-weight: 400;
		padding: 2rem 10rem;
	}

	.main-button {
		padding: 15px 100px;
	}


	.main-button-plain {
		font-size: 1.4rem;
		padding: 15px 100px;
	}
}

.card {
	border: none;
	border-radius: 0;
	box-shadow: none;
	transition: all ease-in-out 0.6s;
}

.card:hover {
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
	transition: all ease-in-out 0.6s;
}

.card-img-top {
	filter: grayscale(0%);
	border-radius: 0;
	transition: all ease-in-out 0.6s;
}

.card:hover > .card-img-top {
	filter: grayscale(90%);
	transition: all ease-in-out 0.6s;
}

.card-title {
	color: #fff;
	font-size: 1.4rem;
	font-weight: 400;
}

.article-list .article {
	border: none;
}

.article-list .article .article-intro-image {
	margin: 0.5rem 0;
	box-shadow: none;
	transition: all ease-in-out 0.6s;
}

.article-list .article .article-intro-image:hover {
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
	transition: all ease-in-out 0.6s;
}

.article-list .article .article-header h2 a {
	color: #fff;
	font-weight: 300;
}

.article-list .article .article-header h2 a:hover {
	color: #6C757D;
}

.article-list .article-body {
	padding: 1rem;
	background-color: #b7ceed;
	border: 2px solid #b7ceed;
	color: #fff;
	box-shadow: none;
	transition: all ease-in-out 0.6s;
}

.article-list .article-body:hover {
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
	transition: all ease-in-out 0.6s;
}

.article-intro-image {
	box-shadow: none;
	transition: all ease-in-out 0.6s;
}

.article-intro-image:hover {

	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
	transition: all ease-in-out 0.6s;
}

.article-introtext {
	color: #fff;
	font-weight: 300;
}

.article-header > h1,
h2 {
	color: #b7ceed;
	font-weight: 200;
}

.content-card {
	color: #fff;
}

.btn-content {
	border-radius: 0 !important;
}