p {
   margin-top: 0px; 
   font-size: 40pt;
   margin-bottom: 0px;
   font-family: "arial";
   font-weight: normal;
   }

/*Header font*/
h6 {
  color: black;
  font-size: 30pt;
  font-family: 'Archivo Black', serif;
  font-weight: 400;
  text-align: center;
  top: 0; bottom:0; left:0;right:0;
  z-index: 3;
  text-shadow: 8px 8px 3px rgba(0, 102, 0, .8); 
  /*text-shadow: 1px 1px 1px rgba(255, 255, 255, 1)
       , -1px -1px 1px rgba(255, 255, 255, 1), 1px -1px 1px rgba(255, 255, 255, 1), -1px 1px 1px rgba(255, 255, 255, 1);*/
  margin: 0px;
  padding-top: 0px;
  opacity: 1;
  letter-spacing: 5px;
    line-height: 1;
}
/*Sub Header Date*/
h1 {
  color: #000;
  font-size: 22pt;
  font-family: 'Archivo Black', serif;
  font-weight: 100;
  text-align: center;
  top: 0; bottom:0; left:0;right:0;
  z-index: 3;
  text-shadow: 8px 8px 3px rgba(0, 102, 0, .8); 
  margin: 0;
  opacity: 1;
    letter-spacing: 4px;
}

h2 {
	z-index: 3;
	position: fixed;
	align-content: center;
	margin-top: -1px;
	left: 50%;
        transform: translateX(-50%);
  	width: 970px;
  	text-align: center;
	font-weight: bold; 
	font-size: 30pt;
	text-shadow: -1px -1px 1px #fff, 1px 1px 1px #000;
	color: #000066;
	opacity: 1;
	font-family: arial;
	margin-bottom: 0px;

    }

a {
  font-size: 20pt;
  font-family: "arial";
  font-weight: normal;
  margin: 5px;


}    
    
a:link {
    color: white;
    text-decoration: none;
        font-family: "arial";
}

a:visited {
    color: white;
}

a:hover {
    opacity: .5;
    transition: 350ms ease-in;

}

a:active {
    color: white;

} 

.banner {
      position: fixed;
      opacity: 1;
      top: 0px;
    	left: 50%;
        transform: translateX(-50%);
      z-index: 3;
    	border-bottom: 1px solid #000;
    	border-top: 0px solid #000;
    	width:970px;
    	height:60px;
    	background: linear-gradient(to top, gray 0%, rgba(250,250,250,1) 100%);
    	box-shadow: 0 8px 22px 0 rgba(0,0,0,0.6), 0 8px 22px 0 rgba(0,0,0,0.6);
		}



		