/* general body style */
body{
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 18px
}

h1 {
    font-family:"Arvo";
	font-weight:normal;
	font-size: 4em;
	text-align: center;
	color: #fff;
	margin: 0;
	padding: 0;
}

h2 {
   font-family:"Arvo";
   font-weight: normal;
   font-size: 2em;
   text-align: center;
   color: #fff;
   margin: 0;
	padding: 0;
}

h3 {
   font-family: Oswald;
   font-weight: normal;
   font-size: 2em;
   text-align: center;
   margin: 5px 0;
	padding: 0;
	z-index: 1;
	position: relative;
}

.center { margin: 0 auto; }
.content{ margin: 0 auto; max-width: 960px; }*/
.clear { clear: both; }

/* header/nav style */
#header {
	width: 100%;
	height: 60px;
	position: fixed;
	margin-top: 10px;	
	z-index: 99999!important;
}

nav {
	height: 40px;
	width: 100%;
	font-family: 'Goudy Bookletter 1911', serif;
	font-size: 11pt;
	font-weight: bold;
	position: relative;
	background-image: url(../img/header-bg.png); 
}
nav ul {
	padding: 0;
	margin: 0 auto;
	width: 500px;
	height: 40px;
}
nav li {
	display: inline;
	float: left;
}
nav a {
	color: #fff;
	display: inline-block;
	width: 100px;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	text-shadow: 1px 1px 0px #283744;
}
nav li a {
	/*border-right: 1px solid #576979;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;*/
}
nav li:last-child a {
	border-right: 0;
}
nav a:hover, nav a:active {
	background-color: #8c99a4;
}

nav li a.active { color: #fff; opacity:1; border-bottom: 2px solid #6699CC; }

nav a#pull {
	display: none;
}

/*Styles for screen 600px and lower*/
@media screen and (max-width: 600px) {
	nav { 
  		height: auto;
  	}
  	nav ul {
  		width: 100%;
  		display: block;
  		height: auto;
  	}
  	nav li {
  		width: 100%;
  		float: left;
  		position: relative;
  	}
  	/*nav li a {
		border-bottom: 1px solid #576979;
		border-right: 1px solid #576979;
	}*/
  	nav a {
	  	text-align: left;
	  	width: 100%;
	  	text-indent: 25px;
  	}
}

/*Styles for screen 515px and lower*/
@media only screen and (max-width : 600px) {
	nav {
		border-bottom: 0;
	}
	nav ul {
		display: none;
		height: auto;
	}
	nav a#pull {
		content:"";
		display: block;
		width: 100%;
		height: 30px;
		background: url('../nav-icon.png') no-repeat center;
		position: relative;
	}
	nav a#pull:after {
		content:"";
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 10px;
	}
}

/*Smartphone*/
@media only screen and (max-width : 320px) {
	nav li {
		display: block;
		float: none;
		width: 100%;
	}
	nav li a {
		border-bottom: 1px solid #576979;
	}
}

/* text formatting */

.about {
	font-family: 'Goudy Bookletter 1911', serif;
	font-weight: normal;
	font-size: 14pt;
	text-align: justify;
	margin: 50px auto;
	padding: 20px;
	text-shadow: 1px 1px 0px #283744;
	background-image: url(../img/header-bg.png);
}

.contact {
	font-family: 'Goudy Bookletter 1911', serif;
	font-weight: bold;
	font-size: 18pt;
	text-align: center;
	margin: 50px auto;
	padding: 20px;
	text-shadow: 1px 1px 0px #283744;
	background-image: url(../img/text-bg.png);
}

.section_container { max-width: 800px; margin: 0 auto; }

/* section style */
#section01, #section02{ width: 100%; }

#section01{
	background:url(../img/slide1.jpg) 50% 0 no-repeat fixed;
	color: #fff;
	height: 600px;
	margin: 0;
	padding: 100px 0 360px 0;
	background-size: cover;
}

#section02{
	background-color: #fff;
	color: #333333;
	height: 500px;
	margin: 0 auto;
	overflow: hidden;
	padding: 100px 0;
}

#section03{
	background: url(../img/slide3.jpg) 50% 0 no-repeat fixed;
	color: #fff;
	height: 600px;
	padding: 120px 0 0 0;
	background-size: cover;
}

#section04{
	background-color: #fff;
	color: #333333;
	height: 450px;
	padding: 80px 0;
}

#section05{
	background: url(../img/slide5.jpg) 50% 0 no-repeat fixed;
	height: 200px;
	margin: 0 auto;
	padding: 250px 0;
	color: #fff;
	background-size: cover;
}

/* footer/copywrite */
#copyright  { color: #fff; font-family:"Goudy Bookletter 1911"; font-size: 14px; font-weight:bold; margin-top: 100px; text-align: center; text-shadow: 1px 1px 0px #283744; }
#copyright  a { text-decoration: none; color: #fff;  }

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.email {
	color: #6699CC;
}

