@charset "UTF-8";

@-webkit-keyframes page-banner {
	0% {
		opacity:0;
		letter-spacing: 30px;
		filter: blur(10px);
	}
	50% {
		opacity:1;
	}
	100% {
		letter-spacing: 3px;
		filter: blur(0);
	}
}

body {
}

a {
}

a:link, a:visited {
}

h1 {
	font-size:60pt;
}

h2 {
	font-size:48pt;
}

h3 {
	font-size:36pt;
}

h4 {
	font-size:30pt;
}

h5 {
	font-size:26pt;
}

h6 {
	font-size:20pt;
}

h1, h3 {
    -webkit-transition: opacity 1000ms transform 1000ms;
    -moz-transition: all 1000ms transform 1000ms;
    -ms-transition: all 0.9 transform 0.9s;
    -o-transition: all 1000ms transform 1000ms;
    transition: all 1000ms transform 1000ms;
}

h2, h4 {
    -webkit-transition: all 2000ms transform 2000ms;
    -moz-transition: all 2000ms transform 2000ms;
    -ms-transition: all 2s transform 2s;
    -o-transition: all 2000ms transform 2000ms;
    transition: all 2000ms transform 2000ms;
}

.entry {
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 0.3s;
    -o-transition: all 300ms;
    transition: all 300ms;
}

p {
    -webkit-transition: all 600ms;
    -moz-transition: all 600ms;
    -ms-transition: all 0.6s;
    -o-transition: all 600ms;
    transition: all 600ms;
}

.mainmenu {
	font-size:13pt;
	display:block;
	color:#FFF;
	top:0;
	margin:0;
	width:100%;
	max-width:100%;
	text-align:right;
    font-weight: 300;
	text-transform:uppercase;
	letter-spacing:0.5pt;
	position:fixed;
	z-index:2000;
	background: rgba(0,0,0,0.79);
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-ms-transition: opacity 0.5s;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
    height:45px;
    line-height:46px;
}

.menuBtn {
	display: inline-block;
	padding-right:10px; 
}

.pagetitle {
	position:fixed;
    font-size:30pt;
    line-height:36pt;
	z-index:3000;
}

@media screen and (max-width: 799px) {
	.pagetitle {
		font-size:20pt;
		line-height:36pt;
	}
	.mainmenu {
		font-size:10pt;
	}
	.menuBtn {
		padding-right:5px; 	
	}
}

@media screen and (min-width: 800px) {
	.pagetitle {
		font-size:30pt;
		line-height:36pt;
	}
	.mainmenu {
		font-size:13pt;
	}
	.menuBtn {
		padding-right:10px; 	
	}
}

.pagetitle-firstname {
}

.pagetitle-surname {
}

@media screen and (orientation:portrait) {
	
/*	.mainmenu {
		height:30px;
		line-height:30px;

	
	.pagetitle {
		font-size:20pt;
		line-height:30pt;
	}}*/
}

@media screen and (orientation:landscape) {
	
/*	.mainmenu {
		height:45px;
		line-height:46px;

	.pagetitle {
		font-size:30pt;
		line-height:36pt;
	}*/
	
}

#menubar {
}

.submenu, .submenu2 {
	font-size:13pt;
	display:block;
	color:#FFF;
	top:47px;
	margin:0;
	width:100%;
	max-width:100%;
	text-align:right;
	letter-spacing:0.5pt;
	position:fixed;
	z-index:1050;
	background: RGBA(133,133,124, 0.0);
	background: linear-gradient(90deg,rgba(133, 133, 124, 0) 0%, rgba(133, 133, 124, 0) 40%, rgba(133, 133, 124, 0.7) 60%, rgba(133, 133, 124, 1) 100%);
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-ms-transition: opacity 0.5s;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
    height:45px;
    line-height:46px;
	text-transform:uppercase;
	
	font-family: "novecento-sans-condensed", sans-serif;
	font-weight: 400;
	font-style: normal;	
}

.submenu2 {
	top:94px;
}

.submenu a, .submenu2 a {
	color:#FFF;
}

.submenu a:hover, .submenu2 a:hover {
	color:#BBB;
}

.submenu .discMenuArtwork {
	margin-top:12px;
}

.submenu2 .discMenuArtwork {
	margin-top:6px;
}


.MainPage {
	width:100%;
}

.FSLPage {
	height:100%;
	width:100%;
	background-position:left top;
	background:url("../images/PageBanners/HomePage.jpg") #FFF no-repeat;
	background-attachment:fixed;
	background-size:cover;
	top:0;
	left:0;
	padding:0;
	margin:0;
	overflow:hidden;
	z-index:0;
	position:fixed;
}

