/*****************************FONTS********************/
@font-face {
    font-family: 'tangerineregular';
    src: url('/fonts/Tangerine/Tangerine_Regular-webfont.eot');
    src: url('/fonts/Tangerine/Tangerine_Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Tangerine/Tangerine_Regular-webfont.woff2') format('woff2'),
         url('/fonts/Tangerine/Tangerine_Regular-webfont.woff') format('woff'),
         url('/fonts/Tangerine/Tangerine_Regular-webfont.ttf') format('truetype'),
         url('/fonts/Tangerine/Tangerine_Regular-webfont.svg#tangerineregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'karlaregular';
    src: url('/fonts/Karla/karla-regular-webfont.eot');
    src: url('/fonts/Karla/karla-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Karla/karla-regular-webfont.woff2') format('woff2'),
         url('/fonts/Karla/karla-regular-webfont.woff') format('woff'),
         url('/fonts/Karla/karla-regular-webfont.ttf') format('truetype'),
         url('/fonts/Karla/karla-regular-webfont.svg#karlaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'corbertregular';
    src: url('/fonts/Corbert Regular/Corbert-Regular-webfont.eot');
    src: url('/fonts/Corbert Regular/Corbert-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Corbert Regular/Corbert-Regular-webfont.woff2') format('woff2'),
         url('/fonts/Corbert Regular/Corbert-Regular-webfont.woff') format('woff'),
         url('/fonts/Corbert Regular/Corbert-Regular-webfont.ttf') format('truetype'),
         url('/fonts/Corbert Regular/Corbert-Regular-webfont.svg#corbertregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'JosefinSansStdLight';
    src: url('/fonts/Josefin-Sans/JosefinSansStd-Light-webfont.eot');
    src: url('/fonts/Josefin-Sans/JosefinSansStd-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Josefin-Sans/JosefinSansStd-Light-webfont.woff') format('woff'),
         url('/fonts/Josefin-Sans/JosefinSansStd-Light-webfont.ttf') format('truetype'),
         url('/fonts/Josefin-Sans/JosefinSansStd-Light-webfont.svg#JosefinSansStdLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'bilboregular';
    src: url('/fonts/Bilbo/Bilbo-Regular-webfont.eot');
    src: url('/fonts/Bilbo/Bilbo-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Bilbo/Bilbo-Regular-webfont.woff2') format('woff2'),
         url('/fonts/Bilbo/Bilbo-Regular-webfont.woff') format('woff'),
         url('/fonts/Bilbo/Bilbo-Regular-webfont.ttf') format('truetype'),
         url('/fonts/Bilbo/Bilbo-Regular-webfont.svg#bilboregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/****************************Standard******************/
html{
	margin:0;
	padding:0;
}

body{
	margin:0;
	padding:0;
	background-repeat:repeat;
	background-color:#414141;
}

a{
	text-decoration:none;
	color: black;
}

h1{
	margin:0;
	font-weight:normal;
	font-style:normal;
	font-family:tangerineregular, bilboregular, Serif;
	font-size:3em;
	line-height:1.5;
	color:#dedec8;
	text-align:left;
}
h2{
	margin: 0;
	color: beige;
	font-family: JosefinSansStdLight;
	font-size: 2.3em;
}
h3{
	text-align: center;
	margin: 0;
	color: beige;
	font-family: JosefinSansStdLight;
	font-size: 2em;	
}
h4 {
	text-align: center;
	margin: 0;
	color: beige;
	font-family: JosefinSansStdLight;
	font-size: 1.5em;		
}

p{
	font-size: 1.2em;
	margin: 0;
	line-height:1.2;
}

.clear{
	clear:both;
}

.centerText{
	text-align:center;
}

.tall{
	min-height: 800px;
}
.caption{
	text-align: center;
	font-size: 1.1em;
}

.indented{
	margin-left:15px;
}
/***************************Home Page*************************/
#title{
	position:absolute;
	bottom:6%;
	left:12%;
	cursor:default;
}

#title p{
	color:beige;
	font-family:josefinsansstdlight;
	font-size:1.5em;
	margin:-15px 0 0 60px;
}	
/*************************** NavBar and Header ************************/
#header{
	background-color: white;
	font-family:corbertregular, arial;
	padding: 15px 0;
}

#navBar{
	width:100%;
	text-align: center;
	margin:0 auto 0 auto;
}

#navBar .navItem{
	color:black;
	display:inline-block;
	padding:0 15px;
	line-height:50px;
}
#navBar a:hover{
	font-style:italic;
}
#homeHeader .homeNav, #qandaHeader .qandaNav, #musicHeader .musicNav, #ideasHeader .ideasNav, #locationHeader .locationNav, #bookingHeader .bookingNav{
	text-decoration:underline;
}

