html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
::-moz-selection {
  background: #f75850;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #f75850;
  color: #fff;
  text-shadow: none;
}
html {
  font: 100%/1.5 "Ideal Sans SSm A", "Ideal Sans SSm B", "Helvetica Neue", "Arial", sans-serif;
  font-weight: 300;
  overflow-y: scroll;
  height: 100%;
  color: #393939;
}
body {
  min-height: 100%;
}
a {
  color: #f75850;
  text-decoration: none;
}
img {
  max-width: 100%;
}
figure > img {
  display: block;
}
audio,
canvas,
img,
svg,
video {
  vertical-align: middle;
}
textarea {
  resize: vertical;
}
button {
  border: 0;
  background: none;
}
.heading,
.typographic h2,
footer.site h2.connect,
article.discography h2 {
  color: #141414;
  font-size: 2.3em;
  font-weight: 200;
  margin-bottom: 1em;
  text-align: center;
}
.small-caps,
.connecting .typographic h3,
form.contact label,
.event-details .more-info span {
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: 500;
  color: #141414;
}
.ampersand {
  width: 1em;
  height: 1em;
  background: url("../images/ui/ampersand.svg") no-repeat center center;
  background-size: 100% 100%;
  display: inline-block;
  margin-right: -0.1em;
  overflow: hidden;
  text-indent: 100%;
  vertical-align: baseline;
}
.typographic {
  font-size: 0.8em;
  padding: 3em 2em 1.5em;
}
.typographic h3 {
  font-size: 1.2em;
  margin-bottom: 1.5em;
  font-weight: 500;
}
.typographic p {
  margin-bottom: 1.5em;
}
body {
  background: #dfdfdf;
  padding-bottom: 200vh;
}
section.main {
  background-color: #dfdfdf;
  position: relative;
  top: 100vh;
}
section.secondary {
  position: relative;
  top: 100vh;
  background: #dfdfdf;
}
.split-2-1 h2.heading {
  font-size: calc(36px + (40 - 36) * ((100vw - 900px) / (1199 - 900)));
}
@media only screen and (min-width: 1200px) {
  .split-2-1 h2.heading {
    font-size: 3vw !important;
  }
}
@media only screen and (min-width: 900px) {
  .split-2-1 {
    display: table;
    width: 100%;
    height: 100%;
  }
  .split-2-1 img.mobile {
    display: none;
  }
  .split-2-1 .typographic {
    padding: 5em 4em 2.5em;
  }
  .split-2-1 .left-col {
    display: table-cell;
    position: relative;
    width: 50%;
    padding-bottom: 0em;
    height: 100%;
    height: 70vw;
    font-size: 1.2vw;
    font-size: calc(14px + (18 - 14) * ((100vw - 900px) / (1199 - 900)));
  }
  .split-2-1 .left-col.masterclasses {
    background: #efefef url("../images/photos/guitar-bw.jpg") no-repeat bottom center;
    background-size: 100%;
    background-size: contain;
  }
  .split-2-1 .left-col.connecting {
    background: #efefef url("../images/photos/sofa-bw.jpg") no-repeat bottom center;
    background-size: 100%;
    background-size: contain;
  }
  .split-2-1 .left-col p {
    margin: 0 auto 1.5em;
  }
  .split-2-1 .left-col p a {
    font-weight: 500;
  }
  .split-2-1 .left-col p a em {
    font-weight: bold;
  }
  .split-2-1 .right-col {
    display: table-cell;
    width: 50%;
    font-size: 1.2vw;
    font-size: calc(14px + (18 - 14) * ((100vw - 900px) / (1199 - 900)));
  }
}
header.main {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  height: 100vh;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: -1;
}
header.main div.poster {
  background: #ccc url("../images/posters/header-home.jpg") no-repeat 50% 50%;
  background-size: 100%;
  background-size: cover;
  height: 100%;
  overflow: hidden;
}
header.main.portfolio .poster {
  background-image: url("../images/posters/header-portfolio.jpg");
}
header.main.contact .poster {
  background-image: url("../images/posters/header-sofa.jpg");
  background-position: 80% 0;
}
header.main.education .headlines {
  right: 0;
  left: auto;
  -webkit-transform-origin: top right;
          transform-origin: top right;
}
header.main.education .headline {
  float: right;
}
header.main.education .poster {
  background-image: url("../images/posters/header-sofa-sit.jpg");
  background-position: 40% 0;
}
div.headlines {
  position: absolute;
  top: 30vh;
  right: auto;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  left: 0;
  width: 40em;
  z-index: 10;
}
@media only screen and (min-width: 1200px) {
  div.headlines {
    top: 40vh;
    width: 40vw;
  }
}
@media only screen and (max-height: 700px) {
  div.headlines {
    top: 10vh;
  }
}
div.headlines .headline {
  background-color: #000;
  background-color: rgba(0,0,0,0.75);
  color: #fff;
  display: inline-block;
  font-weight: 300;
  float: left;
  clear: both;
}
div.headlines h1.headline {
  font-size: 2.5em;
  margin-bottom: 0.5em;
  padding: 0.33em 0.6 eem;
}
@media only screen and (max-height: 700px) {
  div.headlines h1.headline {
    display: none;
  }
}
@media only screen and (min-width: 900px) {
  div.headlines h1.headline {
    font-size: 3.5vw;
    margin-bottom: 3vw;
    padding: 0.3vw 3vw;
  }
}
div.headlines span.headline {
  font-size: 1.1em;
  margin-bottom: 0.5em;
  padding: 0.33em 1em;
}
@media only screen and (min-width: 900px) {
  div.headlines span.headline {
    font-size: 1.6vw;
    margin-bottom: 1vw;
    padding: 0.3vw 3vw;
  }
}
nav.site-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100vh - 3em);
  background-color: #000;
  background-color: rgba(0,0,0,0.75);
  height: 3em;
  z-index: 100;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
