
a,
a:visited {
	color: rgba(133, 87, 185, 1);
	cursor: pointer;
}

*:focus {
	outline: none !important;
}

.nav-link img {
	width:60px;
	height: auto;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.4);
}

.nav-link:hover img {
	box-shadow: 2px 2px 5px rgba(0,0,0,0.9);
}

.nav-link.active,
a:hover {
	color: rgba(133, 87, 185, 0.5);
}

.nav-link.active {
	cursor: default;
}

.folders a,
.folders a:hover,
.folders a:visited {
	text-decoration: none;
	color: rgba(133, 87, 185, 1);
	font-weight: 700;
	line-height: 3em;
}
.bodytext {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 18px;
}
a.navbar-brand,
a.navbar-brand:hover {
	color: #000;
}

.navbar-brand img {
	float: left;
	margin-right: 15px;
}
.tagline {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	margin-top: 20px;
	font-size: 21px;
}
.tagline span:first-child {
	font-weight: bold;
	font-size: 25px;
	color: #8557b9;
}
.byline {
	color: #8557b9;
}

.owl-carousel .owl-item .item a:after {
	display: block;
	width: 100%;
	height: 100%;
	content: "";
	background: transparent;
	position: absolute;
	top: 0;
	transition: 0.3s;
	z-index: 99;
}

.owl-carousel .owl-item .item a:hover::after {
	background: url(/imgs/magnifier.svg) center center rgba(133,88,186,0.62) no-repeat;
}

.owl-theme .owl-nav {
	margin: 20px auto;
	width: 40%;
}

button.owl-prev {
	float: left;
}

button.owl-next {
	float: right;
}

button.owl-prev span,
button.owl-next span {
	line-height: 0;
	font-size: 40px;
	color: #2C4F72;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #2C4F72;
}

.owl-theme .owl-nav [class*=owl-]:hover {
	background: transparent;
}

@media (max-width: 991.98px) {
	.tagline {
		float: left;
		margin-top: 0px;
	}
	.tagline .byline {
		display: none;
	}
	.mt-5, .my-5 {
		margin-top: 0rem!important;
	}
	.navbar-toggler-icon {
		background-color: rgba(133,88,186,0.62);
	}
}

.fb_iframe_widget span[style]{
	width:100% !important;
}