html {
	margin:0;
	padding:0;
	height:100%;
	position:relative;
}
body {
	font-family: 'Nunito', sans-serif;
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #222;
	line-height: 1;
	width: 100%;
	height: 100%;
	background-color:white;
}
body * {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
details, figcaption, figure, footer, hgroup, summary, header, section, article, aside {
	display: block;
	margin: 0;
}
div, form, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
img {
	border: none;
	max-width: 100%;
	vertical-align: middle;
}
p {
	margin-top: 0;
	margin-bottom: 18px;
}
p.p-shorter {
	margin-bottom: 7px;
}
h1, h2 {
	text-align:left;
}
h1 {
	margin:30px 0 25px  0;
	line-height:1.1;
	color:#cc6633;
	font-family: 'PT Serif', serif;
	}
hr {
	height: 1px;
	border: 0;
	color: #666666;
	background-color: #999999;
	margin: 25px 0;
}
header ul,footer ul   {
	list-style-type:none;
	margin:0;
	padding:0;
}
.homepage-bg {
background-color:#dcd9d2;
}
.maincontent {
	line-height:1.4;
}
:focus {
	outline: 0 !important;
}
/* Addresses `outline` inconsistency between Chrome and other browsers.*/
a:focus, a:hover {
	outline: 0;
}
a, a:link, a:visited, a:active {
	color: inherit;
	text-decoration: none;
	transition: color ease-in-out .1s;
}
a:hover,.nav-menu span.nav-selected,#nav-popup-menu span.nav-selected {
	color:#cc6633;
}
.wrapper {
	width: 100%;
	min-height:100%;
	height:100%;
}
.wrapper-home1 {
	 background-image:url("/images/adjusted/Marley-Erickson-Cover2-high.jpg"); 
	 background-color:#dcd9d2;
}
.wrapper-left50 {
	background-repeat:no-repeat;
	width:50%;
	position:absolute;
	background-position:right bottom;
	top:0;
	left:0;
	bottom:0;
	background-size:cover;
	background-color:transparent;
}
.wrapper-about {
	background-image:url("/images/about-Marley-Erickson-1800x1340-cleaned.jpg");
}
.wrapper-perf {
	background-image: url("/images/Marley-Erickson-performances.jpg");
}
.wrapper-rep {
	 background-image:url("/images/Marley-Erickson-repertoire-2000x1290.jpg");
}
.wrapper-leftxx {
	background-repeat:no-repeat;
	width:100%;
	position:absolute;
	background-position:left bottom;
	top:0;
	left:0;
	bottom:0;
	background-size:cover;
	background-color:transparent;
}
.main {
	width: 100%;
	position: relative;
}
header {
	position:absolute;
	width:100%;
	top:0;
	left:0;
	padding:50px 20px 0 20px;
	background:transparent;
	z-index:1000;
}
.header-inner {
	display:flex;
	justify-content:space-between;
}
.header-home {
	justify-content:flex-end;
}
a.header-name {
	font-size:20px;
	line-height:1.5;
	letter-spacing:1px;
	font-family: 'PT Serif', serif;
	color:#1a0d06;
}
a.header-name-home {
	visibility:hidden;
}
 a.header-name-perf{
}
nav {
	text-transform:uppercase;
	font-size:16px;
  }
.nav-menu {
	display:flex;
	justify-content:flex-end;
	align-items:center;
}
.nav-menu span,.nav-menu a {
	margin:0 0 0 20px;
	color:#1a0d06;
	font-family: 'PT Serif', serif;
}
.nav-menu a:hover {
	color:#cc6633;
}
.nav-menu-button {
	cursor: pointer;
	display:none;
	width:30px;
	margin-top:7px;
}
.nav-menu-button span {
	display: block;
	width: 100%;
	height: 3px;
	color:#1a0d06;
	background-color:#1a0d06;
	border-radius: 1px;
}
.nav-menu-button span:not(:first-child) {
	margin-top: 7px;
}
#nav-popup-menu {
	min-height:100vh;
	background-color:#f1f1f1;
	top:0;
	right:0;
	display:none;
	z-index:999;
	-webkit-box-shadow: -11px 2px 12px -5px rgba(0,0,0,0.5);
	-moz-box-shadow: -11px 2px 12px -5px rgba(0,0,0,0.5);
	box-shadow: -11px 2px 12px -5px rgba(0,0,0,0.5);
	position:fixed;
	font-family: 'PT Serif', serif;
	}
