@font-face
{
	font-family: Allura;
	src: url("../fonts/Allura-Regular.ttf");
	font-family:  Aaargh;
	src: url("../fonts/Aaargh.ttf");
}

.lg-image {	
	position: relative;
	top: 0;
	right: 0;
	background-color: #000;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: right center;
}

.spacer{
	height: 300px;
}

.cover-video{
	position: relative;
	bottom: 0;
	right: 0;
}

.image_text {
	margin-top: -40px;
}
.script_text {
	font-family: Allura, serif;
}
img.facebook {
	width: 35px;
	margin-top: 3px;
}
.script_text {
	font-size: 60px;
}
span.script_text {
	font-size: 85px;
}
button.down-arrow {
	margin: 20px;
}
.insert-photo
{
	float: right;
	width: 200px;
	border: 1px #c99855 solid;
	margin: 20px 0 3px 3px;
	
}
h2.insert {
	display: inline-block;
}
ul {
    list-style: none;
    padding-left: 20px;
} 
video {
	outline: 0;
}
/* MP3 Player/ Video Player styles */
#musicPlayer, #videoPlayer {
	border: 2px solid #694214;
	background: #C99855;
	background: -webkit-linear-gradient(#C99855, #694214); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#C99855, #694214); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#C99855, #694214); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#C99855, #694214); /* Standard syntax */
	box-shadow: inset 2px -2px 4px rgba(201,152,85,1);
}
#musicPlayer p {
	margin: 0;
	padding: 0;
	color: #694214;
	text-align: center;
}
#musicPlayer table, #videoPlayer table {
	margin: 10px;
}
#playerControls {
	display: table;
	margin: 0 auto;
} 
#playerControls button {
	display: inline;
	vertical-align: bottom;
}
#playerControls input {
	width: 150px;
	display: inline;
	vertical-align: bottom;
}
#musicList, #videoOutput {
	margin: 10px;
	background: #000;
}
#musicList tr:hover, tr:focus, #videoOutput tr:hover, tr:focus {
	color: #C99855;
}
img.down-arrow {
	width: 70px;
}

/* Photo Gallery styles */
.es-carousel ul {
	display:block;
	box-sizing: content-box;
}

strong{
	font-size: 24px;
}