@charset "UTF-8";

@-webkit-keyframes fade-in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

body {
	overflow:hidden;
	text-align: left;
	font-size: 10pt;
	-webkit-animation-name: fade-in;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: 1;
}

	#bgvid {
        position: fixed; top: 0; left: 0;
        -width: 100%; min-height: 100%;
        width: auto; height: auto; z-index: -100;
		background: #000 url(bg.jpg) no-repeat center center fixed; 
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}

.contentBox {
	margin:10px;
	margin-top:30px;
	padding:5px;
	overflow-x:inherit;
	overflow-y:inherit;
	float:right;
	text-align:right;
}

#mainContent { 
	margin:0;
	z-index: 100;
}

p { text-align:justify; }

a:link, a:visited {
	color: #FFDAC2;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FFF;
}
a:active { text-decoration: underline; }

h1 { font-size: 24pt; }
h2 { font-size: 22pt; }
h3 { font-size: 18pt; }
h4 { font-size: 16pt; }
h5 { font-size: 14pt; font-weight: normal; text-decoration: none; clear:both; margin:0; padding:0; text-transform:uppercase; }

.pageTitle {
	bottom:18px;
	left:0;
	margin:0;
	font-size:60px;
	color:#FFF;
	text-transform:uppercase;
	letter-spacing:21px;
	text-align:center;
	opacity:1;
}

#siteTitle {
	position:absolute;
	bottom:18px;
	z-index:999;
	width:100%;
}

#socialMenu {
	z-index:9999;
	top:0;
	right:0;
	position:absolute;
	margin: 10px;
}

#bgLayer {
	top:0;
	left:0;
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	z-index:-1;
}

@media screen and (orientation:portrait) {
	
}

@media screen and (orientation:landscape) {
	
}

#calendarPage {
	float:left;
	overflow-x:inherit;
	overflow-y:auto;
	margin: 20px;
	padding: 10px;
	width: 33%;
	height:75%;
	min-height:400;
	background: rgba(0,0,0,0.5);
}

event { font-size: 16pt; }
venue { font-size: 14pt; }
city { font-size: 13pt;  }
repertoire {  }
details, description {  }
#linksPage details { }
website { }
time { }

