
head {

padding: 16px;
background-color: lightblue;
color: navy;
font-size: 26px;
line-height: 26px; 
weight: 70;
margin-left: 20px;
text-transform: none;
text-align: left;
border: 1px solid #E11A25;
}


/*
  ___  ___  _____   __
 | _ )/ _ \|   \ \ / /
 | _ \ (_) | |) \ V / 
 |___/\___/|___/ |_|  
 
*/


body
{
	font-family: 'Merriweather Sans', sans-serif;
	 	font-size: 16px;
	background-color: lightblue;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-transform: none;
	text-align: left;
}
	



/*
  _  _ _ 
 | || / |
 | __ | |
 |_||_|_|
*/


h1
{
font-family: 'Merriweather Sans', sans-serif;
text-shadow: 1px 1px 1px red;
	/* text-align: left; */
	color: red;
text-decoration-color: red;
	text-decoration: underline;
	text-transform: bold;
	font-weight: normal;
}

h1.custom-name
{
font-family: 'Merriweather Sans', sans-serif;
text-shadow: 1px 1px 1px red;
text-align: left;
	color: red;
	text-decoration-color: red;
	text-decoration: underline;
	text-transform: bold;
	
}

/*

  _  _ ___ 
 | || |_  )
 | __ |/ / 
 |_||_/___|
           
*/


h2
{
	
	font-family: 'Merriweather Sans', sans-serif;
  color: red; 
  font-weight: normal;
	text-align: left;
	text-shadow: 1px 1px 1px red;
	text-decoration-color: red;
	text-decoration: none;
	text-transform: bold;
	
}

h2.subheader
{
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: normal;
  color: red; 
	text-align: left;
	text-shadow: 1px 1px 1px red;
	text-decoration-color: red;
	text-decoration: none;
	text-transform: bold;
	
	
}



/*
  _  _ ____
 | || |__ /
 | __ ||_ \
 |_||_|___/
 */          

h3
{
	font-family: 'Merriweather Sans', sans-serif;
	
  font-weight: normal;
  margin-left: 20px;
	color: red;
	text-align: left;
	text-shadow: 1px 1px 1px red;
	text-decoration-color: red;
	text-decoration: underline;
text-transform: bold;
	

}

