/*
 *
 *		thejephries.com less stylesheet
 *
 */
/* 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;
}
body {
  line-height: 1;
}
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;
}
.month-names-month.jan:before {
  content: '- January -';
}
.month-names-month.feb:before {
  content: '- February -';
}
.month-names-month.mar:before {
  content: '- March -';
}
.month-names-month.apr:before {
  content: '- April -';
}
.month-names-month.may:before {
  content: '- May -';
}
.month-names-month.jun:before {
  content: '- June -';
}
.month-names-month.jul:before {
  content: '- July -';
}
.month-names-month.aug:before {
  content: '- August -';
}
.month-names-month.sep:before {
  content: '- September -';
}
.month-names-month.oct:before {
  content: '- October -';
}
.month-names-month.nov:before {
  content: '- November -';
}
.month-names-month.dec:before {
  content: '- December -';
}
.month-names.jan .date-block > .date:before {
  content: 'Jan';
}
.month-names.feb .date-block > .date:before {
  content: 'Feb';
}
.month-names.mar .date-block > .date:before {
  content: 'Mar';
}
.month-names.apr .date-block > .date:before {
  content: 'Apr';
}
.month-names.may .date-block > .date:before {
  content: 'May';
}
.month-names.jun .date-block > .date:before {
  content: 'Jun';
}
.month-names.jul .date-block > .date:before {
  content: 'Jul';
}
.month-names.aug .date-block > .date:before {
  content: 'Aug';
}
.month-names.sep .date-block > .date:before {
  content: 'Sep';
}
.month-names.oct .date-block > .date:before {
  content: 'Oct';
}
.month-names.nov .date-block > .date:before {
  content: 'Nov';
}
.month-names.dec .date-block > .date:before {
  content: 'Dec';
}
.month-names-full.jan .date-block > .date:before {
  content: 'January';
}
.month-names-full.feb .date-block > .date:before {
  content: 'February';
}
.month-names-full.mar .date-block > .date:before {
  content: 'March';
}
.month-names-full.apr .date-block > .date:before {
  content: 'April';
}
.month-names-full.may .date-block > .date:before {
  content: 'May';
}
.month-names-full.jun .date-block > .date:before {
  content: 'June';
}
.month-names-full.jul .date-block > .date:before {
  content: 'July';
}
.month-names-full.aug .date-block > .date:before {
  content: 'August';
}
.month-names-full.sep .date-block > .date:before {
  content: 'September';
}
.month-names-full.oct .date-block > .date:before {
  content: 'October';
}
.month-names-full.nov .date-block > .date:before {
  content: 'November';
}
.month-names-full.dec .date-block > .date:before {
  content: 'December';
}
.month-names-abbr.jan .date-block > .date:before {
  content: 'Jan';
}
.month-names-abbr.feb .date-block > .date:before {
  content: 'Feb';
}
.month-names-abbr.mar .date-block > .date:before {
  content: 'Mar';
}
.month-names-abbr.apr .date-block > .date:before {
  content: 'Apr';
}
.month-names-abbr.may .date-block > .date:before {
  content: 'May';
}
.month-names-abbr.jun .date-block > .date:before {
  content: 'Jun';
}
.month-names-abbr.jul .date-block > .date:before {
  content: 'Jul';
}
.month-names-abbr.aug .date-block > .date:before {
  content: 'Aug';
}
.month-names-abbr.sep .date-block > .date:before {
  content: 'Sep';
}
.month-names-abbr.oct .date-block > .date:before {
  content: 'Oct';
}
.month-names-abbr.nov .date-block > .date:before {
  content: 'Nov';
}
.month-names-abbr.dec .date-block > .date:before {
  content: 'Dec';
}
.day-names.sunday:before {
  content: 'Sun';
}
.day-names.monday:before {
  content: 'Mon';
}
.day-names.tuesday:before {
  content: 'Tue';
}
.day-names.wednesday:before {
  content: 'Wed';
}
.day-names.thursday:before {
  content: 'Thu';
}
.day-names.friday:before {
  content: 'Fri';
}
.day-names.saturday:before {
  content: 'Sat';
}
.day-names-full.sunday:before {
  content: 'Sunday';
}
.day-names-full.monday:before {
  content: 'Monday';
}
.day-names-full.tuesday:before {
  content: 'Tuesday';
}
.day-names-full.wednesday:before {
  content: 'Wednesday';
}
.day-names-full.thursday:before {
  content: 'Thursday';
}
.day-names-full.friday:before {
  content: 'Friday';
}
.day-names-full.saturday:before {
  content: 'Saturday';
}
.day-names-abbr.sunday:before {
  content: 'Sun';
}
.day-names-abbr.monday:before {
  content: 'Mon';
}
.day-names-abbr.tuesday:before {
  content: 'Tue';
}
.day-names-abbr.wednesday:before {
  content: 'Wed';
}
.day-names-abbr.thursday:before {
  content: 'Thu';
}
.day-names-abbr.friday:before {
  content: 'Fri';
}
.day-names-abbr.saturday:before {
  content: 'Sat';
}
/* TO' DATES BEETCHES */
.dates {
  max-width: 45em;
  margin: 0 auto;
}
.dates > .month {
  /* month section-y bit */
  margin: 0.5em;
  padding: 0.5em;
  overflow: auto;
}
.dates > .month:before {
  font-size: 1em;
  margin: 0.25em auto 0.5em;
  display: block;
  text-align: center;
}
.dates > .month.jan:before {
  content: '- January -';
}
.dates > .month.feb:before {
  content: '- February -';
}
.dates > .month.mar:before {
  content: '- March -';
}
.dates > .month.apr:before {
  content: '- April -';
}
.dates > .month.may:before {
  content: '- May -';
}
.dates > .month.jun:before {
  content: '- June -';
}
.dates > .month.jul:before {
  content: '- July -';
}
.dates > .month.aug:before {
  content: '- August -';
}
.dates > .month.sep:before {
  content: '- September -';
}
.dates > .month.oct:before {
  content: '- October -';
}
.dates > .month.nov:before {
  content: '- November -';
}
.dates > .month.dec:before {
  content: '- December -';
}
.dates > .month .gig {
  margin: 1.5em;
  border-bottom: 0.25em solid #aaa;
  clear: both;
  overflow: auto;
  padding-bottom: 1.5em;
}
.dates > .month .gig:last-child {
  border: none;
}
.dates > .month .date-block {
  float: left;
  width: 5em;
  height: auto;
  margin: 0.5em;
  padding: 0.5em;
  margin-right: 1.5em;
  background: none;
  border: 0.25em solid #777;
  border-radius: 0.5em;
  color: #eee;
}
.dates > .month .date-block .date {
  text-align: center;
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 0.1em;
}
.dates > .month .date-block .date:before {
  display: block;
  font-size: 0.75em;
  font-weight: normal;
  margin-bottom: 0.25em;
}
.dates > .month .date-block .time {
  text-align: center;
  font-size: 1.5em;
  margin-top: 0.3em;
}
.dates > .month .date-block .day {
  text-align: center;
  font-size: 1.25em;
  margin-top: 0.3em;
}
.dates > .month .date-block .day.sunday:before {
  content: 'Sun';
}
.dates > .month .date-block .day.monday:before {
  content: 'Mon';
}
.dates > .month .date-block .day.tuesday:before {
  content: 'Tue';
}
.dates > .month .date-block .day.wednesday:before {
  content: 'Wed';
}
.dates > .month .date-block .day.thursday:before {
  content: 'Thu';
}
.dates > .month .date-block .day.friday:before {
  content: 'Fri';
}
.dates > .month .date-block .day.saturday:before {
  content: 'Sat';
}
.dates > .month.jan .date-block > .date:before {
  content: 'Jan';
}
.dates > .month.feb .date-block > .date:before {
  content: 'Feb';
}
.dates > .month.mar .date-block > .date:before {
  content: 'Mar';
}
.dates > .month.apr .date-block > .date:before {
  content: 'Apr';
}
.dates > .month.may .date-block > .date:before {
  content: 'May';
}
.dates > .month.jun .date-block > .date:before {
  content: 'Jun';
}
.dates > .month.jul .date-block > .date:before {
  content: 'Jul';
}
.dates > .month.aug .date-block > .date:before {
  content: 'Aug';
}
.dates > .month.sep .date-block > .date:before {
  content: 'Sep';
}
.dates > .month.oct .date-block > .date:before {
  content: 'Oct';
}
.dates > .month.nov .date-block > .date:before {
  content: 'Nov';
}
.dates > .month.dec .date-block > .date:before {
  content: 'Dec';
}
.dates > .month:before {
  font-size: 3em;
}
.dates > .month .info {
  font-size: 1.5em;
}
.dates > .month .info .cover {
  padding: 0.25em;
}
.dates > .month .info .cover:before {
  content: 'Cover: ';
  font-weight: bold;
}
.dates > .month .info .location {
  padding: 0.25em;
}
.dates > .month .info .location:before {
  content: 'City: ';
  font-weight: bold;
}
.dates > .month .info .location:after {
  content: attr(data-city) ', ' attr(data-state) ', ' attr(data-country);
}
.dates > .month .info .venue {
  padding: 0.25em;
}
.dates > .month .info .venue:before {
  content: 'Venue: ';
  font-weight: bold;
}
.dates > .month .info .event {
  padding: 0.25em;
}
.dates > .month .info .event:before {
  content: 'Event: ';
  font-weight: bold;
}
.dates > .month .info .notes {
  line-height: normal;
  padding: 0.25em;
  text-align: right;
}
.dates > .month .info .notes:before {
  font-weight: bold;
  float: left;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
svg {
  -webkit-filter: drop-shadow(0 0 3px #000000);
  filter: drop-shadow(0 0 3px #000000);
}
@media only screen and ( max-width : 55em ) {
  #header.header-bar .nav-toggle {
    display: block;
    float: right;
    position: relative;
    padding-right: 0.75em;
    height: 100%;
    color: #fff;
    z-index: 86000;
    font-size: 2em;
    line-height: 2em;
    cursor: pointer;
  }
  #header.header-bar .nav-collapse .nav {
    float: none;
    margin-top: 4em;
  }
  #header.header-bar .nav-collapse.closed .nav {
    display: none;
  }
  #header.header-bar .nav-collapse.opened .nav {
    display: block;
    color: #aa5d06;
  }
  #header.header-bar .nav-collapse.opened .nav li {
    display: block;
    padding: 0.5em;
    border: 0.2em solid #cccccc;
    border-left: none;
    border-right: none;
    text-align: center;
    background: rgba(0, 0, 0, 0.85);
  }
  #header.header-bar .nav-collapse.opened .nav li + li {
    border-top: none;
  }
  #header.header-bar h1 a {
    width: 3em;
    height: 3em;
    margin: 0.5em;
  }
  #home.page .blurb {
    padding-top: 5em;
  }
  #home.page .blurb h3 {
    font-size: 3.5em;
  }
  #home.page .blurb h4 {
    font-size: 2em;
  }
  #home.page .background-wrapper .background {
    background: url(/image/home.bg.1500x750.jpeg);
    background-size: cover;
    background-position: center;
  }
  #pages .page p {
    font-size: 1.25em;
    padding: 0 1em 2em;
  }
  #pages #media #youtube-list li {
    display: block;
    width: 100%;
    height: auto;
  }
  .dates > .month {
    padding-left: 0.25em;
    padding-right: 0.25em;
  }
  .dates > .month .gig {
    margin-left: 0;
    margin-right: 0;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 0.5em;
    border: none;
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
  .dates > .month .date-block {
    float: none;
    width: auto;
    margin: 0.5em auto 0;
    padding: 0 0.25em 0 0;
    border: none;
    color: #ccc;
  }
  .dates > .month .date-block:before {
    content: 'When: ';
    font-size: 1.25em;
    font-weight: bold;
    padding-left: 0.25em;
  }
  .dates > .month .date-block > * {
    display: inline-block;
    padding: 0 0;
  }
  .dates > .month .date-block .date {
    font-size: 1.25em;
    font-weight: normal;
    margin: 0;
  }
  .dates > .month .date-block .date:before {
    display: inline-block;
    padding-right: 0.25em;
    font-size: 1em;
    font-weight: normal;
  }
  .dates > .month .date-block .date:after {
    content: ',';
  }
  .dates > .month .date-block .time {
    font-size: 1.25em;
  }
  .dates > .month .date-block .day:after {
    margin-left: -0.15em;
    content: ',';
  }
  .dates > .month .info {
    font-size: 1.25em;
  }
  #contact.page form {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
  #links.page ul {
    padding-left: 0.5em;
    padding-right: 0.5em;
    font-size: 1.25em;
  }
}
.socialmedia {
  margin: 0em auto 1.0em;
  max-width: 50em;
  text-align: center;
}
.socialmedia > * {
  position: relative;
  width: 4em;
  height: 4em;
  margin: 0.25em 1em 1em;
  display: inline-block;
}
.socialmedia > * > * {
  position: relative;
  width: 100%;
  height: 100%;
  display: inline-block;
}
.socialmedia > * > * * {
  fill: #bbbbbb;
  stroke: #bbbbbb;
  transition: fill 0.5s ,stroke 0.5s;
  stroke-width: 0;
}
.socialmedia > * > *:hover * {
  fill: #aa5d06;
  stroke: #aa5d06;
}
a:link {
  text-decoration: none;
  color: #aa5d06;
}
a:visited {
  color: #aa5d06;
}
a:focus,
a:hover {
  text-decoration: underline;
  color: #cccccc;
}
a:active {
  color: #cccccc;
}
html {
  background: #000000;
  color: #cccccc;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
#header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
}
#header h1 a {
  margin: 1em;
  display: block;
  width: 11em;
  height: 11em;
  color: transparent;
  position: relative;
}
.header-bar {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  height: 4em;
  background: rgba(0, 0, 0, 0.85);
  border-bottom: 0.2em solid #cccccc;
}
.header-bar h1 {
  float: left;
}
.header-bar .icon {
  position: absolute;
  right: 0;
  top: 4em;
  height: 100%;
  padding: 1em;
}
.header-bar .icon img {
  max-width: 100%;
  max-height: 100%;
}
.header-bar .nav-icon {
  display: none;
}
.header-bar .nav-toggle {
  display: none;
}
.header-bar .nav {
  float: left;
  height: 100%;
  padding: 0 0em;
  margin-left: -1.5em;
}
.header-bar .nav li {
  display: inline-block;
  margin: 0;
}
.header-bar .nav li a:link {
  display: block;
  padding: 0 1.0em 0 1em;
  height: 100%;
  font-size: 2em;
  vertical-align: middle;
  line-height: 2em;
  text-decoration: none;
  color: #dddddd;
}
.header-bar .nav li a:visited {
  color: #dddddd;
}
.header-bar .nav li a:focus,
.header-bar .nav li a:hover {
  color: #aa5d06;
}
.header-bar .nav li:hover {
  border-bottom: 0.2em solid #aa5d06;
}
.header-bar .nav li a:active {
  color: #ffffff;
}
#pages {
  position: relative;
  z-index: 500;
}
.page {
  position: relative;
  max-width: 50em;
  margin: 0 auto;
  border-top: 0.2em solid #cccccc;
  padding-top: 4em;
  padding-bottom: 4em;
}
.page > h2 {
  font-size: 3em;
  text-align: center;
  padding: 0.5em 0.5em 1em;
}
.page p {
  padding: 0 3em 2em;
  font-size: 1.5em;
  line-height: 1.2em;
}
#media #bandcamp-player .container {
  max-width: 40em;
  margin: 0 auto;
}
#media #youtube-list ul {
  text-align: center;
}
#media #youtube-list li {
  display: inline-block;
  width: 80%;
  height: 24em;
}
#home {
  position: relative;
  width: 100%;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  max-width: none;
  border-top: none;
  padding-top: 0;
  padding-bottom: 0;
}
#home .background-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -10;
}
#home .background-wrapper .background {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(/image/home.bg.3000x1500.jpeg);
  background-size: cover;
  background-position: center;
}
#home .blurb {
  margin: 0 auto;
  padding-top: 8em;
  max-width: 50em;
  text-shadow: 0 0 0.3em #000
			,0 0 0.3em #000
			,0 0 0.8em #000
			,0 0 1.6em #000
		;
}
#home .blurb h3 {
  font-size: 5em;
  font-weight: bold;
  text-align: center;
  padding-bottom: 0.25em;
}
#home .blurb h4 {
  font-size: 2.5em;
  font-style: italic;
  text-align: center;
}
#home .blurb h4.tfn {
  font-style: normal;
  font-family: 'Courier New', Courier, courier, monospace;
  font-weight: bold;
  padding-bottom: 1em;
}
#home .blurb p {
  font-size: 1.5em;
  text-align: center;
  padding: 1em;
}
#contact form {
  margin: 0 auto;
  padding: 0 3em 2em;
  font-size: 1.5em;
  line-height: 1.2em;
  position: relative;
}
#contact form > div {
  width: 100%;
}
#contact form div + div {
  margin-top: 1em;
}
#contact label {
  display: inline-block;
  text-align: left;
}
#contact input,
#contact textarea {
  font: 1em sans-serif;
  display: inline-block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #999;
  padding: 0.2em;
  max-width: 100%;
  width: 50em;
}
#contact input:focus,
#contact textarea:focus {
  border-color: #000;
}
#contact textarea {
  vertical-align: top;
  height: 5em;
  resize: vertical;
}
#contact button {
  font-size: 1em;
}
#contact button:hover {
  background: #aa5d06;
  cursor: pointer;
}
#links ul {
  margin: 0 auto;
  padding: 0 3em 2em;
  font-size: 1.5em;
  line-height: 1.2em;
}
#links ul li:before {
  content: ' + ';
}
#links ul li {
  padding: 0.25em;
}
#links ul li > span:before {
  content: '-';
  padding: 0 0.5em;
}
#footer {
  padding: 1em;
  margin: 0 auto;
}
#footer p {
  text-align: center;
}
#orangering {
  fill: #6a4008;
  transition: fill 4s;
}
svg:hover #orangering {
  fill: #ee8d02;
}
#bluesky {
  fill: #0d357c;
  transition: fill 4s;
}
svg:hover #bluesky {
  fill: #73c0ea;
}
.greenstripe {
  fill: #3a4a0a;
  transition: fill 4s;
}
svg:hover .greenstripe {
  fill: #b2d43a;
}
#white {
  fill: #363669;
  transition: fill 4s;
}
svg:hover #white {
  fill: #fff;
}
#text {
  fill: #999;
  transition: fill 4s;
}
svg:hover #text {
  fill: #000;
}
#border {
  stroke: #aa5d06;
  transition: stroke 4s;
}
svg:hover #border {
  stroke: #000;
}
#moon {
  transform: translate(160px, 200px);
  transition: transform 4s, fill 4s, stroke 4s;
  fill: #8e9aa5;
  stroke: #8e9aa5;
  stroke-width: 5px;
}
svg:hover #moon {
  transform: translate(900px, 40px);
  transition: transform 4s, fill 4s, stroke 4s;
  fill: #73c0ea;
  stroke: #73c0ea;
}
#sun {
  transform: translate(780px, 350px);
  transition: transform 4s, fill 4s;
  fill: #888830;
  stroke: #deba00;
  stroke-width: 10px;
}
svg:hover #sun {
  transform: translate(645px, 147px);
  fill: #ffdd33;
  stroke: #deba00;
}
svg .star {
  fill: #dddd33;
  transition: fill 4s, transform 4s;
}
svg:hover .star {
  transform: translate(75px, -100px);
  transition: fill 4s, transform 4s;
  fill: #73c0ea;
}
