@charset "UTF-8";


body {
	font-size:10pt;
}

a {
}

a:link, a:visited {
}

h1 {
	font-size:60pt;
}

#homePage h1, #festivalPage h1 {
	margin-left:50px;
}

h2 {
	font-size:48pt;
}

h3 {
	font-size:36pt;
}

#festivalPage h3 { 
	/*margin-left:20px;*/
	text-align: center;
}

h4 {
	font-size:30pt;
}

h5 {
	font-size:24pt;
}

h6 {
	font-size:18pt;
}

artist, longdate, question {
    -webkit-transition: all 1000ms;
    -moz-transition: all 1000ms;
    -ms-transition: all 0.9 ;
    -o-transition: all 1000ms;
    transition: all 1000ms;
}


.PIPF-divider.show {
	transform: scaleX(12000%);
}

.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(31,64,113,0.80);
	-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;
}

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

.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 {
}

.MainPage {
	width:100%;
}


#homePage #menubar {
	background:rgba(31,64,113,0.90);
}

#newsPage #menubar {
	background:rgba(31,64,113,0.90);
}

#aboutPage #menubar {
	background:rgba(31,64,113,0.90);
}

#calendarPage #menubar {
	background:rgba(31,64,113,0.90);
}

#photosPage #menubar {
	background:rgba(31,64,113,0.90);
}

#videoPage #menubar {
	background:rgba(31,64,113,0.90);
}

#pressPage #menubar {
	background:rgba(31,64,113,0.90);
}

#contactPage #menubar {
	background:rgba(31,64,113,0.90);
}

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

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

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

#homePage {
	
}

#homeWelcome {
	font-size:20pt;
	line-height:38pt;
}

#homePage #facultyPreview .entry {
	display: inline-block;
}

#homePage #facultyPreview artist {
	color:#ebcd58;
}

.facultyPreviewPhoto {
	width:170px;
	height:200px;
}

#facultyPreview .facultyPreviewThumbs .entry {
	display: inline-block;
	width:19vw;
}

#facultyMenu .entry, #facultyMenu .facultyPreviewPhoto {
	display: inline-block;
	border:none;
}

#facultyMenu .entry {
	width:auto;
	max-width:auto;	
}

#facultyMenu .facultyPreviewPhoto {
	width:120px;
	height:150px;	
}

#facultyPreview .entry, #facultyMenu .entry {
	padding:2px;
	margin:2px;
}

#homeThankYou {
	font-size:18pt;
}

.festivalDates {
	font-size:36pt;
}

#pastGuestArtists {
	font-size:18pt;
}

.pastGuestThumb {
	width:100px;
	height:150px;
}



#aboutPage {
	overflow-x: hidden;
	overflow-x: clip;
	padding-top:10vw;
}

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

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

#calendarPage {
}

#photosPage {
	height: auto;
}

@media screen and (orientation:portrait) {

	#contactBanner {
	}

}

@media screen and (orientation:portrait) {

	#contactBanner {
	}

}


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

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

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

}

.pageBanner {
	padding-bottom:1vw;
}

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


.vimeo-container {
	height: 100vh;
}

#homePageBanner {
}

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

.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;
}

#homeVideo {
	
}

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

@media screen and (orientation:landscape) {

	#homeVideo {
		min-height:90vh;
	}

}

#facultyPreview {
	font-size:14pt;
}

#calendarPreview {
	background-size:cover;	
}

#calendarPreview h1 {
	margin-top:40px;
	margin-bottom:380px;
}

#calendarPreview .entry {
	display:inline-block;
	width: 28%;
}

#homePress {
}

#homeQuote {
	font-size:24pt;
}

#homeQuoteText {
}

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

@media screen and (orientation:landscape) {

	#homeQuote {
	}
	
	#homeQuoteText {
	}

}

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

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

#aboutPage #homeQuoteText {
}

#socialPage headline {
}

question {
	font-size: 28pt;
	line-height: 40pt;
}

#festivalTuition {
	padding-top: 10px;
}

#facultyText .entry {
	padding-top:10vh;
	margin-top:0;
	margin-bottom:10vh;
}

.facWebsite a {
	font-size:14pt;
}


.eventInfoGroup {
	text-align: left;
	float: left;
	clear: left;
}

.calEventImg {
	object-fit: cover;
	display: block;
}

.eventDetailsGroup {
	float: left;
	clear: left;
}


#applicationText, #requirementsText, #faqText, #applicationTuitionText {
	width:70%;
	width:70vw;
	max-width:900px;
	margin-left:auto;
	margin-right:auto;
}

#applicationText, #requirementsText, #applicationTuitionText {
	font-size: 18pt;
	line-height: 30pt;
}

#faqText {
	font-size: 16pt;
	line-height: 26pt;
}

#contactPage {
	font-size: 24pt;
}

longdate { font-size:14pt; }
time { }
event {	font-size:26pt; line-height: 36pt; }
#calendarPreview event { font-size:18pt; line-height: 30pt; }
calPrevDate { font-size:14pt; }
venue { font-size:14pt; line-height: 20pt; }
city { font-size:12pt; line-height: 18pt;}

repertoire {
	margin-top:12pt;
}

description {
	margin-top:10px;
	margin-bottom:20px;
	line-height: 26pt;
}


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

#videoPage .entry {
	position: relative;
	width:450px;
	height:410px;
	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:450px;
	height:255px;
	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;
}

#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;
}

reviewtext {
	font-size: 16pt;
	line-height: 28pt;	
}

.bioPhoto {
	width:240px;
	height:300px;
	display: block;
	float:right;
	clear:right;
}


#facultyPage .bioPhoto {
	
}

#facultyPage artist {
	font-size:32pt;	
}

artist {
	font-size:24pt;
}

#homePage #facultyPreview artist {
	font-size:16pt;
}

.facultyPreviewNames .entry {
	margin:2px;
}

#facultyPreview artistsurname {
	color:#FFF;
}

.facultyPreviewNames artist {
	font-size:22pt;
	line-height:26pt;
}

.facultyPreviewNames artist a:hover {
	color:#000;
}

.facInfo {
	float: left;
	clear: left;
}

.facTitle {
	font-size:14pt;
	text-transform: uppercase;
}

#facultyPreview .facTitle {
	font-size:10pt;
	color:#CCC;
}

.facCredentials {
	font-size:10pt;
	line-height: 20pt;	
}


.facBio {
	font-size:16pt;
	line-height:28pt;
	display: block;
	float: none;
	clear: left;
	margin-top: 20px;
}

