




body{






/* 	background-image: url('../assets/css/images/overlay.png') , url('../images/bg-alt.jpg');
	background-repeat: repeat, no-repeat;
	background-size: auto, cover;
	background-position: top left, center 0;
	background-attachment: fixed, fixed; */



	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12pt;
	line-height: 1.75em;
	font-weight: 300;
	letter-spacing: 1px;





	/* color:white;
	background-image: url('../assets/css/images/overlay.png') , url('../images/bg-alt.jpg');
	background-repeat: repeat , no-repeat; */


	color:dimgray;


}


footer{
	font-size: 10pt;

}


a {
	transition: border-color 0.35s ease-in-out, color 0.35s ease-in-out;
	color: deepskyblue;
	text-shadow: 0 0 0.5px rgba(53, 184, 143, 0.25);
	text-decoration: none;
}

a:hover {
	color: dodgerblue;
	border-bottom: dotted 1px rgba(53, 184, 143, 0.5);
	text-decoration: none;
}

 .mid {
 	vertical-align: middle ! important;
 }

 .btm {
 	vertical-align: bottom ! important;
 }

input {
	background-color:transparent ! important;
	color:dimgray ! important;
}



.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}



