/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, .big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section
 {
	display: block;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
  max-width: 100%;
  display: block;
	color-profile: sRGB !important;
}


/* ******************************************
	box include
****************************************** */
*	{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}


	/*******************************************
 Float Clearing http://nicolasgallagher.com/micro-clearfix-hack
 *******************************************/


/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }


.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}

/*note .container {display: flex;} can be used for the holding container*/

div#preload { display: none; }
/*--------------------------------------------------------------
Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

html {
  font-size: 100%;
  line-height: 1;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
background: #fff;
font-size: 16px;
line-height: 1;
color: #000000;
margin: 0 auto;
padding: 0;
word-wrap:break-word !important;
font-family: 'Lato', Arial, Helvetica, sans-serif;
font-weight: 400;
/* height: 100%; */
}
/* @media screen and (min-width:950px){
	body {
		padding:0 1em;
	}
} */

#wrapper {
	background: linear-gradient(to top, rgba(247, 245, 235, 1) 0%, rgba(247, 245, 226, 1) 50%, rgba( 228, 224, 211 , 1)  100%);
	margin: 0 auto;
	padding: 1.5em .5em 3em ;
	text-align:left;
	/* max-width: 1500px; */
	z-index: 1;
	transform: translateZ(0);
	/* position: relative; */
	/* top: -90%; */
	/* height:350%; */
		background: linear-gradient(to top, rgb(247, 245, 235) 0%, rgb(239, 237, 235) 50%, rgb(226, 219, 216) 100%);
			background: rgb(226, 219, 216);
			background: linear-gradient(to bottom, rgb( 174, 163, 159 ) 20%, rgb(226, 219, 216) 100%);
			margin-top:-2px;
			background: rgba(226, 219, 216, 1);
			background: rgb(240, 233, 230);
			background: #fff;
}
@media screen and (min-width:600px) {
#wrapper {
	background: linear-gradient(to top, rgba(247, 245, 235, 1) 0%, rgba(247, 245, 226, 1) 50%, rgba( 228, 224, 211 , 1)  100%);
	margin: 0 auto;
	padding: 1.5em .5em 3em ;
	text-align:left;
	/* max-width: 1500px; */
	z-index: 1;
	transform: translateZ(0);
	/* position: relative; */
	/* top: -90%; */
	/* height:350%; */
	background: linear-gradient(to top, rgb(247, 245, 235) 0%, rgb(239, 237, 235) 50%, rgb(226, 219, 216) 100%);
	background: rgb(226, 219, 216);
	background: linear-gradient(to bottom, rgb( 174, 163, 159 ) 20%, rgb(226, 219, 216) 100%);
margin-top:-2px;
background: rgba(226, 219, 216, 1);
background: rgb(240, 233, 230);
background: #fff;
}
}

#wrapper-plain {
	margin: 0 auto;
	padding: 0 .5em 3em ;
	text-align:left;
	background: #fff;
	margin-top:-2rem;
}
@media screen and (min-width:600px) {
#wrapper-plain {
	margin: 0 auto;
	padding: 0 .5em 3em ;
	text-align:left;
	z-index: 1;
	transform: translateZ(0);
	background: #fff;
		margin-top:-2rem;
}
}
/* master */
.master {
	width:100%;
	display:block;
	overflow-x: hidden;
	height:100vh;
	max-height:100%;
	perspective:1px;
	perspective-origin: center top;
	/* position:fixed; */
}

/* feature */
.feature {
	height:60vh;
	transform-origin:center top;
	transform: translateZ(-1px) scale(2.03);
	background-image:linear-gradient(to bottom, rgb(106, 100, 97) 0%, rgba(237, 235, 225, .7) 40%,rgba(247, 245, 235, .01) 100%), url('../images/pulleys.jpg');
	/* background-repeat: repeat-y; */
	/* background-attachment:fixed; */
	background-size:cover;
	/* background-position: center top;
	position:relative; */
	/* padding: 20px 0; */
	/* margin-bottom:20px; */
	box-sizing:border-box;
/* min-height:1000px; */
}
@media screen and (max-width:550px) and (orientation: landscape) {
	.feature {
		height:55vh;
}
}
@media screen and (min-width:487px){
.feature {
	height:50vh;
	transform-origin:center top;
	transform: translateZ(-1px) scale(2.03);
	background-image:linear-gradient(to bottom, rgb(106, 100, 97) 0%, rgba(237, 235, 225, .7) 40%,rgba(247, 245, 235, .01) 100%), url('../images/pulleys.jpg');
	/* background-repeat: repeat-y; */
	/* background-attachment:fixed; */
	background-size:cover;
	background-position: center center;
	position:relative;
	/* padding: 20px 0; */
	/* margin-bottom:20px; */
	box-sizing:border-box;
/* min-height:1000px; */
  /* background: linear-gradient(to bottom, rgba(106, 100, 97, .9) 0%, rgba(237, 235, 225, .7) 40%,rgba(247, 245, 235, .01) 100%); */
}
}
strong, b {
	font-weight:600;
}

