@charset "UTF-8";
/* CSS Document
b20838   ff3f3f = RED
0b1527 = BLACK

font-family: 'Jost', sans-serif; 300 400 700
font-family: 'Playfair Display', serif;  400, 500 italic 700 */

html { font-family: 'Jost', sans-serif; font-weight: 300; }

hr { height: 8px; background-color: #B47B3C;}
p { font-size: 1.1em; font-weight: 400;}
h1, h2 { font-family: 'Jost', sans-serif; font-weight: 400;  }
h3 { font-family: 'Jost', sans-serif; font-weight: 500; }
h4 { color: #ff3f3f; margin-bottom: -1em;}

section, footer { clear: both; padding: 1em 0;}
article { padding: 0 5%;}

footer p { color: #fff; weight: 400; }

a {}
a:link, a:visited { color: #ff3f3f; }
a:hover { color: #666; }

.left {float: left; padding-right: 2em;}
.right { float: right; padding-left: 2em; }
.clear, .clearfix { clear: both; }

/*video, iframe { margin-left: 0; width: 45%; height: auto; }*/
.gig { border-bottom: 1px solid #ff3f3f;}
.youtube { width: 45%; height: auto;  display: inline;}
iframe { width: 45%; height: 20em;display: inline;}

/* *********    HEADER ****************/
header, footer { background: #0b1527; color: #fefefe; }
header { margin-top: -2em;}

#logoHome {position: absolute; top: 50%; right: 4%;}
#logoHome img { width: 80%; height: auto; }
#logoPages { display: block; position: absolute; top: 40px; right: 0px; z-index: 10; }
#logoPages img {width: 60%; height: auto; }
#logoMobile { display: none; }

.gigAlert { padding: 0 4em; margin: 4em 0 0 0; }
.gigAlert h3 {background: #0b1527; color: #ff3f3f; font-size: 3em; font-family: 'Playfair Display', serif; weight: 600; }
.gigList {color: #fff; position: absolute; bottom: 0; left: 40%; font-size: 1.2em; margin-top: 2em;}

/* ***********   HEADER NAV ************ */
header nav { text-transform: uppercase; background: #0b1527;
padding-bottom: 1em; position: fixed; z-index: 1; top: 0; width: 100%; }
header ul { font-family: 'Jost', sans-serif; font-size: .8em; line-height: 1.1em; font-weight: 700; letter-spacing: .05em; }
header li { list-style-type: none; float: left; padding: 0 2em; }
header a { text-decoration: none; }
header a:link, header a:visited { color: #e3e3e3; }
header a:hover { color: #ff3f3f;}

/* ************ BANNER ************* */
#banner { background-image: url(../img/band-all-bw-banner.jpg); background-color: #0b1527;
background-size: contain;
background-position: 0 0;
background-repeat: no-repeat;
width: 100%; height: auto;
position: relative;
padding: 46% 0 0 0;
}


/* ******** SECTION **************/
section.black { background: #0b1527; color: white; }
section.black p {color: #fff; }
section.black h1 { font-size: .8em; letter-spacing: .2em; text-transform: uppercase;  }
section.black h2 { font-size: 1.6em; letter-spacing: .05em; }

section.stripe { position: relative; background:
linear-gradient(-75deg, #ff3f3f, #ff3f3f 70%, #fff 30%); }
div.rightStripe { float: right; width: 60%; }
div.leftStripe { position: absolute; bottom: 0; left:0; }

section.white {background: #fff; }
section.white p { color: #000; }
section.white:nth-child(2) { padding-top: 6em;}

section>h1 { padding-left: 1.5em; }

/* ********* IMAGES ************/
img[src="img/bones-bw.png"] { width: 65%; height: auto; max-width: 500px; }
img[src="img/guitar-bw.jpg"]  { width: 40%; height: auto; max-width: 400px;}
img[src="img/saxes-bw.jpg"] { width: 50%; height: auto; max-width: 400px; }
img[title="danceBanner"] { width: 100%; height: auto; }

/*.bandPics figure img { width: 80%; height: auto;}
.bandPics figure { float: left; }
.bandPics figcaption { width: 80%; font-size: 1.2em;}
*/

/* -------------------- FORM ------------------------*/
label { display: block; }
input, textarea { padding: 9px;
	border: solid 1px #cdcdcd;
	outline: 0;
	font: normal 13px/100% Lato, sans-serif;
	width: 250px;
	background: #FFFFFF; }

textarea {  width: 400px;
	max-width: 400px;
	height: 150px;
	line-height: 150%; }

input:hover, textarea:hover, input:focus, textarea:focus { border-color: #C9C9C9; }

form label { margin-left: 10px;  padding-right: 10px; color: #0b1527; }

button[type=submit] { width: auto;
	padding: 9px 15px; background: #ff3f3f; border: 0;
	font-size: 14px; color: #fff; }

input, textarea {
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	}

	input:hover, textarea:hover,
	input:focus, textarea:focus {
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
    }

input[type=submit]{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    }


/* -------------- PHOTOGRAPHY ------------ */

photos {}
.photos figure {
	border: thin #c0c0c0 solid;
    display: flex;
    flex-flow: column;
    padding: 8px;
    max-width: 48%;
    margin: auto; float: left;}

.photos figure img {
    width: 100%;
    height: auto;  }

.photos figcaption {  background-color: #222;
    color: #fff;
    padding: 3px;
    text-align: center; }


	/* ---------------- AUDIO -------------- */

article.audio p { width: 250px; float: left; text-align: right; margin-top: 0em; }

article.audio { width: 90%; margin: 0 auto; }
article.audio h2 { color:#ff3f3f; font-weight: normal; font-size: 1.2em; text-transform: uppercase;  margin-top: 0; }
article.audio audio { width: 30%; margin-top: -6px; }

div.song { border-bottom: 2px solid silver; }
div.song p { margin-right: 2em; }

	/* *********** MOBILE *********** */

@media screen and (min-width: 1025px)  { /*wide monitors*/
div.rightStripe { padding-bottom: 2em;}
}

@media screen and (max-width: 1024px)  { /*landscape iPhoneX and iPad*/
.photos figure { max-width: 46%;}
}

@media screen and (max-width: 913px) { /*TABLET*/
}

@media screen and (max-width: 800px) { /*NAV CHANGE*/
.youtube { width: 100%; height: auto;  display: block;}
iframe { width: 100%; height: 20em;display: block;}

}

@media screen and (max-width: 768px) { /*All PHONES*/
.youtube { width: 100%; height: 40em; }

iframe {display: block; width: 100% height: auto;}

section, footer { clear: both; padding: 2em 0;}
header {position: relative; }
#logoHome { display: none; }
#logoMobile { display: block; position: absolute; top: 5%; right: 5%; text-align: right; width: 50%; z-index: 200;}
#logoMobile img { width: 80%; height: auto; }
#logoPages {display: none; }

img[src="img/bones-bw.png"] { display: none; }
div.rightStripe { float: none; width: 100%; }
div.leftStripe { position: absolute; bottom: 0; left:0; z-index: 100; }
img[src="img/guitar-bw.jpg"]  {display: none; }
img[src="img/saxes-bw.jpg"] { display: none; }


header nav {
position: relative;  }

header ul {  font-size: 1.2em; line-height: 1.8em; font-weight: 400; margin-left: -20px; margin-top: 2.5em; }
header li { list-style-type: none; float: none; padding: .5em 1em; border-bottom: 1px solid #ccc;}

.gigList { position: relative; left: -2em; margin-top: -2em; }
.gigAlert { padding: 0 0 0 3em; margin: 0; font-weight: 300; }


section.white:nth-child(2) { padding-top: 1em;}


.photos figure {
    max-width: 90%; float: none; }

	article.audio p { width: 250px; float: none; text-align: left; margin-top: 1em; }
	article.audio audio { width: 80%; margin-top: -14px; }


}

