body {background-color:#FFFFFF!important; margin-top:0!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;}


/*-------------- 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 {
text-decoration:none !important;
  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!important;}

a.social-link{position: relative;}

a.social-link, a.social-link:visited {
text-decoration:none !important;
  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:#990000; text-decoration: none;}



a.social-link:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #990000;
  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);
}

.social-link-icon {font-size:1.5rem;}



/* 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;}






@media print {
 /* All your print styles go here */
 



/* CL Headings*/
.CL {font-family: "Libre Baskerville", serif!important;}

}


/* Row underneath jumbotron*/
.rowmain {padding-top:10px!important;}


/* -----------------------------------------------------*/
/* h1 change rem size on mobile devices 		*/
/* -----------------------------------------------------*/
@media only screen and (max-width: 600px) {
  h1 {
    font-size:2rem;
  }
}




        