nav.site-menu:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (max-width: 899px) {
  nav.site-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
}
nav.site-menu.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
nav.site-menu h1 {
  color: #fff;
  float: left;
  font-weight: 500;
  font-size: 1.4em;
  line-height: 2.4em;
  padding-left: 0.9em;
}
@media only screen and (min-width: 900px) {
  nav.site-menu h1 {
    padding-left: 2em;
  }
}
nav.site-menu h1 a {
  color: #fff;
}
nav.site-menu button.mobile {
  background: none;
  border: 1px solid #f75850;
  color: #f75850;
  float: right;
  font-size: 1em;
  margin-right: 1em;
  margin-top: 0.5em;
  padding: 0.3em 1em;
  outline: 0;
  text-transform: uppercase;
}
@media only screen and (min-width: 900px) {
  nav.site-menu button.mobile {
    display: none;
  }
}
nav.site-menu ul {
  display: inline-block;
  float: right;
  padding-right: 3em;
}
@media only screen and (max-width: 899px) {
  nav.site-menu ul {
    display: none;
    background: #000;
    background: rgba(0,0,0,0.9);
    width: 100%;
    padding-right: 0;
    margin-top: -0.3em;
  }
}
@media only screen and (max-width: 899px) {
  nav.site-menu ul.open {
    display: block;
  }
}
nav.site-menu li {
  display: inline-block;
}
@media only screen and (max-width: 899px) {
  nav.site-menu li {
    display: block;
    text-align: center;
  }
}
nav.site-menu li > a {
  color: #fff;
  display: block;
  font-size: 1.1em;
  line-height: 2.8em;
  padding: 0 1em;
  transition: color 0.5s ease;
}
@media only screen and (max-width: 899px) {
  nav.site-menu li > a {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
  }
}
nav.site-menu li > a:hover,
nav.site-menu li > a.active {
  color: #f75850;
}
@media only screen and (max-width: 899px) {
  nav.site-menu li > a:hover,
  nav.site-menu li > a.active {
    background-color: #000;
    border-top: 1px solid #3f0603;
    border-bottom: 1px solid #3f0603;
  }
}
nav.site-menu li > a > span.ampersand {
  background-image: url("../images/ui/ampersand-white.svg");
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
}
nav.site-menu li > a.active > span.ampersand,
nav.site-menu li > a:hover > span.ampersand {
  background-image: url("../images/ui/ampersand.svg");
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}
nav.site-menu .external {
  background: url("../images/ui/external-icon.png") no-repeat right 0.4em;
  background-size: 1em;
}
@media only screen and (max-width: 899px) {
  nav.site-menu .external {
    background-position: 60% 0.5em;
  }
}
div.midway {
  position: relative;
  top: 100vh;
  width: 100%;
  height: 50%;
  height: 50vh;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: -1;
}
div.midway div.poster {
  background: #ccc url("../images/posters/midway-compose.jpg") no-repeat top center;
  background-size: 100%;
  background-size: cover;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
footer.site {
  position: relative;
  top: 100vh;
  background-color: #dfdfdf;
  padding: 7em 0 5em;
  text-align: center;
}
@media only screen and (max-width: 899px) {
  footer.site {
    font-size: 0.8em;
  }
}
@media only screen and (max-width: 899px) {
  footer.site h2.connect {
    font-size: 2em;
  }
}
footer.site ul.social-links {
  display: inline;
}
footer.site ul.social-links li {
  background: url("../images/ui/social-media-icons.png") no-repeat 0 0;
  background-size: cover;
  border-radius: 5px;
  display: inline-block;
  margin: 0 4px;
  width: 50px;
  height: 51px;
  transition: all 0.33s ease-in;
}
footer.site ul.social-links li.twitter {
  background-position: -51px 0px;
}
footer.site ul.social-links li.youtube {
  background-position: -102px 0px;
}
footer.site ul.social-links li.linkedin {
  background-position: -152px 0px;
}
footer.site ul.social-links li.instagram {
  background-position: -203px 0px;
}
@media only screen and (min-width: 600px) {
  footer.site ul.social-links li {
    margin: 0 0.8em;
  }
}
@media only screen and (min-width: 900px) {
  footer.site ul.social-links li {
    margin: 0 1.2em;
    width: 60px;
    height: 61px;
  }
  footer.site ul.social-links li.twitter {
    background-position: -61px 0px;
  }
  footer.site ul.social-links li.youtube {
    background-position: -122px 0px;
  }
  footer.site ul.social-links li.linkedin {
    background-position: -182px 0px;
  }
  footer.site ul.social-links li.instagram {
    background-position: -243px 0px;
  }
}
footer.site ul.social-links li a {
  display: block;
  width: 100%;
  height: 100%;
}
footer.site hr {
  background-color: #c1c1c1;
  border: 0;
  height: 0.15em;
  margin: 5em auto 3em;
  width: 6em;
}
footer.site p.copyright {
  color: #656565;
  font-size: 0.85em;
  margin-bottom: 0.5em;
}
footer.site p.credits {
  color: #656565;
  font-size: 0.75em;
}
footer.site p.credits a {
  color: #141414;
}
footer.site p.credits a:hover {
  color: #f75850;
}
footer.poster {
  position: fixed;
  bottom: 0px;
  left: 0;
  right: 0;
  background: url("../images/posters/footer-bridge.jpg") no-repeat 70% bottom;
  background-size: 100%;
  background-size: cover;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  height: 100vh;
  z-index: -10;
}
@media only screen and (min-width: 600px) {
  article.biography .typographic {
    padding: 3em 3em 1.5em;
    font-size: 1.75vw;
  }
}
@media only screen and (min-width: 900px) {
  article.biography {
    display: table;
    width: 100%;
  }
  article.biography .mobile {
    display: none;
  }
  article.biography .typographic {
    padding: 6em 5em;
    font-size: 1vw;
  }
  article.biography .row {
    display: table-row;
  }
  article.biography .quarter {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
  }
  article.biography .first {
    background: url("../images/photos/guitar-piano.jpg") no-repeat center center;
    background-size: cover;
  }
  article.biography .last {
    background: url("../images/photos/guitar-play.jpg") no-repeat center center;
    background-size: cover;
  }
}
article.discography {
  background-color: #667899;
  text-align: center;
  padding: 3em 2em;
}
article.discography:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (min-width: 900px) {
  article.discography {
    display: table;
    width: 100%;
  }
}
article.discography h2 {
  font-size: 2em;
  color: #fff;
  margin-bottom: 0.25em;
}
article.discography h3 {
  color: #bec9dd;
  font-size: 1.25em;
  font-style: italic;
  font-weight: 300;
}
article.discography .item {
  padding: 2em;
}
@media only screen and (min-width: 900px) {
  article.discography .item {
    width: 25%;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
  }
}
article.discography .item img {
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}
.press-kit {
  text-align: center;
}
.press-kit-thumbnail {
  display: inline-block;
  width: 33.333%;
}
@media only screen and (min-width: 900px) {
  .press-kit-thumbnail {
    width: 11.11%;
  }
}
.container {
  background-color: #efefef;
}
.container:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (min-width: 900px) {
  .half {
    font-size: 1.2vw;
    font-size: calc(14px + (18 - 14) * ((100vw - 900px) / (1199 - 900)));
    float: left;
    width: 50%;
  }
  .half .typographic {
    padding: 5em 4em 2.5em;
  }
}
.portfolio-entry {
  padding-bottom: 0.5em;
  margin-bottom: 3em;
}
.portfolio-entry:not(:last-of-type) {
  border-bottom: 1px solid #bbb;
}
.portfolio-entry iframe {
  margin-bottom: 1em;
}
.youtube-videos {
  clear: both;
  background-color: #dfdfdf;
  text-align: center;
  padding: 3em 0;
}
.youtube-videos:after {
  content: "";
  display: table;
  clear: both;
}
.youtube-video {
  float: left;
  width: 50%;
  margin-bottom: 2em;
}
@media only screen and (max-width: 899px) {
  .youtube-video:nth-child(2n) {
    clear: left;
  }
}
@media only screen and (min-width: 900px) {
  .youtube-video {
    width: 16.6666%;
  }
}
.youtube-video img {
  width: 100%;
  margin-bottom: 1em;
}
.youtube-video h3 {
  color: #393939;
  font-weight: 300;
}
.youtube-exit {
  clear: both;
  padding: 2em 2em 0;
  line-height: 2.5;
  display: block;
  font-size: 1.25em;
}
.youtube-exit span {
  background: url("../images/ui/social-media-icons.png") no-repeat -102px 0px;
  background-size: cover;
  border-radius: 5px;
  display: inline-block;
  margin: 0 4px 0 1em;
  width: 50px;
  height: 51px;
  transition: all 0.33s ease-in;
  vertical-align: middle;
}
.musings {
  text-align: center;
}
.musings h2 a {
  font-style: italic;
}
.musings .blog-listing {
  list-style: none;
  margin-bottom: 4em;
}
.musings .blog-listing h3 {
  font-size: 1.5em;
  font-weight: 300;
  margin-bottom: 0;
}
.musings .blog-listing h3 a {
  color: #141414;
}
.musings .blog-listing h3 a:hover {
  color: #f75850;
}
.musings .blog-listing h4 {
  color: #f75850;
  font-weight: 500;
  margin: 0.5em;
}
.musings .blog-listing p {
  font-size: 0.9em;
}
@media only screen and (max-width: 899px) {
  .musings .blog-listing a.more {
    border: 1px solid #f75850;
    display: block;
    margin: 1em auto 0;
    padding: 0.5em 2em;
    width: 8em;
  }
}
@media only screen and (min-width: 900px) {
  .musings .blog-listing a.more {
    font-weight: 500;
  }
}
@media only screen and (min-width: 900px) {
  .connecting {
    font-size: 1.2vw;
    font-size: calc(14px + (18 - 14) * ((100vw - 900px) / (1199 - 900)));
  }
}
.connecting .typographic h3 {
  margin-bottom: 0.33em;
}
form.contact {
  margin: 0 auto 6em;
  max-width: 35em;
}
form.contact label {
  font-size: 1.2em;
}
form.contact label > span {
  font-size: 0.8em;
}
form.contact input,
form.contact select,
form.contact textarea {
  background: #efefef;
  border: 1px solid #ccc;
  display: block;
  font-family: "Ideal Sans SSm A", "Ideal Sans SSm B", "Helvetica Neue", "Arial", sans-serif;
  font-size: 1em;
  font-weight: 300;
  margin: 0.25em auto 1em;
  outline: 0;
  padding: 0.5em 1em;
  width: 100%;
}
form.contact select,
form.contact option {
  height: 2.5em;
  text-indent: 0.5em;
  text-transform: capitalize;
}
form.contact textarea {
  padding: 1em 1em;
  margin-bottom: 2em;
}
form.contact button {
  display: inline-block;
  background: #141414;
  color: #f75850;
  padding: 1em 2em;
  text-transform: uppercase;
  font-size: 1em;
}
.events header {
  background-color: #efefef;
  text-align: center;
  padding: 2em 2em;
}
.events header .heading {
  margin-bottom: 0.5em;
}
.events header p {
  font-size: 0.9em;
  color: #656565;
}
@media only screen and (min-width: 900px) {
  .event-listing {
    display: table;
    width: 100%;
  }
}
.event-details {
  background-color: #fff;
  text-align: center;
  padding: 1em 2em;
}
@media only screen and (min-width: 900px) {
  .event-details {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
  }
}
.event-details .date {
  color: #f75850;
  font-size: 1.2em;
  margin-bottom: 1em;
}
.event-details .title {
  font-size: 2em;
  margin-bottom: 0.5em;
}
.event-details .title span {
  color: #f75850;
  padding-left: 0.33em;
  padding-right: 0.33em;
}
.event-details .address {
  font-style: italic;
  color: #888;
  margin-bottom: 2em;
}
.event-details .notes {
  margin-bottom: 1em;
}
.event-details .more-info span {
  font-size: 0.8em;
  color: #999;
}
.event-details .more-info a {
  color: #f75850;
}
@media only screen and (min-width: 900px) {
  .event-map {
    display: table-cell;
    width: 50%;
  }
}