#nav-popup-menu > a, #nav-popup-menu > span {
	display:block;
	padding:20px 30px;
	margin:0 30px;
	text-align:center;
}
.popup-menu-header {
	background-color:#1a0d06;
	color:white;
	text-align:right;
	padding: 15px 15px 15px 0;
	margin-bottom:20px;
	border-bottom:0;
}
#popup-menu-close {
	cursor:pointer;
	font-size:14px;
	letter-spacing:1px;
}
.home-image {
	text-align:center;
}
.home-namequote {
	position:absolute;
	right:10%;
	top:50%;
	transform:translateY(-50%);
	color:#1a0d06;
	width:40%;
}
.home-name {
	font-size:54px;
	line-height:1.4;
	letter-spacing:2px;
   font-family: 'PT Serif', serif;
   text-align:center;
}
.home-quote {
	font-family: 'Times New Roman', sans-serif;
	font-size:20px;
	padding-top:100px;
	line-height:1.5;
	text-align:center;
}
.flex-container {
	display:flex;
	height:100%;
}
.flex-stretch {
	align-items:stretch;
}
.flex-wrap {
	flex-wrap:wrap;
}
.flex-right {
	justify-content:flex-end;
}
.flex-50 {
	width:50%;
}
.about-right,.rep-right,.perf-right {
	height:100%;
}
.text-content {
	width:75%;
	word-wrap:break-word;
	word-break:break-word;
	padding:100px 10px 6% 50px;
	height:85%;
}
.text-content-perf {
}
.scroll-content {
	line-height:1.6;
	padding-right:30px;
	height:100%;
	overflow-y:auto;
}
.scroll-content-rep,.scroll-content-perf {
	line-height:1.3;
}
.scroll-content-rep p {
	margin-bottom:8px;
}
.scroll-content-rep p:nth-child(n+2) .text-title  {
	margin-top:18px;
}
.scroll-content-perf > h2.text-title-perf:first-child {
   margin-top:0;
}
.scroll-content-perf {
 padding-bottom:30px;
}
.prior-perf p {
	margin-bottom:14px;
}
.scroll-content-perf h4 {
	font-weight:700;
	padding-bottom:14px;
	margin:0;
}
.scroll-content-perf h4:nth-child(n+2) {
	padding-top:7px;
}
.rep-br {
	padding-top:8px;
	display:block;
}
.perf-br {
	padding-top:14px;
	display:block;
}
.text-title {
	color:#cc6633;
	font-size:18px;
	display:block;
	padding-top:5px;
}
.text-title-perf {
	margin-top:15px;
	padding:10px 0 12px 0;
	font-weight:normal;
}
.text-subtitle {
	padding-top:5px;
	font-weight:700;
}
.center-content {
	max-width:1008px;
	margin:0 auto 0  auto;
	padding:130px 30px 0 30px;
}
.center-content h1 {
	text-align:center;
}
.center-content-menu-click,.center-content-menu {
	justify-content:space-around;
	align-items:center;
	font-size:20px;
	padding:20px 0;
}
.center-content-menu-click > div:not(.center-content-menu-selected){
	cursor:pointer;
}
.center-content-menu-selected {
	color:#CC6633;
	border-bottom:2px solid #CC6633;
	padding-bottom:5px;
	font-weight:700;
	
}
/* begin masonry image display */
.grid {
	 width:100%;
	 margin:0 auto;
	 padding-top:30px;
}

/* reveal grid after images loaded */
.grid.are-images-unloaded {
  opacity: 0;
}

.grid_item,
.grid_col-sizer {
  width: 200px;
}

.grid_gutter-sizer { width: 20px; }

/* hide by default */
.grid.are-images-unloaded .image-grid_item {
  opacity: 0;
}

.page-load-status {
   padding-top: 20px;
   text-align: center;
   color: #777;
}
.grid_item  {
	display:block;
    margin-bottom: 20px;
    float: left;
}
.grid_item:hover {
}
.grid_item > img {
    display: block;
    max-width: 100%;
}
/* begin videos display */
.grid-videos {
	display:none;
	padding-top:30px;
}
.grid-videos > article {
	width:50%;
	float:left;
	padding:0 15px 30px 15px;
}
.grid-videos > article > div {
	padding-bottom:56.25%;
	height:0;
	position:relative;
}
.grid-videos iframe,
.grid-videos object,
.grid-videos embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.performance-expand-area {
  display:none;
		padding:10px 20px 10px 25px;
		line-height:1.3;
}
.performance-expand-area-show {
	display:block;
}
.performance-box {
		border:1px solid hsl(42,12.5%,60%);
		margin-top:15px;
}
h2+.performance-box {
margin-top:0;
}
.performance-box p:last-child {
 margin-bottom:0;
}
.performance-click-hdr {
  display:flex;
		flex-wrap:nowrap;
		justify-content:space-between;
		align-items:center;
}
.performance-click.expanded {
  border-bottom:1px solid hsl(42,12.5%,60%);
		background-color:rgba(220, 217, 210, .5);
}
.performance-click-hdr {
  padding:10px;
}
.up-down-arrow {
 width:20px;
}
.up-down-title {
  width:calc(100% - 30px);
}
.up-down-arrow img{
	-webkit-transform:rotate(0);
	transform:rotate(0);
	transition:transform .4s ease;

}
.up-down-arrow.expanded  img {
	-webkit-transform:rotate(180deg);
	transform:rotate(180deg);
	transition:transform .4s ease;
}

