@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700|Source+Sans+Pro:400,700');

body {
	padding-top: 0;
	background: #f2f2f2;
}

img {
	max-width: 100%;
}

a {
	color: #8B2419;
	text-decoration: underline;
}

h1, h2, h3, h4 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
}

p {
	font-family: 'Source Sans Pro', sans-serif;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 18px;
}

.logorow .card-body {
	padding: 0.25rem 1.25rem;
}

.books p {
	font-size: 14px;
}

.books .col-md-8 {
	position: static;
}

.books .price {
	color: #8B2419;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 0;
	position: absolute;
	bottom: 20px;
}

.books {
	margin-top: 25px;
}

.books .card-body {
	padding-bottom: 50px;
}

.header-image {
	width: 100%;
}


.logorow {
	margin-top: -3rem;
}

@media screen and (min-width:1200px) {
.logorow {
	margin-top: -8rem;
}
}

.callrow {
	padding: 2rem 0 4rem 0;
}

.callup {
	color: #8B2419;
	font-size: 32px;
}