/* Small only */
@media screen and (max-width: 39.9375em) {}

/* Medium and up */
@media screen and (min-width: 40em) {}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {}

/* Large and up */
@media screen and (min-width: 64em) {}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}

body{
	font-family: 'Marcellus', serif;
	background-color: #f4fafa;
	background-color: #fffdf7;
	color: #413f3f;
}

.green-background{
	background-color: #f4fafa;
}

h1,h2,h3,h4,h5,h6{
	font-family: 'Marcellus', serif;
	text-transform: uppercase;
}

.text-center{
	text-align: center;
}

.text-right{
	text-align: right;
}

a{
	color: #8cadad;
	text-decoration: none;
	border-bottom: 1px solid #8cadad;
	padding-bottom: 2px;
}

a:hover{
	color: #489898;
}


header{
	margin-top: 3rem;
	background-color: #8cadad;
	margin-bottom: 1.5rem;
	color: white;
}

.main-title{
	padding-bottom: 0;
	margin-bottom: 0;
	text-align: center;
	color: white;
}

.border-top-nav{
	border-top: 1px solid white;
}

nav ul{
	list-style: none;
	margin: 0;
	text-align: center;
}

.portrait{
	display: none;
}

.best-selling{
	float: left;
}

@media screen and (max-width: 785px){
	.best-selling{
		display: none;
	}	
}

nav li{
	margin: 0;
	display: inline;
	padding-left: 40px;
}

nav a{
	color: white !important;
	text-transform: uppercase;	
	border-bottom: none;
	font-size: 1em;
}

.current, nav a:hover{
	border-bottom: 1px solid white;
}

nav li:first-of-type{
	padding-left: 0px;
}

.twitter{
	position: absolute;
	right: 14px;
	bottom: 94px;
}

.twitter img{
	width: 28px;
	margin: 4px;
}

.twitter a{
	border-bottom: none;
}

.relative{
	position: relative;
}


/* Small Only */
@media screen and (max-width: 39.9375em) {
	header{
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.twitter{
		filter: grayscale(100%) brightness(40%) sepia(100%) hue-rotate(-218deg) saturate(140%) contrast(0.8);
		left: 0;
		right: 0;
		bottom: 80px;
		text-align: center;
	}
	nav li{
		padding-left: 10px;
	}
}

/* Medium and up */
@media screen and (min-width: 40em) {
	nav ul{
		margin-top: 20px;
		margin-bottom: 30px;
		text-align: right;
	}
	.border-top-nav{
		margin-top: 5.8vw;
	}
	.portrait{
		display: block;
		    width: 256px;
    margin-left: auto;
    margin-right: auto;
	}
	.main-title{
		text-align: left;
		padding-top: 80px;
		font-size: 4rem;
		line-height: 0.7;
	}
	nav a{
		font-size: 1.4em;
	}

}

/* Home */

.box-title{
	display: block;
	max-width: 350px;
	background-color: #8cadad;
	padding: 15px;
	text-align: center;
	font-size: 20px;
	color: white;
	line-height: 1;
	margin-top: 20px;
	margin-bottom: 30px;
}

a .box-title:hover{
	background-color: #489898;
}

.box-title span{
	font-size: 14px;
}

footer{
	background-color: #8cadad;
	padding-top: 3.5rem;
	padding-bottom: 3.5rem;
	line-height: 1;
	margin-bottom: 3rem;
	margin-top: 3rem;
}

footer p{
	margin-bottom: 0;
	color: white;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
	.box-title{
		margin-left: auto;
		margin-right: auto;
		font-size: 16px;
	}
}

/* Home */

#book-page .box-title, #events-page .box-title{
	width: 100%;
	max-width: none;
}

#book-page img{
	margin-top: 20px;
}

#events-page span{
	text-transform: uppercase;
}

/* Events */

.event-container img{
	float: left;
	margin-right: 20px;
	width: 210px;
	margin-bottom: 30px;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
	.event-container img{
		float: none;
		margin-bottom: 15px;
	}
	.event-container{
		margin-bottom: 35px;
	}
}

.event-container{
	clear: both;
}

.uppercase{
	text-transform: uppercase;
}

/* About */

/* Medium and up */
@media screen and (min-width: 40em) {
	.about-image-padding{
		padding-left: 150px;
	}
	.about-page{
		margin-top: 60px;
		margin-bottom: 30px;
	}
}

#slide-buy{
	display: none;
}

#slide-buy{
	list-style: none;
}

#slide-buy a{
	border-bottom: none;
	font-size: 120%;
}

#buy-options{
	cursor: pointer;
}

/*
.books img{
	height: 448px !important;
	object-fit: cover;
}
*/