
h1  {
	color:#11466D;
	font-size:2.75em;
	font-family: 'Merienda One', cursive;
	margin-bottom:18px;
	margin-top:24px;
	font-weight:700;
}

h2 {
	color:#11466D;
	font-size:1.8em;
	font-family: 'Merienda One', cursive;
	margin-top:0px;
	padding-top:0px;
	font-weight:700;	
}

h4 {
	font-size:1.1em;
}
h4.quote {
	font-weight: 700;
	font-style: italic;
}

p.large {
	 font-size:1.2em
}

ul.large  {
	 font-size:1.15em
}

ol.large  {
	 font-size:1.15em !important
}

li.large  {
	 font-size:1.15em !important
}


.biggie {
	 font-size:1.2em
}

/* xs < 768 */
@media screen and (max-width: 767px) 
{
h1  {
	color:#11466D;
	font-size:2em;
	font-family: 'Merienda One', cursive;
	margin-bottom:12px;
	margin-top:10px;
	font-weight:700;
}

h2 {
	color:#11466D;
	font-size:1.6em;
	margin-top:0px;
	padding-top:0px;
	font-weight:700;	
}

h4 {font-size:.5em;}

h4.quote {
	font-weight: 700;
	font-style: italic;
}

p.large {
	 font-size:1.1em
}

ul.large  {
	 font-size:1.1em
}

ol.large  {
	 font-size:1.1em !important
}

li.large  {
	 font-size:1.1em !important
}

.biggie {
	 font-size:1.1em
}

}