@charset "UTF-8";

/* ----- BODY ----- */
body {
	background-image: url(../images/sky-background-v1.jpg) ;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	font-family: 'Radley', Georgia, serif;
	font-size: 0.9em;
	font-weight: 300;
	color: #42210B;
	margin:0;
	padding:0;
	text-align: center;
	width: 100%;
  	overflow-x: hidden;
}
body.index {
	background: url(../images/aperture-vintage-313010-sm.jpg) no-repeat 60% 50%;
	background-size: cover;
}

/* ---- TYPOGRAPHY ---- */
h1, h2, h3, h4, h5, h6 {font-family: 'Oswald', 'Georgia', serif; font-weight: 400;}
h4 {text-transform: uppercase;}
p strong {font-weight:700;}

p span.italic {font-style: italic;}


/* ---- HEADER & LOGO ---- */

#header-wrapper {
background: none;
background-size: 100%;
padding-top: 0px;
}
.index #header {padding: 45px 0 0;}
#header {
	padding: 30px 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
    color: #42210B;
}
#header h2 {
	font-size:7.2em;
	margin: 0 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding:  10px 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
    font-weight: 400;
    line-height: 0.9;
    text-align: right;
}

#header h3 {
	font-size: 2.6em;
	margin: -10px 0 20px 0;
	font-weight: 600;
	font-style: ;
}
#header h3 span.sup {vertical-align: super;}

/* ---- MENU ---- */

#menu .container {max-width: 960px; border-bottom: 0px;}
#menu {
font-family: 'Oswald', 'Muli', sans-serif;
text-transform: uppercase;
font-weight: 400;
position:relative;
margin-top: -15px;
margin-bottom: 15px;
}
#float-menu {
position:fixed;
width: 100%;
top: 0;
}
#menu div#logo {
text-align: center;
margin: 0 auto;
max-width: 400px;
clear: both;
}

#menu h2 {
font-weight: 300;
font-size: 4em;
margin: 30px 0 10px;
}
#menu h2 span {
font-size: 0.6em;
background-image: url();

}

#menu h3 {
font-weight: 300;
font-size: 2.65em;
margin: 0;
line-height: 1.25;
}

#menu h5 {
clear: both;
font-weight: 400;
font-size: 1.6em;
line-height: 1.4;
margin: 0;
}

#menu ul {
	list-style-type:none;
	display:block;
	margin: 0 auto;
	padding:6px 0 0 0;
	border:0;
	max-width:800px;
}

#menu li {
	list-style-type:none;
	display:inline-block;																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																					
	text-align:center;
	border:0;
    font-size: 1.1em;
    border-top: 1px solid #fff;
}
#menu li a {
	text-decoration:none;
	padding:14px 14px;
	display:block;
    background-color: rgba(255,255,255,0.3);
}
#menu li:hover {
border-top: 1px solid rgb(218, 142, 47);}
#menu li a:hover {
color:rgb(218, 142, 47);
}
#menu li a:hover {

}

/* ---- MAIN ---- */

#main-wrapper {	
	background: no-repeat center url(../images/scroll-back-1.png);
	/* background-position-x: 50%;
    background-position-y: top; */
    background-size: 720px 96%;
}

#mainContent {
  padding: 0;
  border: 0;
  max-width: 980px;
  margin: 0;
  background-image: url(../images/scroll-top-1.png);
  background-position-x: center;
  background-position-y: bottom;
  background-repeat: no-repeat;
  background-size: 880px;
}
.container {
	max-width: 980px;
  	margin: 0px auto;
  	border: 0px;
  	text-align: center;
  	border-bottom: 1px solid rgba(0,0,0,0);
  	padding: 0px;
}
#topcontainer {

}
#front {min-height: 520px; max-width:630px; padding: 0 1.5rem; margin: 0 auto;}
#about, #bookings {margin-bottom: -218px;}
#contact {margin-bottom: 24px;}
div.page {
  min-height: 300px;
  padding-bottom: 120px;
}
.page .content {
  max-width: 630px;
  padding: 0 1.2rem;
  margin: 0 auto;
}

/* ---- INDEX/HOME PAGE ---- */

.index #main-wrapper {
background-image: none;}
.index #mainContent {
margin:0 auto;
}
.index #mainContent {background-image: none;}
.index #mainContent h1 {
  color: rgba(255,255,255,0.6);
  margin: 0px 0px 2px 0;
  padding: 30px 0 0;
  text-align: left;
  font-size: 18em;
  font-weight: 700;
  line-height: 1.3;
  }
  