.FSLPage #mainContent {
	height:100%;
	width:100%;
	top:0;
	left:0;
	overflow:auto;
	padding:0;
	margin:0;
	z-index:10;
}

.FSLPage .pageBanner {
	padding:0;
	margin:0;
}

#contactPage #menubar {
	background-size: cover;
}

#homePage #menubar {
	/*background:rgba(84,76,121,0.95);*/
	background:rgba(0,0,0,0.5);
}

#newsPage #menubar {
	background:rgba(0,0,0,0.5);
}

#aboutPage #menubar {
	background:rgba(175,175,167,0.80)}

#calendarPage #menubar {
	background:rgba(0,0,0,0.5);
}

#photosPage #menubar {
	background:rgba(0,0,0,0.5);
}

#videoPage #menubar {
	background:rgba(0,0,0,0.5);
}

#pressPage #menubar {
	background:rgba(0,0,0,0.5);
}

#contactPage #menubar {
	background:rgba(0,0,0,0.5);
}

.mainmenu a:link, .mainmenu a:visited {
	color:#CCC;
}

.mainmenu a:hover, .mainmenu a:hover {
	color:#FFF;
}

.pageContent {
	width:90%;
	max-width:900px;
	margin-left:auto;
	margin-right:auto;
	padding:20px;
	padding-left:20px;
	padding-right:20px;
}

#homePage {
	
}

#aboutPage {
	overflow-x: hidden;
	overflow-x: clip;
}

#aboutPage .mainmenu a:link, #aboutPage .mainmenu a:visited {
	color:#444;
}

#aboutPage .mainmenu a:hover, #aboutPage .mainmenu a:hover {
	color:#000;
}

#mainContent {}


#aboutBanner {
	padding-top:36vw;
}

#discographyPage .entry {
	padding-top:150px;	
	padding-bottom:150px;	
}

#discographyPage {
}

#discographyBanner {
}

@media screen and (orientation:portrait) {

	#podcastBanner {
		padding-bottom:1vw;
	}	
	
}

@media screen and (orientation:landscape) {

	#podcastBanner {
		padding-bottom:10vw;
	}
}

#calendarPage {
}

#calendarPage .entry event {
	width:50%;
}

#calendarPage .entry {
	background: rgba(0,0,0,0.2);
}

#calendarPage .entry description {
	width:40%;
}

#photosPage {
	height: auto;
}

@media screen and (orientation:portrait) {

	#contactBanner {
		padding-top:30vh;
	}

}

@media screen and (orientation:landscape) {

	#contactBanner {
		padding-top:36vw;
	}

}

@media screen and (orientation:portrait) {
	
	.MainPage {
	}
	
	#calendarPage {
	}	
	
}

@media screen and (orientation:landscape) {
	
	.MainPage {
	}
	
	#calendarPage {
	}

}

.pageBanner {
	padding-bottom:1vw;
}

#discographyPage .pageContent, #videoPage .pageContent {
	max-width:960px;
}


.vimeo-container {
	height: 100vh;
}

#homePageBanner {
}

#pagefooter {
	width:90%;
	max-width:864px;
	letter-spacing:1pt;
	font-size: 9pt;
}

.text-wrap-img {
	float: right;
	margin-left:20px;
}

.homePageSection {
    -webkit-transition: opacity 1000ms;
    -moz-transition: opacity 1000ms;
    -ms-transition: opacity 0.9s;
    -o-transition: opacity 1000ms;
    transition: opacity 1000ms, ;
}

.homePageSection h1 {
	margin-top:40px;
	margin-left:60px;
}

#homeDiscographyListing {
	transform: translateY(-20vh);
}

#homeBlog h1, #homeBlog .homePageSection {
	margin-top:0;
	padding-top:0;
}

#homeVideo {
	height:auto;
	min-height:none;		
}

@media screen and (orientation:portrait) {
	
	#homeVideo {
	}
	
	#homeVideo .entry {
		transform: translateY(-170px);
	}
	
}

@media screen and (orientation:landscape) {

	#homeVideo {
	}

}

#homeVideo .entry {
/*	width:310px;
	height:174px;*/
	width:24vw;
	height:16vw;
	margin:3px;
	border: 1px solid #FFF;
	background:#666;
}

#homeVideo .videothumb {
	display: block;
	width: 100%;
	height: auto;
}

#homeVideo .entry:hover {
	width:27vw;
	height:18vw;
}

#homeVideo .entry:hover .vidThumbBtn {
}

