@charset "UTF-8";
/* CSS Document */

h1, h2, h3, h4, h5 {
	font-family: 'Lato', sans-serif;
}	

h1 {
	font-size: 32px;
	line-height: 32px;	
	text-transform: uppercase;
	color: #BF1E2E;
	font-weight: 900;
	letter-spacing: 1px;
	text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.35);
}
h2 {
	font-size: 27px;
	line-height: 32px;
	color: #BF1E2E;
	font-weight: 700;
	letter-spacing: 1px;	 
	text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.35);
}
h3 {
	font-size: 21px;
	line-height: 27px;
	color: #BF1E2E;	
	font-weight: 700;
	letter-spacing: 1px;	 
	text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.35);
}
h4 {
	font-size: 18px;
	line-height: 24px;
	color: #BF1E2E;
	font-weight: 700;
	letter-spacing: 0px;		 
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.35);
}
h5 {
	font-size: 14px;
	line-height: 18px;
	color: #BF1E2E;
	font-weight: 700;
	letter-spacing: 0px;		 
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.35);
}
.uppercase {
	text-transform: uppercase;
}
.centered {
	text-align: center;
}

blockquote {
	border-top: 2px solid #B21E23;
	border-bottom: 2px solid #B21E23;
	width: 200px;
	margin: 0px;
	padding: 16px;
	background-color: rgba(0,0,0,0.5);
	text-align: center;
	quotes: "\201C" "\201D";
	font-size: 18px;
	line-height: 32px;
	text-transform: uppercase;
 }
 
.lt_blue {
	color: #163C6D;
}
.drk_blue {
	color: #091C3D;	 
}
.red {
	color: #BF1E2E;	 
}