.left {
	text-align: left !important;
}
.right {
	text-align: right !important;
}

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

.uppercase {
	text-transform: uppercase !important;
}

em, i {
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: 400i;
}

p {
	font-size: 1rem;
	text-align: left;
	line-height: 1.4;
	margin: 1em 0;
}

h2 {
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-weight:300;
	font-size: 1.15em;
	margin: 0 0 1em;
	text-align:center;
}
h2.intro {
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-weight:400;
	font-size: 1.2em;
	margin: 0;
	text-align:center;
	line-height:1.3;
	color: #000;
	max-width:90%;
	margin:0 auto;
	/* font-style: italic; */
}
@media screen and (min-width:800px){
h2.intro {
	font-family: 'Lato', Arial, Helvetica, sans-serif;

	font-size: 1.75em;
	margin: 0 auto;
	text-align:center;
	line-height:1.4;
	color: #000;
	max-width:600px;
	width:100%;
}
}

h3 {
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-size: 1.15em;
	margin: 0 auto;
	text-align:center;
	line-height:1.5;
	font-weight:600;
width:100%;

}
h3.details {
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	margin: 0 auto;
	text-align:center;
	line-height:1.3;
	font-weight:600;
width: 100%;
color: #3e4e4e;

}


@media screen and (min-width:800px){
	h3.details {
		font-family: 'Lato', Arial, Helvetica, sans-serif;
		font-size: 1.5em;
		margin: 0 auto;
		text-align:center;
		line-height:1.3;
		font-weight:600;
	width: 100%;
	color: #000;
	}
}
.top-area {
	max-width: 700px;
	margin:0 auto;
	padding:1em;
}
@media screen and (min-width:800px){
.top-area {
	max-width: 700px;
	margin:0 auto;
	padding:2em 1em;
}
}
h2.book {
	font-family: 'Newsreader', serif;
	/* display:inline-block; */
	line-height:1.2;
	padding:.5em;
	font-size: 1.8em;
margin-bottom: 2em;
}
@media screen and (min-width:800px){
h2.book {
	font-family: 'Newsreader', serif;
	/* display:inline-block; */
	line-height:1.2;
	padding:.5em;
	font-size: 2.2em;
margin-bottom: 2em;
}
}
p.cite {
	color: #94a6a7;
	font-size: 1.2em;
	font-weight: 600;
	font-style: italic;
	padding: 2em 0 0;
	margin: 0;
	line-height:1.2
}
@media screen and (min-width:600px) {
	p.cite {
		color: #94a6a7;
		font-size: 1.5em;
		font-weight: 600;
		font-style: italic;
		padding: 2em 0 0;
		margin: 0;
		line-height:1.2
	}
}
blockquote {
	font-size: 1.1em;
	line-height: 1.4;
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-weight: 400;
	/* max-width: 800px; */
	text-align:left;
	margin:1.5em 0;
	border-left: 3px solid #aea999;
	border-left: 3px solid #94a6a7;
	padding: 0 0 0 1em;
}
blockquote:before
 {
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f10d";
display: inline-block;
padding: 0 0 .5em 0;
/*content: none;*/
font-size: 1.05em;
margin-left: -2.5em;
color: #9c9373;
color: #94a6a7;

position: absolute;

}
@media screen and (min-width:600px) {
blockquote:before
 {
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f10d";
display: inline-block;
padding: 0 0 .5em 0;
/*content: none;*/
font-size: 1.2em;
margin-left: -2.5em;
color: #9c9373;
color: #94a6a7;
position: absolute;

}
}
@media screen and (min-width:600px) {
blockquote {
	font-size: 1.6em;
	line-height: 1.4;
font-family: 'Lato',Arial, Helvetica, sans-serif;
	font-weight: 400;
	/* max-width: 800px; */
	text-align:left;
}
}

