/*Site wide fonts */
	body{
	font-family: "PT Sans",sans-serif;
	}

	h1, h2, h3 {
	 font-family: "PT Sans",sans-serif;
	}

/*STYLING FOR NAVIGATION HEADER TEXT*/
.site-header a{
	color: #000000;
	font-family: "PT Sans";
	font-weight: 700;
	text-decoration: none;
	/*Applies color transition to text*/
	-webkit-transition: color .1s linear;
	-moz-transition: color .1s linear;
	-ms-transition: color .1s linear;
	-o-transition: color .1s linear;
	transition: color .1s linear;
}

.site-header a:hover{
	color:#C85D17;
	text-decoration: underline;
}

/*STYLES THE NAVIGATION HEADER CONTAINER */
.site-header{
	  box-shadow: 0px -20px 20px 10px #000000;
}

.header-text-home{
	font-family: "PT Sans";
	font-weight: 900;
	background: rgba(33,61,79,0.3);
  display: initial;
}

/*Hover effects for resource tables */
	.resource-table figure {
		background: #C85D17;
	}
	.resource-table figure img {
		opacity: 1;
		-webkit-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
	}
	.resource-table figure:hover img {
		opacity: .5;
	}

.home-slider{
		color: #000000;
	font-family: "PT Sans";
font-weight: 700;
	display:block;
	font-size: 30px;
	text-align: left;
}

	.bubble-hover figure {
		background: #213D4F;
	}
	.bubble-hover figure img {
		opacity: 1;
		-webkit-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
	}
	.bubble-hover figure:hover img {
		opacity: .5;
	}


/*Removes spaces after footer and header */
	.wp-site-blocks > * + *{margin-block-start: 0;}

/*Edits tweet feed plugin */
.twitter-feed{
	    overflow-y: scroll;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
}

.twitter-feed::-webkit-scrollbar { /* WebKit */
    width: 0;
    height: 0;
}

.social-container{
	width: 60%; 
  margin-left: auto;
  margin-right: auto;
}

.resources-container a{
	color: #FFFFF;
}

.policy-button-container a{
	color: #ffffff;
}

/*STYLING Dashboard bread crumbs*/
.dash-nav a{
	color: #000000;
	font-family: "PT Sans";
	font-weight: 700;
	text-decoration: none;
	/*Applies color transition to text*/
	-webkit-transition: color .1s linear;
	-moz-transition: color .1s linear;
	-ms-transition: color .1s linear;
	-o-transition: color .1s linear;
	transition: color .1s linear;
}

.dash-nav a:hover{
	color:#C85D17;
	text-decoration: none;
}

.dashtab{
  margin-left: 150px;

}

/*Hover effects for images tables */
	.bubblepic figure {
		background: #FFFFFF;
	}
	.bubblepic figure img {
		opacity: 1;
		-webkit-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
	}
	.bubblepic figure:hover img {
		opacity: .5;
	}