/*	 
Theme Name: Railbird Publishing
Theme URI: https://railbirdpublishing.com
Description: Custom Theme for the Jamie Ford
Author: Todd Jackson
Author URI: http://www.toddjacksonworks.com
Version: 1.01
*/

body {
	background: url('images/ep_naturalwhite.png');
	background-repeat: repeat;
	margin-top: 90px;
}

.balthazar-regular {
  font-family: "Balthazar", serif;
  font-weight: 400;
  font-style: normal;
}

a {
 text-decoration: none;
}

/* Buttons */

.btn-railbird {
	color: #000 !important;
	background-color: #ffff00;
	border: 1px solid #ffff00;
	font-weight: 700;
}

.btn-railbird:hover {
	color: #fff !important;
	background-color: #9d7c25;
	border: 1px solid #c69c2f;
}


.text-bg-railbird {
  color: #000 !important;
  background-color: #ffff00;
}


/* Nav */

.railbird-nav {
	background: url('images/ep_naturalwhite.png');
	background-repeat: repeat;
}

.nav-item a {
	color: #800000;
	font-family: "Balthazar", serif;
	font-size: 1.5rem;
}

.nav-link {
	position: relative;
}

.nav-link::after {
	content: '';
	transition: all 0.4s;
	opacity: 0;
	height: 2px;
	width: 0%;
	background: #800000;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.nav-link:hover::after {
	opacity: 1;
	width: 100%;
}

.hero h2 {
	letter-spacing: 10px;
	color: #c0c0c0;
}

/* All Books */

.all-books-row a {
	color: #fff;
}

.all-books-row a:hover {
	color: #c69c2f;
}

.all-books-row h2 {
	color: #c69c2f;
}

.all-books-row h5 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}


/* Book Page */

.toplink {
	color: #fff;
}
	

.img-book {
	max-width: 100%;
	height: auto;
}

.book-shadow {
	box-shadow: 0px 0px 38px 0px rgba(0,0,0,0.3),
	0px 0px 12px 0px rgba(0,0,0,0.22);
}

.praiser {
	margin-left: 20vw;
}

.book-subhead {
	letter-spacing: .3rem;
}

.prev-book a, .next-book a {
	color: #ffff00;
}

footer a {
	color: #800000;
}

@media (max-width:62rem)
.slider-item-show3-sm {
--swiffy-slider-item-count: 3;
}


@media (min-width: 768px) {

}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {
	
	/* Books */
	
		.img-book {
			width: auto;
			max-height: 60vh;
		}

}
