

/* HeadingElements.Defaults (NOT Just text LINKS )*/

/* MOVE THIS TO css-imports/MRE-TYPOGRAPHY.CSS */


/*****************************************/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 20px 0 5px 0px;
  font-family: inherit;
  font-weight:normal;
  line-height: 1;
  color: inherit;
  text-rendering: optimizelegibility;
  f/ont-family: tahoma, Helvetica, Arial, sans-serif;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}


h1, h1 a, 
h2, h2 a, 
h3, h3 a, 
h4, h4 a, 
h5, h5 a, 
h6, h6 a {
 color: #445693;
 font-weight:bold;
 fo/nt-weight:normal;
} 




h1 {
	font-size: 24px;
	line-height: normal;
}
.home h1 {
	font-size: 20px;
	line-height: normal;
}
h2 {
	font-size: 20px;
	line-height: normal;
}
h3 {
	font-size: 18px;
	line-height: normal;
}	
h4 {
	font-size: 14px;
	line-height: normal;
}
h5 {
	font-size: 12px;
	line-height: normal;
}
h6 {
	font-size: 10px;		
	line-height: normal;
} 
@media (max-width: 500px){
	h1 {
		font-size: 22px;
		line-height: normal;
	}
	h2 {
		font-size: 18px;
		line-height: normal;
	}
	h3 {
		font-size: 14px;	
		line-height: normal;
	}	
	h4 {
		font-size: 10px;
		
		line-height: normal;
	}
	h5 {
		font-size: 10px;		
	}
	h6 {
		font-size: 8px;		
	} 
	
	p {

	}
}


h1 small {
  font-size: 20px;
}
h2 small {
  font-size: 14px;
}
h3 small {
  font-size: 12px;
}
h4 small {
  font-size: 10px;
}


ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px;
 
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
li {
  line-height: 25px;
  
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}

.entry-content ul li {
	margin-bottom: 10px;
	line-height: 10px;
}


 a:focus { 
    outline: none; 
}














/* LINKED HEADINGS */
.hentry h2 a, 
.hentry h3 a,  
.hentry h4 a { 
		font-weight:bold;
}
