


head {

padding: 16px;
background-color: lightblue;
color: navy;
font-size: 26px;
line-height: 26px; 
weight: 70;
margin-left: 20px;
text-transform: none;
text-align: center;
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: center;
}
	



/*
  _  _ _ 
 | || / |
 | __ | |
 |_||_|_|
*/


h1
{
font-family: 'Merriweather Sans', sans-serif;
text-shadow: 1px 1px 1px red;
	/* text-align: center; */
	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: center;
	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: center;
	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: center;
	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-center: 20px;
	color: red;
	text-align: center;
	text-shadow: 1px 1px 1px red;
	text-decoration-color: red;
	text-decoration: underline;
text-transform: bold;
	

}


div.column-explanation h3
{
	font-family: 'Merriweather Sans', sans-serif;
	line-height: 50px;
  font-weight: normal;
  margin: 20px;
	text-transform: none;
	
}







/*
  ___ 
 | _ \
 |  _/
 |_|  
 */     



p
{
font-family: 'Merriweather Sans', sans-serif;
 	line-height: 50px;
	text-align: left;
	color: blue;
	margin-left: 20px; 
	font-weight: normal;
	text-transform: none;
	
}


p.custom-text-name
{
font-family: 'Gentium Basic', sans-serif;
	font-weight: normal;
	text-align: left;
	margin-left: 20px;
	text-transform: none;
	
}


/*
  ___ _____   __  
 |   \_ _\ \ / /__
 | |) | | \ V (_-<
 |___/___| \_//__/
                  
*/



div
{
 
}
div.main-content p {
	text-align: justify;
	color: blue;
	margin: 20px;
 }
div.custom-container-name
{
text-decoration-style: solid;
	color: blue;
	text-align: left;
	margin: 20px;
	text-transform: none;
}





/*
  ___                        
 |_ _|_ __  __ _ __ _ ___ ___
  | || '  \/ _` / _` / -_|_-<
 |___|_|_|_\___\__ \___/__/ /
                |___/        
*/


img
{

}

img.main-image
{
  
}

img.secondary-image
{
  
}



/*
  _    _      _       
 | |  (_)_ _ | |__ ___
 | |__| | ' \| / /(_-<
 |____|_|_||_|_\_\/__/
 
*/


a
{

}

a:hover
{

}


/*
  _    _    _      
 | |  (_)__| |_ ___
 | |__| (_-<  _(_-<
 |____|_/__/\__/__/

*/

ul
{
font-family: 'Merriweather Sans', sans-serif; 
	/* font-family: 'Gentium Basic', serif; */
	color: black;
	text-align: center;
	text-decoration: none;
	margin: 20px;
	text-transform: none;
	
}
ul {
	font-family: 'Merriweather Sans', sans-serif;
  list-style-type: circle;
  margin: 20px;
  background-color: lightblue;
	text-align: center;
	text-transform: none;
	color: black;
	font-size: 16px;
}
ul.myclass
 {
	 /* font-family: 'Merriweather Sans', sans-serif; */
font-family: 'Gentium Basic', serif;
	text-transform: none;
	 text-align: center;
	color: black;
	 font-size: 16px;
 }


li {
  font-family: 'Merriweather Sans', sans-serif;
  margin: 20px;
	font-size: 16px;
  text-align: left;
  text-decoration: none;
	text-transform: none;
	color: black;
}



li a:hover {
  
}