#homeVideo .vidPlayBtn {
	font-size: 60pt;
	top: 35%;
	left: 50%;
}

#homeVideo .vidThumbBtn {
	padding-top:80px;
	line-height:15pt;
	font-size:9pt;
}

.ytThumb {
	width:24vw;
	height:16vw;
	opacity:0.5;
	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-ms-transition: all 0.5s;
	-o-transition: all 500ms;
	transition: all 500ms;
}

.ytThumb:hover {
	opacity:1;
	width:27vw;
	height:18vw;
}

.igThumb {
	width:23vw;
	height:23vw;
	opacity:0.8;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-ms-transition: opacity 0.5s;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
}

.igThumb:hover {
	opacity:1;
}



#homeNews {
}

#homeNews .entry {
	max-width:900px;
	margin-left:auto;
	margin-right:auto;
}

#homeCalendar {
	height:auto;
}

#homeCalendarBG {
	margin-bottom:-70vh;
}

#homeCalendar h1 {
	z-index:10;
	margin-top:40px;
}

#homeDiscography h3, #homeCalendar h3 {

}

#homeCalendar .entry {
	display:inline-block;
	width: 20%;
	z-index:10;
}




#homePress {
}

#homeQuote {
	width:40vw;
	margin-right:0;
	margin-left:55vw;
}

#homeQuoteText {
	padding:20px;
	font-size:14pt;
}

@media screen and (orientation:portrait) {
	
	#homeQuote {
	}
	
	#homeQuoteText {
	}
	
}

@media screen and (orientation:landscape) {

	#homeQuote {
	}
	
	#homeQuoteText {
	}

}

#homeQuoteText author {
	font-size:12pt;
}

#homeQuoteText publication {
	font-size:12pt;
}

#aboutPage #homeQuoteText {
}

newsdate {
	font-size:16pt;
}

.tracktitle, headline {
	font-size:16pt;
}


#homeVideoListing {
	display: block;
	/*padding-bottom: 90px;*/
}

@media screen and (orientation:portrait) {
	#homeVideoListing {
		transform:translateY(35vh);
	}
}

@media screen and (orientation:landscape) {
	#homeVideoListing {
		transform:translateY(25vh);
	}
}


#homeDiscography img {
	height:18vw;
}


#homePoetry, #homeBlog, #homeCompositions {
}

#socialPage headline {
}

#bioText, #compositionsText, #teachingText, #podcastText, #conductingText, #pianistText {
	margin:0;
	font-size:13pt;
	line-height:24pt;
	float:right;
}

#bioText {
	width:60%;
	max-width:700px;
	margin-right:40px;
}

#compositionsText, #teachingText, #conductingText, #pianistText {
	margin-top:100px;
	width:60%;
	max-width:800px;
	margin-right:20px;
}

#compositionsText p, #teachingText p {
}

#conductingPage #mainContent a, #pianistPage #mainContent a {
	font-size: 18pt;
}

.teachingPhoto, .compositionPhoto {

}

#podcastText {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	float: none;
}

.sidebarDiscographyListing {
	width:19vh;
	padding:10px;
	overflow:hidden;
	top:50px;
	left:0;
	position:fixed;
	z-index:100;
	text-align: center;
}

#aboutDiscographyListing {
	top:60px;
	position:fixed;
	position:sticky;
	margin-top:20vh;
}

.sidebarDiscographyListing img {
	height: 18vh;
}

#aboutAwards {
	margin-left:0;
	padding: 0;
}

#aboutAwards .entry {
	display:inline-block;
}


#discographyPage .pageContent {
	padding:10px;
}

#discographyPage .entry {
	clear:both;
	float:none;
	text-align:left;
}

.discEntry {
	opacity:0;
	filter: blur(5px);
    transform: translateY(120px);
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 0.5s;
    -o-transition: all 500ms;
    transition: all 500ms;
	display:block;
}

.discEntry.show {
	opacity:1;
 	filter: blur(0px);
    transform: translateY(0px);
}

.discArtwork {
	width: 500px;
	float: right;
	margin-bottom: 20px;
	text-align: right;
}

.discListing {
	width: 400px;
	float: left;
	text-align: left;
	clear:left;
}

.discBuyBtns {
	display:block;
	margin-top:20px;
	float:left;
	clear:left;
}

.discBuyBtns img {
	display: inline-block;
	margin-right:3px;
}

.discPressEntry {
	width: 60%;
	max-width:750px;
}



#discography-menu {
	left:none;
	right:0;
	width:60vw;
	height: auto;
	line-height:20px;
	
	background:none;
	/*background: linear-gradient(90deg,rgba(133, 133, 124, 0) 0%,  rgba(133, 133, 124, 0.7) 30%, rgba(133, 133, 124, 1) 100%);*/
}