.screen-reader-text {
	display:none;
}

a {
    text-decoration: none;
}

#site-name a.none-lone {
	color:  #9b9592  !important;
}
a.none {
	color:  #e2dbd8  !important;
}
a:link {
	color: #9a3212;
}
a:visited {
	color: #9a3212;
}
a:hover {
	color: #bc3703 ;
}
a:active {
	color: #9a3212;
}


main {
	position:relative;
	width: 100%;
	display: block;
	z-index: 1;
	margin: 0 auto 2em;
	text-align:center;
}
section {
	position:relative;
	width: 100%;
	display: block;
	z-index: 1;
	margin: 0 auto 2em;
	text-align:center;
z-index:0;
}

/* holder page */

.holder {
display:flex;
flex-wrap:wrap;
width:100%;
padding: 0 1em;
flex-direction: column;
}
@media screen and (min-width:800px){
.holder {
display:flex;
flex-wrap:wrap;
max-width:1000px;
padding: 0 1em;
justify-content:space-around;
flex-direction: row;
}
}

.holder .first-contain {
width: 100%;
padding: 1em .5em 1em 2.5em;
margin:0 auto;
text-align: center;
}

@media screen and (min-width:800px){
.holder .first-contain {
width: 60%;
margin: 0 auto;
padding: 1em 1em 1em 3em;
text-align: left;
}
}
@media screen and (min-width:1000px){
.holder .first-contain {
width: 60%;
margin: 0 auto;
padding: 1em 1em 1em 6em;
text-align: left;
}
}
.holder .second-contain {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding: 1em 0;
}
@media screen and (min-width:800px){
	.holder .second-contain {
	width: 40%;
	/* min-width: 400px; */
	text-align: center;
	margin: 0 auto;
	padding: 4em 0 1em 0;
}
}

.holder .second-contain figure figcaption {
display: block;
margin: 0 auto;
text-align: center;
padding: .75em;
font-size: .75rem;
width:100%;
}

.holder .second-contain img {
	text-align: center;
	padding: 1em;
	margin-top: 0 auto;
	/* border: 1px solid #fff; */
	/* max-width: 200px; */
	margin: 2em auto;

	margin-bottom: 0;
	max-height:400px;
}
/* end bio page */

picture {
	position: relative;
	text-align:center;
	max-width: 100%;
	margin: 0 auto;
	display: inline-block;
}
/* gallery and images */

footer {
	position:fixed;
	bottom: 0;
	width:100%;
	margin: 0 auto;
	text-align: center;
	font-size: .75em;
	padding: 1em 1em .5em;
	background: #fff;
	/* background: rgb(240, 233, 230); */
	display:block;
	z-index:5000;
}
@media screen and (min-width:900px){
	footer {
		position: fixed;
		bottom: 0;
		width: 100%;
		text-align: center;
		font-size: .75em;
		padding: 1em 2em;
		margin-bottom: .5em;
		background: #fff;
	/* background: rgb(240, 233, 230); */
		margin: 1em auto 0;
}
}

  /*********************
   bottom button
   **********************/

#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 2.5em; /* Place the button at the bottom of the page */

  z-index: 99; /* Make sure it does not overlap */
  border: none;  /*    Remove borders */
  outline: none; /* Remove outline */
  background-color: rgba(20,20,20,0.30); /* Set a background color */
  color: #ffffff; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 10px 12px; /* Some padding */
  border-radius: 50%; /* Rounded corners */
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: 1px 5px 10px rgba(233,227,225,.6);
 right: 1.5em; /* Place the button 30px from the right */
}
#myBtn i {
  color: #ffffff;
  margin: 0;
  position: relative;
  right: 0;
  top: 0;
  font-size: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 99;
}

#myBtn:hover {
  background-color: #999; /* Add a dark-grey background on hover */
}

#myBtn:hover i {
    color: #ccc;
    top: -5px;
}