.imglogo {
	max-width: 100%;
	z-index: 999;	
}

.soc {
	width: 345px;
	margin: auto;
	margin-top: 50px;
}

.socitem {
}

/* tooltip */

[data-tips] {
	position: relative;
	text-decoration: none;
}
	[data-tips]:after,
	[data-tips]:before {
	    position: absolute;
	    z-index: 100;
		opacity: 0;
	}
		[data-tips]:after {
			content: attr(data-tips);
			height: 25px;
			line-height: 25px;
			padding: 0 10px;
			font-size: 12px;
			text-align: center;
			color: #fff;
			background: #222;
			border-radius: 5px;
			text-shadow: 0 0 5px #000;
			-moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
			-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
			box-shadow: 0 0 5px rgba(0,0,0,0.3);
			white-space: nowrap;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
		}
		[data-tips]:before {
			content: "";
			width: 0;
			height: 0;
			border-width: 6px;
			border-style: solid;
		}
			[data-tips]:hover:after,
			[data-tips]:hover:before {
				opacity: 1;
			}
/* Top tips */
[data-tips].top-tip:after,
[data-tips].top-tip:before {
    -webkit-transition: bottom 0.25s ease-in-out, opacity 0.25s ease-in-out;
    -moz-transition: bottom 0.25s ease-in-out, opacity 0.25s ease-in-out;
    transition: bottom 0.25s ease-in-out, opacity 0.25s ease-in-out;
	bottom: 90%;
	left: -9999px;
	margin-bottom: 12px;
}
	[data-tips].top-tip:before {
		border-color: #222 transparent transparent transparent;
		margin-bottom: 0;
	}
	[data-tips].top-tip:hover:after,
	[data-tips].top-tip:hover:before {
		bottom: 100%;
		left: 0;
	}
	[data-tips].top-tip:hover:before {
		left: 15px;
	}
/* Bottom tip */
[data-tips].bottom-tip:after,
[data-tips].bottom-tip:before {
    -webkit-transition: top 0.25s ease-in-out, opacity 0.25s ease-in-out;
    -moz-transition: top 0.25s ease-in-out, opacity 0.25s ease-in-out;
    transition: top 0.25s ease-in-out, opacity 0.25s ease-in-out;
	top: 90%;
	left: -9999px;
	margin-top: 12px;
}
	[data-tips].bottom-tip:before {
		border-color: transparent transparent #222 transparent;
		margin-top: 0;
	}
	[data-tips].bottom-tip:hover:after,
	[data-tips].bottom-tip:hover:before {
		top: 100%;
		left: 0;
	}
	[data-tips].bottom-tip:hover:before {
		left: 15px;
	}
/* Left tip */
[data-tips].left-tip:after,
[data-tips].left-tip:before {
    -webkit-transition: left 0.25s ease-in-out, opacity 0.25s ease-in-out;
    -moz-transition: left 0.25s ease-in-out, opacity 0.25s ease-in-out;
    transition: left 0.25s ease-in-out, opacity 0.25s ease-in-out;
	top: -9999px;
	left: 96%;
	margin-left: 12px;
}
	[data-tips].left-tip:before {
		border-color: transparent #222 transparent transparent;
		margin-left: 0;
	}
	[data-tips].left-tip:hover:after,
	[data-tips].left-tip:hover:before {
		left: 100%;
		top: 0;
	}
	[data-tips].left-tip:hover:before {
		top: 7px;
	}
/* Right tip */
[data-tips].right-tip:after,
[data-tips].right-tip:before {
    -webkit-transition: right 0.25s ease-in-out, opacity 0.25s ease-in-out;
    -moz-transition: right 0.25s ease-in-out, opacity 0.25s ease-in-out;
    transition: right 0.25s ease-in-out, opacity 0.25s ease-in-out;
	top: -9999px;
	right: 96%;
	margin-right: 12px;
}
	[data-tips].right-tip:before {
		border-color: transparent transparent transparent #222;
		margin-right: 0;
	}
	[data-tips].right-tip:hover:after,
	[data-tips].right-tip:hover:before {
		right: 100%;
		top: 0;
	}
	[data-tips].right-tip:hover:before {
		top: 7px;
	}
	
/* gig section */

.gigtitle {
	font-family: 'Goudy Bookletter 1911', serif;
	font-weight: bold;
	font-size: 2em;
	text-align: right;
	padding-right: 10px;
}

.giginfo {
font-family: 'Goudy Bookletter 1911', serif;
	font-weight: normal;
	font-size: .75em;
	text-align: left;
	padding-left: 10px;
	color:#666;
}

.giginfob {
	font-weight: bold;
	color: #000;
}