#discography-menu img {
	box-shadow: 1px 1px 2px #333;
}

@media screen and (max-width: 799px) {
	
	.discArtwork {
		width: 100%;
		float: none;
		text-align: center;
	}
	
	.discListing {
		width: 100%;
		float: none;
		text-align: center;
	}
	
	.discBuyBtns {
		float: none;
		text-align: center;
	}

	.discBuyBtns img {
		margin-left:2px;
		margin-right:2px;
	}
	
	#discography-menu {
		visibility: hidden;
	}

	#discographyPage .entry {
		padding-top:50px;	
		padding-bottom:50px;	
	}
	
}

@media screen and (min-width: 800px) {
	
	.discArtwork {
		float: right;
		text-align: right;
	}
	
	.discListing {
		width: 400px;
		float: none;
		text-align: left;
	}
	
	.discBuyBtns {
		float:left;
		text-align:left;
	}

	.discBuyBtns img {
		margin-left:0;
		margin-right:4px;
	}
	
	#discography-menu {
		visibility:visible;
	}
	
	#discographyPage .entry {
		padding-top:150px;	
		padding-bottom:150px;
	}
	
	
}

.discCredits {
}

artist { font-size:14pt; }
album { font-size:20pt;  }
year { font-size:14pt;  }
label { font-size:14pt;  }

.discCredits personnel {
	font-size:9pt;
	margin:0;
}

.discCredits personnel p {
	line-height:17pt;
	margin:0;
}


#writingPage .pageContent {
	font-size:14pt;
	line-height:24pt;
}

#poetryPage {
	
}

#poetryPage p.clear {
	clear: left;
}

#pressPage .discListing {
	float: left;
	text-align: left;
}

#pressPage .discMenuArtwork {
	text-align: right;
}

.PressCatSection .discMenuArtwork {
	float: right;
}


longdate { font-size:12pt; }
time { font-size:10pt; }
event {	font-size:22pt; line-height: 28pt; }
newsitem event { font-size:16pt; }
venue { }
#homeCalendar venue { font-size:8pt; }
city { }

repertoire {
	margin-top:10px;
	width:80%;
	margin-left: auto;
	margin-right: auto;
}

description {
	margin-top:10px;
	margin-bottom:20px;
	line-height: 26pt;
	width:80%;
	margin-left: auto;
	margin-right: auto;
}

.CompCatSection {
	padding-top: 100px;
	padding-bottom:100px;
}

.compListing {
	
}

.compTitle {
	font-size:20pt;
}

.compMovement {
	
}

.compInstrumentation {
	font-size:16pt;	
}

.compListing description {
	
}


#thumbnailGalleries {
	width:90%;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#videoPage .entry {
	position: relative;
	width:350px;
	height:450px;
	overflow: hidden;
	display: inline-block;
	margin:10px;
	border: 1px solid #FFF;
	padding:0;
	background:#EEE;
}

.videothumb {
	display: block;
	width: 100%;
	height: auto;
}

.vidThumbBtn {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width:350px;
	height:222px;
	opacity: 1;
	color:#AAA;
	line-height:15pt;
	float:none;
	font-size:12pt;
	z-index:1000;
	transition: 0.5s;
	background-color:rgba(0,0,0,0.7);
	text-align: center;
}

#compositionsListing .entry .vidThumbBtn {
	opacity: 0.4;
	transform:translate(18px,18px);
}

#compositionsListing .entry .vidThumbBtn:hover {
	opacity: 0.9;
}


#videoPage .entry .vidThumbBtn {
	opacity: 0.4;
}

#videoPage .entry:hover .vidThumbBtn {
	opacity: 0.9;
}

.cliplisting {
	margin:5px;
}

cliptitle {
	display:block;
	margin-bottom:5px;
	font-size:14pt;
	font-weight:400;
}

cliptitlesmall {
	font-size:12.5pt;
	font-weight:400;
}

.cliplisting description {
	font-size:11pt;
	line-height:13pt;
}


.vidPlayBtn {
	color: #FFF;
	font-size: 48pt;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index:99;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}

.PressCatSection {
	padding-top: 150px;
}

reviewtext {
	font-size: 16pt;
	line-height: 28pt;
	float: none;
	clear:both;
}

homecalyear { font-size: 20pt; }
homecalday { font-size: 36pt; }
#homeCalendar city { font-size: 20pt; }

.submenuActivation {
	visibility:hidden;
	z-index:-1;
}