.index #mainContent h2 {
  font-size: 3em;
  font-weight: 700;
  line-height: 1.0;
  text-align: left;
  margin: -20px 0px 30px;
}


/* ---- BUTTONS and ANCHORS ---- */

a.btn {
	padding:11px 25px;
	margin:20px 30px;
	display:inline-block;
    background-color: rgba(255,255,255,0.3);
    border: 1px solid rgba(255,255,255,1);
    border-radius:3px;
    font-family: 'Oswald', 'Muli', sans-serif;
	text-transform: uppercase;
	font-size: 1.4em;	
	font-weight: 400;
    color: #42210B;
    text-decoration: none;
	}
a.btn:hover, a.btn:focus, a.btn:active {
	color:rgb(174, 23, 11);
	border:1px solid rgb(174, 23, 11);
}

 a {
	color:#42210B;
}

a:hover {}

/*- .index #toptitle img.toplogo {width:200px; height: auto;}
#toptitle img.toplogo {width:180px; height: auto;} -*/

/*  ----  
a#fbkbtn span {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
---- */
#links-panel {margin: auto; }
#links-panel p {margin:0;}
#links-panel a {display:block; margin-right:3%; vertical-align:middle; margin: 60px auto; }
#links-panel a img {width:100%;}
	#links-panel a.cbm {width:60%;}
	#links-panel a.bibletalks {width: 35%;}
	#links-panel a.youpreach {width:30%;}


/* ---- PAGE-SPECIFIC TYPOGRAPHY ---- */


div.page h1 {
  font-family: 'great vibes', 'georgia', serif;
  font-weight: 500;
  font-size: 3em;
  padding: 18px 0;
  display: block;
  background-image: url(../images/scroll-top-1.png);
  background-position-x: center;
  background-position-y: -9px;
  background-repeat: no-repeat;
  background-size: 880px;
  margin-top: 0;
}
h4.outof {  font-size: 1.8em;
  line-height: 1.3em;}
ul.tracklisting {list-style:none; margin:0 auto; padding:0; text-align:left; max-width:460px;}
li.track {display:block;margin:12px; font-weight:bold;}
.track span {display:inline-block; margin-right:8px;height:30px; vertical-align:top;}
.track span.no {width: 5%;}
.track span.title {text-align:center; width: 28%;}

#album .mejs-container.mejs-audio {width:240px !important; height: 30px !important; display:inline-block; background: none;color:#42210B;}
#album .mejs-controls {background:none;}
#album .shipping-title, #album .shipping-select {margin-bottom: 12px;}
#album select, #album input {
  -webkit-appearance: none;
  box-sizing: border-box;
  border-radius: 0;
  text-align: center;
  padding: 22px 16px;
  background-color: rgba(255,255,255,0.25);
  border: 0px;
  border-top: 1px solid white;
  font-size:1em;
  font-family:'Oswald', 'Arial', sans-serif;
  text-transform:uppercase;
  width:80%;
  cursor:pointer;
  }
  
#album .shipping-select::after {
content: '▾';
  position: absolute;
  margin-left: -45px;

  font-size: 200%;
  /* line-height: 30px; */
  padding: 14px 7px;

  color: white;
}
  
/* ---- FOOTER ---- */

#footer {
	min-height: 17px;
	padding:12px 15px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin-bottom: 18px;
	margin-top:38px;
}
#footer p {
    font-size: 0.8em;
	margin: 0 15px 0 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0  20px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#footer .container {padding: 15px 0;
  border-top: 1px solid #fff; 
  /*border-bottom: 1px solid #fff;*/
  background-color: rgba(251,251,251,0.25);
  max-width:800px;
  border-radius: 3px;}






/** ---- MOBILE ADAPTION ---- **/

@media only screen and (max-device-width: 320px) {
body {font-size:1.1em;
  padding: 25px 0;}
#toptitle img {max-height:100px;}
#menu {margin:15px 25px;}
#menu li {font-size:1em;margin: 4px;}
#menu li a {padding: 9px 18px;}
#header {padding-top:0;}
.index #main-wrapper h1 {font-size: 10em;}
#mainContent {
  padding: 0;
}
div.page h1 {  
	font-size: 1.6em;
    padding: 27px 0;}
.content h2 {font-size:1.5em;}
.content h4 {font-size:1.3em;}
.track span.title {
  text-align: left;
  width: 60%;
}
#links-panel a.cbm {width:100%;}
	#links-panel a.bibletalks {width: 80%;}
	#links-panel a.youpreach {width:70%;}
}
