/*
 * Theme name: Chappell Creative - Foundations Template - typography elements
 * used to alter look and feel of foundations stock style sheet
 * Author: Chappell Creative Inc.
 * Author URI: http://chappellcreative.com
 * Version: 1.0
 */
@import url(https://fonts.googleapis.com/css?family=Cantata+One|Open+Sans);
.shadow_text {
	text-shadow:0 1px 1px rgba(0,0,0,0.9);
}
/* PROJECT FONTS  */
body {
	font: 1.1rem/1.65 'Open Sans', Trebuchet, Arial, Helvetica, sans-serif;
	color: #555555;
	font-style:normal;
}


/* Default paragraph styles */
p {
  font-family: inherit;
  font-weight: normal;
  line-height: 1.65;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility; }

/* Default header styles */
h1, 
h1 a,
h2, 
h2 a,
h3,
h3 a, 
h4,
h4 a, 
h5,
h5 a, 
h6,
h6 a,
.page-title,
.header1,
.header2,
.header3,
.header4 {
	color: #00A9ED;
    font-family: 'Cantata One', serif;
	font-style: normal;
	font-weight: normal;
	line-height: 1.25;
	margin-bottom: 0.25rem;
	margin-top: 0;
	text-rendering: optimizeLegibility;
}
  h1 small, 
  h2 small, 
  h3 small, 
  h4 small, 
  h5 small, 
  h6 small {
    color: #888888;
    font-size: 60%;
    line-height: 0; }
h1 {
  font-size: 2.125rem;
  color: #FE019D; }
h2 {
  font-size: 1.6875rem; }
h3,
.header1 {
  font-size: 1.375rem;
  /*color: #FE019D;*/ }
h4,
.header2 {
  font-size: 1.25rem; }
h5,
.header3 {
  font-size: 1.125rem; }
h6,
.header4,
.header5 {
  font-size: 1rem; }

.subheader {
  line-height: 1;
  color: #4e4f4e;
  font-weight: normal;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem; }

blockquote {
	margin: 1rem 2rem 2rem 0.5rem;
	padding: 0.5rem 1rem 0.2rem;
	border: none;
	background-color: rgba(34,102,147,0.05);
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
blockquote p {
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 0.95em;
	margin: 0 0 0.25em;
	color: #336699;
}
blockquote p.author {
	font-style: normal;
	font-size: 1rem;
	line-height: 1.1;
	text-align: right;
	margin: 0 4% 25px 0;
	color: #336699
}