/* -------------------------------------------------------------- 
   
   typography.css
   * Sets up some sensible default typography.
   
-------------------------------------------------------------- */

body {
	background:#fff;
    color: #7f8a8f;
    font-family: Arial,sans-serif;
    font-size: 16px;
    line-height: 1.428571429;
	-webkit-font-smoothing: antialiased;
}

a {
	color: #b32d2f;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #7e0809;
	text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h1,
.h1 {
	font-family:"Times New Roman", Times, serif;
	font-size: 26px;
	color:#b32d2f;
	margin-top:0;
	margin-bottom:30px;
}
h2,
.h2,
h2 a,
h2 a:hover,
.go-link,
.go-link:hover,
.go-link-alt,
.feature-link {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	color:#366570;
	text-transform:uppercase;
}
h3,
.h3 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 26px;
	color:#a3acb0;
	letter-spacing:1;
	text-transform:uppercase;
}
h4,
.h4 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	color:#b32d2f;
	line-height:1.5;
	margin-top:15px;
}
h5,
.h5 {
	font-family: 'Loved by the King', cursive;
	font-size: 71px;
	color:#a3acb0;
}
h6,
.h6 {
	font-size: 16px;
	color:#1a2b32;
	margin:10px 0 5px;
}

p {
  margin: 0 0 10px;
}

hr {
  margin-top: 40px;
  margin-bottom: 40px;
  border: 0;
  border-top: 1px dashed #698a93;
}

blockquote p {

}

/* Images -------------------- */
img.pull-left {
	margin:4px 25px 25px 0;
}
img.pull-right {
	margin:4px 0 25px 25px;
}

/* Misc ---------------------- */
.pull-left { float: left; }
.pull-right { float: right; }
.img-responsive {}
.img-rounded {}
.img-thumbnail {}
.img-circle {}
.thumbnail {}

.inner {}

.lead {}

.go-link {
	background:url(images/arrow.png) no-repeat right center;
	display:inline-block;
	margin:15px 0 20px;
	padding-right:50px;
}

.go-link-alt {
	background:url(images/arrow-wood.png) no-repeat left center;
	display:inline-block;
	margin:5px 0 20px;
	padding:0 18px;
	width:170px;
	font-size:13px;
	color:#fff!important;
	line-height:1.75;
}
.go-link-alt:hover {
	color:#fff!important;
}
.feature-link {
	background:url(images/arrow-wood-lg.png) no-repeat left center;
	display:inline-block;
	padding:0 35px 0 20px;
	width:260px;
	font-size:22px;
	color:#fff;
	line-height:1.75;
	text-align:center;
}
.feature-link:hover {
	color:#fff;
}