/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@import 'https://fonts.googleapis.com/css?family=Open+Sans:100,300,700';
@import 'https://fonts.googleapis.com/css?family=Cinzel';

body { font-family: Open Sans; }

h1, h2, h3, h4, h5, h6  { 
	font-weight: normal;
}
h1, h2, h3 { font-family: Cinzel, Times New Roman, Serif}

h2, h3, h4 { 
	margin-bottom: 15px; 
	margin-top: 15px;
	}
	

/* header sizes */
h1 { font-size: 40pt; }
h2 { font-size: 25pt; color: #F19C1B }
h3 { font-size: 22pt; }
h4 { font-size: 18pt; }
h5 { font-size: 14pt; text-transform: uppercase; }
h6 { font-size: 12pt; }

/* individual header styles */
h5, h6 { margin: 0; }
h5 { text-transform: uppercase; }

.hero-shadow h1,
.hero-shadow h2,
.hero-shadow h3 {
	text-shadow: 3px 3px 0  #141d21 !important ;
}

.hero-shadow h4,
.hero-shadow h5,
.hero-shadow h6, 
.hero-shadow p {
	text-shadow: 2px 2px 0  #141d21 !important ;
}


/* paragraph styles */
p, li { font-size: 12pt; }

blockquote { font-style: italic; }

#top-right { font-family: Cinzel; color:#F19C1B ; font-size: 16pt }