/* ---------- Colors ---------- */
/*
grape: #863a6f
periwinkle: #975c8d
lavender: #ecd8fc
rose: #ffadbc
*/
.own {
  --cassiopeia-color-primary: #ba69f0;
  --cassiopeia-color-hover: #8543b9;
  --cassiopeia-color-link: #8543b9;
}

/* ---------- Page Header ---------- */
/* on the home page, set the background colour of the header to transparent and make it fixed */

.ishome .container-header {
  background-color: transparent;
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.5s;
}

/* set the background colour of the header on regular pages and when the page has scrolled*/
.container-header,
.container-header.scrolled {
  background-color: #863a6f;
  background-image: unset;
}

/* remove the margin from the module containing the logo */
.mod-custom p {
  margin: 0;
}

/* set the large banner to take up the full height of the viewport */
.container-banner .banner-overlay {
  height: 100vh;
}

/* ---------- Menu Bar ---------- */
.grid-child.container-nav {
	padding-bottom: 5px;
	padding-top: 0px;
	margin-bottom: 25px;
}

li a {
	text-transform: uppercase;
	font-size: 14px !important;
}

li.nav-item {
	color: #863a6f;
	text-transform: uppercase;
}

.container-header .navbar-toggler {
	color: #ffffff;
}

/* ---------- Headers ---------- */
h1 {
	font-weight: 200;
	color: #8543b9;
	text-transform: uppercase;
}

h2 {
	color: #d989b5;
	font-size: 22px;
}

h3 {
}

h3.border {
	border-bottom: 1px solid #863a6f !important;
}

h4 {
	}

.border {
	border: 0px solid #fff !important;
}

h5 {
	font-weight: 400;
	color: #975c8d;
}

/* ---------- Cards ---------- */
.card p {
	padding: 20px 0px 0px 20px;
}

/* ---------- Buttons ---------- */
.readmore .btn {
	background: #fff;
	border: 1px solid #8543b9;
	color: #8543b9;
	max-width: 150px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	background-image: none;
	text-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.readmore .btn:hover {
	color: #ffffff;
	background: #8543b9;
}

.button-primary {
    background: #8543b9;
    border: 1px solid #8543b9;
    color: #fff;
    padding: 10px;
    text-transform: uppercase;
    text-decoration: none;
}

.button-primary:hover {
	color: #8543b9;
	background: #fff;
	text-decoration: none;
}

.button-reversed {
    background: #fff;
    border: 1px solid #8543b9;
    color: #8543b9;
    padding: 10px;
    text-transform: uppercase;
}

.button-reversed:hover {
	color: #ffffff;
	background: #8543b9;
	text-decoration: none;
}


/* ---------- Galleries ---------- */
div.embiggen {
	font-size: 11px;
}

/* ---------- Related Galleries ---------- */
h3.card-header {
	color: #863a6f;	
}

.card-header {
	background-color: #ffadbc;
}

.sidebar-right.card {
	border: 1px solid #ffadbc;
}

/* ---------- Newsflash ---------- */
.newsflash-title {
	font-size: 16px;
}
.newsflash p {
	font-size: 13px;
}

.newsflash .readmore .btn {
	font-size: 12px;
}

.card .newsflash p {
	padding: 0px;
}

/* ---------- Float shortcuts ---------- */
.float-right {
	float: right;
	margin-left: 20px;
}
.float-left {
	float: left;
	margin-right: 20px;
}

/* ---------- Footer ---------- */
.container-footer {
  background-color: #ecd8fc;
  background-image: none;
}

.container-footer p {
  color: #863a6f;
}
