/*
Theme Name: Boneshaker Books 
Text Domain: bsb-classic
Version: 2.0
Description: Responsive Wordpress version of original Boneshaker Books website
*/

body {
	/*font-family: Arial,Helvetica,"Nimbus Sans L",sans-serif;*/
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
p { margin: 1em 0; }

h1,h2,h3 {
	font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
}
h1 {
	font-weight: 200;
  font-size: 1.5em;
  text-transform:uppercase;
  font-style: normal;
  margin: .5em 0;
}
h2 {
	font-weight: 700;
 	font-size: 1.25em;
  margin: .5em 0;
  color: #555;
}
h3 {
	font-size: 1.15em;
	margin: .5em 0;
}
a {
	color:#FC5522;
}
a:hover {
	color: #000;
	text-decoration: none;
}
div#top {
	background: url(img/header_top_new.png) no-repeat top center;
	position: relative;
}
div#logo img {
	display: block;
	margin:25px auto 1em auto;
	
}
nav { position: absolute; top: 55px; left: 0; }

nav ul{
	color:#FC5522;
	font-size:14px;
	letter-spacing: .05em;
	list-style: none;
	padding: 0;
	margin: 0;

}
@media (max-width: 991px) {
	div#logo {
		height: 95px;
		overflow:hidden;
	}
	div#logo img {
		margin:25px auto 0 auto;
	}
	nav {
		position:static;
		text-align: center;
		margin-bottom: 1em;
	}

}
@media (max-width: 767px) {
	
	#underphoto {
		margin-top: 1em;
	}
}

nav li {
	display: inline;
}
nav li:before {
	content: "\2215\2215\00A0";
}
nav li:first-child:before {
	content: "";
}
nav li:after {
	content: "";  /* pre-WP nav was content: "\00A0" */
}
nav a {
	
	color:#878787;  text-transform:uppercase;
}
nav li.current-menu-item a {
	color: #000;
}
div#social {
	position: absolute; top: 6px; left: 9px;
}
div#social a {
	color: #FC5522;
}
div#social a:hover {
	color: #fff;
}

#foot {
	min-height: 160px;
	text-align: center;
	margin-top: 2em;
	color: #fff;
	background: url('img/bg_vines_footer_tall.jpg') no-repeat bottom;
}
#foot p {
	margin: 1em 0;
}
#foot a {
  color: #fff;
  text-decoration: underline;
}
#foot a:hover {
  text-decoration: none;
}
#foot div.sec {
  text-align: left;
}
#foot div.sec p {
  margin-top: 0;
}

/* boostrap 4 */
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}
.bookclub {
  margin: 0 0 1em 0;
}
.bookclub h3 { 
  margin-top: 0;
}
