﻿/** site styles for additions to 3rd party css and necessary overloads to the 3rd party css **/
.hshadow{
    background-color: transparent;
    text-shadow: 3px 3px 8px white;
    text-shadow: 4px 4px 4px black, 0 0 25px white, 0 0 5px red;
	
}
	h2,h3 {
		padding:3px; margin: 3px;
		text-align: center;
	}
	h1 {
		font-size:50px;
	    text-shadow: 4px 4px 4px #F8D117, 0 0 25px white, 0 0 5px white;
		font-weight:bold;
		color:#00539B;
		text-align: center;
	}
	h2 {
		font-size:xx-large;
		font-weight:bold;
		color:#00539B;
	}
	h3 {
		font-size:large;
		font-weight:bold;
	    color:#00539B;
	}
