/*BAFOT css	MARCH 15, 2020 */

/* ----------------------- Links – no underline ----------------------*/

a.noUL
{
text-decoration:none;
color:rgb(95,158,160);
}

.mainHeader
{
	width:inherit;
	text-align: left;
	float: left;
	height: 90px;
	background-color:red;
}

.main_body
{
	width: inherit; 
	background-color:blue;
}

.homePage_L
{
	width: 50%; 
	text-align: center; 
	float: left;
	margin-left: 3px; 
	margin-right: auto;
	background-color: yellow;
}

.homePage_R
{
	width: 48%; 
	text-align: center;
	color: yellow;
	float: left;
	margin: auto;
	background-color: green;
}

.footer
{
	width: 100%; 
	margin-top: 8px; 
	float: left;
}
/* Social Media buttons  */
.fa {
  padding: 5px;
  font-size: 12px;
   text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-google {
  background: #dd4b39;
  color: white;
}

.fa-pinterest {
  background: #cb2027;
  color: white;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}

/* ============== End Social Media buttons ==================== */