/*****general classes non page specific***/
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
 *zoom: 1;
}
.hideme {
	display: none;
}
.no-break {
	word-break: keep-all;
}
.bold {
	font-weight: 700;
}
.italic {
	font-style:italic;
}
.font14 {
	font-size:16px;
}
a.underline {
	text-decoration:underline;
}
.uppercase {
	text-transform: uppercase;
}
.relative {
	position: relative;
}
.pointer {
	cursor: pointer;
}
.highlight-color {
	color: #ff7274;
}
.floatright {
	float:right;
}
.italic {
	font-style: italic;
}
.tbl {
	display: table;
}
.tbl-row {
	display: table-row;
}
.tbl-cell {
	display: table-cell;
}
.align-right {
	text-align: right;
}
.align-left {
	text-align:left;
}
.display-ib {
	display: inline-block;
}
.photo-credit {
	position:absolute;
	bottom:10px;
	right:10px;
	color:rgba(241, 241, 241,.8);
	font-size:12px;
	font-style:italic;
	z-index:999;
}
#baguetteBox-overlay .full-image figcaption {
	font-size:12px;
	font-style:italic;
	line-height:2;
}

/*******************************************/
footer {
	font-size: 15px;
	width:100%;
	text-align:center;
	background-color:#ffffff;
	position:absolute;
	bottom:0;
}

@media all and (max-width: 1600px) {
	.text-content{
		width:85%;
	}
	.wrapper-home1 {
		background-position:-150px bottom;
	}
}
@media all and (max-width: 1400px) {
	.text-content{
		width:85%;
	}
	.home-namequote {
	}
}
@media all and (max-width: 1300px) {
	.home-name{
		font-size:48px;
	}
	.wrapper-home1 {
	}
	.text-content-perf {
	  width:100%;
	}
}
@media all and (max-width: 1100px) {
	.text-content{
		width:100%;
		padding-top:80px;
	}
	header {
		padding:25px 15px 25px 15px;
	}
	.center-content {
		padding-top:80px;
	}
	.home-namequote {
	}
}
@media all and (max-width: 950px) {
	.wrapper-home1 {
		background-position:-200px bottom;
	}
		/* added */
		.wrapper {
		padding-left:20px;
		padding-right:20px;
	}
	.wrapper-left50{
		display:none;
	}
	.about-right,.rep-right,.perf-right {
		width:100%;
		height:100%;
	}
	.text-content {
		padding-right:0;
		padding-left:0;
		padding-bottom:30px;
		height:auto;
		width:100%;
	}
	
	.scroll-content {
		overflow-y:auto;
		height:auto;
		width:100%;
		padding:0 15px;
	}

}
@media all and (max-width: 900px) {
	.home-namequote{
		display:none;
	}
	a.header-name-home {
		visibility:visible;
	}
	.wrapper-home1 {
		background-position:left bottom;
	}
	.nav-menu  {
		display:none;
	}
	.nav-menu-button {
		display:block;
	}

}
@media all and (max-width: 800px) {
	.grid-videos > article {
		width:100%;
	}
	.wrapper {
		padding-left:20px;
		padding-right:20px;
	}
	.wrapper-left50{
		display:none;
	}
	.about-right,.rep-right,.perf-right {
		width:100%;
		height:100%;
	}
	.text-content {
		padding-right:0;
		padding-left:0;
		padding-bottom:30px;
		height:auto;
		width:100%;
	}
	
	.scroll-content {
		overflow-y:auto;
		height:auto;
		width:100%;
		padding:0 15px;
	}
	h1 {
		text-align:center;
	}
	
	.wrapper-leftxx {
		min-height:500px;
	}
 a.header-name-rep {
	color:inherit;
}
	.wrapper-home1 {
		background-image:url("/images/adjusted/Marley-Erickson-violinist.jpg");
		background-position:center bottom;
	}
}
@media all and (max-width: 700px) {
}
@media all and (max-width: 600px) {
	.grid-videos > article {
		padding-left:10px;
		padding-right:10px;
	}
	.center-content {
		padding-left:0;
		padding-right:0;
	}
	.wrapper-home {
	  padding-top:100px;
	}
	.wrapper-leftxx {
	}
}
@media all and (max-width: 525px) {
	.grid_item,
	.grid_col-sizer {
	  width: 200px;
	}
.grid_item  {
	padding: 0;
	border:0;
 }
	.wrapper-leftxx {
	}
}