#announcements{
	color: rgba(216, 62, 34, 0.815);
	text-align: center;
	max-width: 1000px;
	margin:auto;
	padding:0 10px;
}

/*********************************Footer*******************/
#footer{
	background-color:white;
}

#footerContent{
	margin: auto;
	width: 90%;
}

#footer p{
	padding:10px 0;
	line-height: 1.5;
	font-family:josefinsansstdlight, arial;
	color:black;
	text-align:center;
}

#footer a{
	color:black;
	text-decoration: underline;
}

/*********************************Main********************/
#mainContent{
	width: 95%;
	max-width: 1100px;
	margin: 40px auto 0 auto;
	padding: 0 0 20px 0;
	color: #fdffea;
	font-family: JosefinSansStdLight, sans-serif;
}
.widePic{
	background-size:cover;
	background-position:center center;
	width:100%;
	height:250px;
	border-bottom:1px solid beige;
}

#homeImage{
	position:relative;
	width:100%;
	height:500px;
	background-size:cover;
	background-position:center 80%;
	background-image:url('/images/Optimized-Jessica Faded Web.jpg');
}

/**********************************Boxes****************/
.boxRow{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: stretch;
	width:100%;
	border-collapse:collapse;
	text-align:center;
}

.boxRow .box{
	flex-grow: 1;
	background-color:#414141;
	width: calc(33% - 10px);
	min-width:250px;
	color:beige;
	padding: 50px 5px;
}

.boxRow a:hover{
	background-color: #1d1c1c;
}

.boxRow p{
	text-align:center;
	font-family:JosefinSansStdLight;
	font-size: 1.2em;
}

/************************Music**********************/
.tableHolder{
	width:100%;
	max-width:1100px;
	margin:auto;
	overflow:scroll;
}

.tablesorter{
	width:100%;
}
.music img{
	height:15px;
	width:15px;
	cursor:pointer;
}
.musicList{
	max-width:1000px;
	margin:auto;
}
.categoryheader{
	text-align:center;
	font-family:josefinsansstdlight, sans-serif;
	font-size:2em;
	font-weight:bold;
	padding:20px 0 20px 0;
	background:#414141;
}

td span{
	display:none;
}

#musicFooter{
	margin-bottom:40px;
}

/**********************************QandA**************************/
#questions{
	background:#414141;
	font-family:josefinsansstdlight;
	padding:20px 10% 20px 10%;
}

.answer{
	margin: 0 0 30px 50px;
}

/**************************Ideas******************************/
.songOutlines{
	width:100%;
	padding:0 0 40px 0;
	background:#414141;
	font-family:josefinsansstdlight;
	line-height:1.2;
	text-align:center;
	overflow:scroll;
}

.songOutlines table{
	width:95%;
	margin:auto;
	max-width:900px;
	border-spacing:0;
}

.songOutlines td{
	text-align:center;
	padding:5px;
}

.description{
	font-size:2em;
	border-bottom:1px solid beige;
}

.timeline{
	border-right:1px solid beige;
}