.arrow {
	width: 20px;
	height: 20px;
	/* padding: 1em 2em; */
	display: inline-block;
}
.prevControl1, .nextControl1, .stopControl1 {
	display: inline-block;
	    height: 20px;
	    padding: 0 15px;
}

/* event page styles */
.typeB {
	color:#6d6966;
	text-transform: uppercase;
	font-size: 1.4rem;
	text-align:center;
	margin:0 auto;
	padding:2rem 1rem ;
}
@media screen and (min-width:600px){
.typeB {
	color:#6d6966;
	text-transform: uppercase;
	font-size: 1.8rem;
	padding:0 1rem 1rem;
}
}
.type {
	color: #9b9592;
	text-transform: uppercase;
	font-size: 1.1rem;
	text-align:center;
	margin:0 auto;
	padding:.5rem 1rem ;
}
@media screen and (min-width:600px){
.type {
	color: #9b9592;
	text-transform: uppercase;
	font-size: 1.8rem;
	padding:0 1rem 1rem;
}
}
figure.event-pict {
	margin:0 auto;
	text-align:center;
}
figure.event-pict figcaption {
	position: relative;
	font-size:.875rem;
	padding:8px 8px 1.5rem;
	margin:0;
}

.event-pict img {
	max-height:400px;
	padding:1rem 1rem  0;
	text-align:center;
	margin:0 auto;
	border-radius:20px;
}

.event-date {
	text-align:center;
	margin:0 auto;
	font-size:1.1rem;
	font-weight:400;
	padding:1rem 1rem 2rem;
}
/* @media screen and (min-width: 640px){
.playme {
	margin:0 auto;
width:640px;

	text-align:center;
	height:auto;

} */

.feature-book {
	text-align:center;
	margin:0 auto;
	font-size:1.5rem;
	font-weight:600;
	padding:1rem 1rem 2rem;
}

h3.event-describe {
	text-align:center !important;
	margin:0 auto;
	font-size:1.2rem;
	font-weight:400;
	padding:1rem 1rem 2rem;
}

	.event-details {
		text-align:center;
		margin:0 auto;
		font-size:1.1rem;
		line-height:1.4;
		font-weight:400;
		padding:1rem 1rem 2rem;
	}

.book-select {
	margin-top:3rem;
	display:flex;
	justify-content: center;
}

.book-select figure {
	width: 48%;
	padding:2% 1% 1%;
}

.book-select figure img {
max-height:300px;
}

.announce-feature {
	border:1px dashed #000;
	padding:.25em;
	font-size:.875rem;
	line-height:1.2;
	margin:.5rem auto;
	text-align:center;
	max-width:500px;
	background-color: rgba(255,255,255,.4)
}
@media screen and (min-width:600px;){
.announce-feature {
	border:1px dashed #000;
	padding:.75rem;
	font-size:1.3rem;
	line-height:1.5;
	/* margin:1rem auto; */
	text-align:center;
	max-width:470px;
	background-color: rgba(255,255,255,.4)
}
}

.setup {
	position:relative;
	min-height:300px;
}
@media screen and (min-width: 800px){
.setup {
	padding:1rem 0 0 0;position:relative;
	top:0;
}
}
/* news page */
h2.newspage {
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-weight:300;
	font-size: 1.6em;
	/* margin: 2rem 0 1em; */
	text-align:center;
	text-transform:uppercase;
	max-width:1280px;
	padding:0 2.5%;
	margin:1rem auto;
}
@media screen and (min-width: 800px){
h2.newspage {
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-weight:300;
	font-size: 2em;
	/* margin: 2rem 0 1em; */
	text-align:left;
	text-transform:uppercase;
	max-width:1280px;
	padding:0 2.5%;
	margin:0 auto;
}
}
.newslistings {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	border-top:1px solid #ccc;
	max-width:1280px;
	padding:.5rem;
	margin-top:1rem;
}
/* .newslistings {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	border-top:1px solid #ccc;
	max-width:1280px;
	padding:.5rem;
	margin-top:1rem;
} */

.newslistings div {
width:100%;
margin:0 auto;
padding: 2% 1%;
}

@media screen and (min-width: 800px){
.newslistings div {
width:48%;
padding: 2% 1%;
}
}

.newslistings img {
	padding:0 1.5rem .5rem;
}

@media screen and (min-width: 800px){
.newslistings img {
	padding:0 0 .5rem;
}
}
