


/*-------------- HIGHLIGHTS/FEATURED CARDS --------------*/

.card {border:1px solid #ccc!important;}
.featured > .card-body {background:#fff; margin-bottom:7px;}
.featured > .card-footer {background:#fff; border:1px solid #ccc!important; padding-top:0px!important; margin-top:0px!important; margin-bottom:0px!important; border-color:#ccc;}
.featured > .card-footer > button {padding-top:0px!important; margin-top:0px!important;}
.featured > .card-body > .card-title {padding-bottom:2px!important; margin-bottom:1px!important;}
.card-text {margin-bottom:2px!important;}

/*-------------- LATEST  TABS --------------*/
h5.newsitem {color:gray;}

.btn-outline-secondary {white-space: normal;}

.tab-content {margin-top:8px; border-top:1px solid #ccc;}

/*-------------- TWITTER APP  --------------*/
.twitter-footer {border:1px solid #fff!important;}

/*-------------- BREADCRUMB  --------------*/
.breadcrumb {padding-bottom:0px; background:#fff;}


/*-------------- SHARING  --------------*/


/*-------------- FOOTER: --------------*/

.footer-main {

	margin-top:30px;
	background-color:#DADADA!important;

	}
.footer-main > div:first-of-type {
	padding-top:30px!important;
	}
.footer-main > div:last-of-type {
	padding-bottom:30px!important;
	}
.footer-sm > p {
	font-size: 1em !important;
	}
/*-------------- FOOTER: Social Icons --------------*/

.social > a {
	margin-right:30px !important;
	}
.social > a:hover {
	text-decoration:none !important;
	}

a.social-link-icon, a.social-link-icon:visited {

  color:#000;
  /* First we need to help some browsers along for this to work.
     Just because a vendor prefix is there, doesn't mean it will
     work in a browser made by that vendor either, it's just for
     future-proofing purposes I guess. */
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  /* ...and now for the proper property */
  transition:.5s;
}
a.social-link-icon:hover{
color:red; text-decoration: none;}

a.social-link{position: relative;}

a.social-link, a.social-link:visited {

  color:#000;
  /* First we need to help some browsers along for this to work.
     Just because a vendor prefix is there, doesn't mean it will
     work in a browser made by that vendor either, it's just for
     future-proofing purposes I guess. */
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  /* ...and now for the proper property */
  transition:.5s;
}
a.social-link:hover, a.social-link:active {
color:red; text-decoration: none;}



a.social-link:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: red;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;}

a.social-link:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}




/* END FOOTER						*/
/* -----------------------------------------------------*/






/* -----------------------------------------------------*/
/* MAIN BODY 		*/
/* -----------------------------------------------------*/

a {color:#990000;}
body, p {font-family:"Roboto", sans-serif!important;text-rendering:optimizeLegibility;}
.CL {font-family:"Libre Baskerville", serif!important;}
.rowmain {padding-top:10px!important;}
.homepage {width:15%!important;}








/* -----------------------------------------------------*/
/* FIX INTERNET EXPLORER GLITCH: RESPONSIVE IMAGES 		*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
/* IE10+ CSS styles go here */
	/* Parent container of Image */
	.featured {
		display: flex;
		flex-direction: column;
	}
	/* Image */
	img.card-img-top {
		flex-shrink: 0;
		max-width: 100%!important;
		height: auto!important;
		vertical-align: middle!important;
	}
}




/* -----------------------------------------------------*/
/* QUOTATIONS 						*/
/* -----------------------------------------------------*/

p.miniquote {
font-family:"Libre Baskerville", serif !important;
display:block;
clear: both;
border:none!important;
font-size:1.25rem!important;
color:#666666; font-weight:500;
quotes: "\201C""\201D""\2018""\2019";
margin-bottom:0px!important;
}


p.miniquote::before {
	font-family:"Font Awesome 5 Free";
	margin-right: 10px;
	margin-bottom:1px;
	font-size:1.25em;
	color:#990000;
	content: "\f10d";
	line-height:20px;
	font-weight:900;

}
p.miniquote::after {
	content: "\f10e";
	font-family: "Font Awesome 5 Free";
	line-height:24px;
	margin-top:3px;
	margin-left: 10px;
	padding-bottom:0px!important;
	font-size:1.25em;
	color:#990000;
	font-weight:900;
}


blockquote.QuoteWrapper::before {
	content: "";
	display: block;
	height: 1px;
	width: 100%;
	margin-bottom: 10px;
	background: #990000;
    }

blockquote.QuoteWrapper::after {
	content: "";
	display: block;
	height: 1px;
	width: 100%;
	margin-top: 5px;
	background: #990000;
    }

@media print {
 /* All your print styles go here */
 
 /* Quotations*/
 
 blockquote.QuoteWrapper { border-left:0px!important; border-right:0px!important;}

 p.miniquote {font-family:"Roboto", sans-serif !important;}


/* CL Headings*/
.CL {font-family:"Roboto", sans-serif !important; font-weight:bold;}






}






/* -----------------------------------------------------*/
/* h1 change rem size on mobile devices 		*/
/* -----------------------------------------------------*/
@media only screen and (max-width: 600px) {
  h1 {
    font-size:2rem;
  }
}