/*********************************BOOKING ************************/
#passwordAccess{
	margin: 0;
}

#bookingLoginBlock{
	margin: 15px auto;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
}

#bookingLoginBlock form{
	width: 100%;
}

#bookingPassword{
	margin: 5px 10px;
	width: 50%;
	max-width: 300px;
	padding: 5px;
	font-size: 1.15em;
	font-family: 'JosefinSansStdLight', Arial, Verdana;
	outline: none;
	border: 1px solid beige;
	background-color:#ffffff;
	color: black;
}

#bookingLogin{
	background-color: #ffffff;
	margin: 5px 10px;
	width: 50%;
	max-width: 300px;
	padding: 5px;
	font-size: 1.15em;
	font-family: 'JosefinSansStdLight', Arial, Verdana;
	border: 1px solid beige;
	color: black;
}

#bookingLogin:hover{
	cursor: pointer;
	background-color: #a8cdff;
	border: 1px solid #a8cdff;
}

#bookingLoginError{
	margin: 15px auto 50px auto;
}

#packageOptions {
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-evenly;
}

.packageOption {
	width: 100%;
	max-width: 500px;
}

#ensembleTiles{
	margin: 30px auto 30px auto;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
}

.ensembleOption{
	text-align: center;
	margin: 2px;
	padding: 20px;
	width: calc(50% - 44px);
	max-width: 175px;
	background-color: #1d1d1d;
}

#tableContainer{
	width: 100%;
	overflow: scroll;
}
#bookingInfo table{
	max-width: 800px;
	margin: 0 auto 30px auto;
	font-size: 1.2em;
	text-align: center;
	border: 1px solid beige;
	color: #fdffea;
}	

#bookingInfo td, #bookingInfo th{
	padding: 4px;
}

#bookingForm form {
	display: none;
	max-width: 600px;
	margin: 30px auto;
}

.half-width{
	width: calc(49.5% - 14px);
}

.full-width{
	width: calc(99% - 24px);
}

.form-row {
	margin:20px 0 0 0;
}

form input[type=text]{
	padding:7px 5px 5px 5px;
	font-size:1.15em;
	font-family:'JosefinSansStdLight', Arial, Verdana;
	outline:none;
	border:1px solid grey;
	background-color:#f1f7ff;
}

input[type=text]:focus {
    background-color: #a8cdff
}

p.label {
	display:inline-block;
	font-size:1.25em;
	font-family:'JosefinSansStdLight', Arial, Verdana;
	font-weight:bold;
	margin:0 0 0 0;
}

p.groupedLabel{
	margin:10px 0 0 0;
}

p.errorText {
	font-family:'JosefinSansStdLight', Arial, Verdana;
	font-size:1.1em;
	margin:0;
	color:red;
}

#bookingPageContent textarea{
	resize:none;
	width:100%;
	height:500px;
}

.ensembleDefinition{
	display:none;
}

#ensembleDefinitionLabel {
	display:none;
}

#acceptTerms {
	height:20px;
	width:20px;
	padding:10px;
}

.cardIcon{
	height:32px;
	width:32px;
	margin-right:5px;
	display:inline;
}	

#validationError p{
	color:red;
	font-family:'JosefinSansStdLight', Arial, Verdana;	
}

.supportText{
	margin:0;
	color:#00adff;
	font-size:1.1em;
	font-family:'JosefinSansStdLight', Arial, Verdana;	
}

.redFont{
	color:red;
}
/***********************************Booking Confirmation ******************/
#bookingConfirmationContent{
	width: 95%;
	max-width:500px;
	margin:40px auto;
}

/**********************************Booking Details*********************/
#bookingDetails p{
	font-size: 1.2em;
}

#bookingDetails table{
	font-size: 1.2em;
	color:beige;
}

#basicInfo{
	margin-top:10px;
	color: beige;
}

.clientNotes{
	white-space: pre;
}







	

