@charset "utf-8";
/* from the poorly named flow-simulations-style.css by B.Yanofsky  */
/* mirrors   home-pg_my-style.css on CH  */
/* ===================================== */
	p {
    color: white;
    text-align: left;
	  font-family: palatino;
	  font-size: 1.15rem;
		background-color: rgba(36, 36, 214, .7); /* blue  */
	/*  background-color: rgba(72, 56, 173, .4);  blue  */
	/* margin: 4 prop is Top R Bott L no , but spaces*/
	  margin: 1rem;
    padding: 1rem;
    outline: solid #4c4b4b 1px;
    box-sizing: border-box;
	}

	font {
		color: black;
		text-align: left;
		font-family: palatino;
		font-size: 1.25rem;
		margin: .25rem;
	  padding: .25rem;
	}
		.auth {
			font-size: 10px;
			color: #565a0b;
		}

/* this used some sort of repeat of images/bg.jpg   */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
  background-image: linear-gradient(140deg, rgb(195, 200, 210), rgb(024, 51, 32));
	/* background-color: #000000; */
	/* background-image: url(images/bg.jpg);
	background-repeat: repeat-x; */
}
/* so does this style body + table headers also   */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.25rem;
	color: #BBBBBB;
	/* this is standard text color */
}

/* links:  moved to it's own css */
/* should put image defs in doc as all these socials are unique  */
		img.social {
			padding: .5rem;
			border:  0px;
			background-color: transparent;
			margin: auto;
			width: 160px;
			height: 140px;
		}

/* neat way to style all 6 headers at once */
h1,h2,h3,h4,h5,h6 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		margin: 0px;
		margin-bottom: 0px;
	  }

	h1
		/* big white */
		{    	color: rgba(255,255,255,0.9);
		text-shadow: 2px -2px 6px rgba(9,9,9,0.8);
	  font-size: 2.6em;
	  padding-left:10px;
	  }

	h2
		/* big blue */
		{    	color: rgba(48,34,71,0.9);
		text-shadow: 2px -2px 6px rgba(61,9,9,0.8);
	  font-size: 2.6em;
	  padding-left:10px;
	  }

	h3
		/* med white shadow*/
		{    	color: rgba(255,255,255,0.9);
		text-shadow: 2px -2px 4px rgba(9,9,9,0.8);
	  font-size: 1.9em;
	  padding-left:10px;
	  }

	h4
		/* med red shadow */
		{    color: rgba(115,33,43,0.9);
		text-shadow: -2px -3px 5px rgba(48,9,9,0.8);
		font-size: 1.5rem;
		padding-left:10px;
	  }

	h5
		/* smaller grey shadow */
		{     color: rgba(90,90,90,0.9);
			 text-shadow: 1px 1px 1px rgba(165,177,158,0.8);
		 font-size: .9em;
		 padding-left:10px;
		  }

	h6
		/* small black */
		{
		font-size: .5em;
		color: #202020;
		margin-left: 2em;
	 }

/* controls footer */
.footer {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 1rem;
		color: #650e0e;
		margin-top: 20px;
	}
