html, body {
  height: 100%;
  font-family: 'Lora', serif;
  background-color: #fafaea;
}

a, a:visited {
	color: #BA1A0D;
}

a:hover {
	color: #D51000;
}

.navbar {
  padding-top: .25rem;
  padding-bottom: .25rem;
}

.navbar .navbar-brand {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.nav-item {
  width: 100%;
}

.nav-item.active .nav-link {
  color: #E91100;
  text-decoration: underline;
}

.nav-item .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 90%;
  -webkit-transition: color .25s;
  transition: color .25s;
}

.nav-pills {
  float: right;
}

.intro-header {
  box-shadow: 0 0 2em rgba(0, 0, 0, 0.8) inset;
  font-family: 'Cormorant Infant', cursive;
  font-weight: 400;
  font-style: italic;
  color: #5D1E00;
  text-align: center;
  display: table;
  width: 100%;
  height: 280px;
  background: url("../background.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

h1 {
	font-size: 4rem;
}

h2, h3, h4, h5, h6 {
	color: #6f0e0e;
	font-weight: bold;
}

.content img {
	-moz-box-shadow: 0 0 4px black;
    -webkit-box-shadow: 0 0 4px black;
    box-shadow: 0 0 4px black;
    margin-left: 5px;
    margin-top: 5px;
}

.cover {
    vertical-align: text-top;
    float: right;
    -moz-box-shadow: 0 0 4px black;
    -webkit-box-shadow: 0 0 4px black;
    box-shadow: 0 0 4px black;
    margin-left: 5px;
}


.intro-header .intro-body {
  display: inline-block;
  display: table-cell;
  vertical-align: middle;
}

.intro-header .intro-body .content {
  max-width: 700px;
  margin: 0 auto;
  padding: 1.2em 1.4em;
}

.content {
	max-width: 800px;
	margin: 0 auto;
	padding: 1.2em 1.4em;
	line-height: 1.7em;
}

.intro-header .intro-body .subheading {
  display: inline-block;
  margin-top: 1.2rem;
}

.home .intro-header {
  min-height: 300px;
  height: 60%;
}

.home .intro-header .intro-body .content {
  border: 2px solid #fff;
}

.blog .intro-header {
  height: 160px;
}

.main {
  color: #414446;
  margin-top: 3.5rem;
}

.cols {
  margin-bottom: 3.5em;
}

.site-footer {
  margin-top: 3.5em;
  color: #666;
  font-size: 85%;
}

.site-footer .wrapper {
  padding: 1.5em 0;
}

.posts {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 1.2rem .2rem;
  margin: 2rem 0;
}

blockquote {
  background: #f8f8f8;
  border-left: 5px solid #ccc;
  margin: 1.2em 5px;
  padding-left: 10px;
}

hr {
  border: none;
  border-bottom: 2px solid #ddd;
  height: 0;
  padding: 0;
}

img {
  max-width: 100%;
}

ul {
	list-style-type: none;
}

.content li:before {    
	font-family: 'FontAwesome';
	content: "\f105";
	margin:0 10px 0 -15px;
	color: #000;
}

.book {
	border-bottom: 1px dotted #6f0e0e;
	min-height: 160px;
	margin: 0 0 20px 0;
}

.book img {
	margin: 0 10px 0 0;
	-moz-box-shadow: 0 0 4px black;
	-webkit-box-shadow: 0 0 4px black;
	box-shadow: 0 0 4px black;
}

.book span {
    display: block;
    margin-left: 120px;
}


@media (min-width: 48em) {
  html {
    font-size: 17px;
  }
  .home .intro-header {
    height: 85%;
  }
  .intro-header .intro-body .content {
    padding: 2em 2.4em;
  }
}

@media (min-width: 34em) {
  .nav-item {
    width: auto;
  }
  .navbar-brand {
    width: auto;
  }
}

@media (max-width: 34em) {
	.nav-stacked {
		width: 100%;
		margin-bottom: 1.5rem;
	}
}

.breadcrumb {
	margin-bottom: 1.5rem;
}
