@charset "utf-8";
body, html {
	width:100%; 
	height:100%; 
	padding:0;
	margin:0;	
	-webkit-text-size-adjust: none!important;
}
body {
    position: relative;	
	background-image:url('../images/vintagepaper.jpg');	
	background-attachment:fixed;	
	background-size:cover;
  	text-align:center;	
	color:#000;
	font-size: 14px;	
	line-height:130%;
	font-family: acumin-pro, sans-serif;
	font-style: normal;
	font-weight: 300;
}
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	}
img {
	max-width:100%;
}
a {
	text-decoration:none;	
	color:#600343;
	font-size:16px;
}
a img {border:none;}
	
p {
	line-height:130%;
}
h1, .h1 {
  font-size: 2rem;
}

h2, .h2 {
  font-size: 1.8rem;
}

h3, .h3 {
  font-size: 1.6rem;
}

h4, .h4 {
  font-size: 1.4rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}
.centered {
	text-align:center;
}
.bmarg {
	margin-bottom:25px;
}
.tmarg {
	margin-top:25px;
}
hr {
	position:relative;
	float:left;
	clear:both;
	width:70%;
	margin:25px 15%;
	height:3px;
	background:#000;
	opacity:.5;
}

.hidden {display:none}

h1, h2, h3, h4, h5, h6 {
	font-family: nutcracker, serif;
	font-weight:700;
}
h2 span {
	color:#600343;
}

.first {
	margin-top:0;
}
#content h2.first {
	margin-top:8px;
}
header {
	position:relative;
	float:left;
	clear:both;
	width:100%;
	height:100vh;
}
section {
	position:relative;
	float:left;
	clear:both;
	width:100%;
	height:auto;
	padding-top:100px;
	padding-bottom:100px;
}
#content {
	padding-top:0px;
}
.wrapper {
	position:relative;
	float:left;
	clear:both;
	width:90%;
	margin:0 5%;
}
.full {
	position:relative;
	float:left;
	clear:both;
	width:100%;
	height:auto;
}
#marquee {
	position:relative;
	float:left;
	clear:both;
	width:90%;
	height:70vh;
	margin:100px 5%;
	background:#000;
	border:3px double #dcac4c;
	text-align:center;
	/*overflow: hidden;*/
}
.no-video .video-container video,
.touch .video-container video {
    display: none;
}
.no-video .video-container .poster,
.touch .video-container .poster {
    display: block !important;
}
.video-container {
    position: absolute;
    top: 0;
    left: 0;    
    height:100%;
    width: 100%;
    overflow: hidden;	
}
.video-container video {
        position: absolute;
        z-index: 0;
	top:0;
	left:0;
	right:0;
	margin:0;
	padding:0;
	width: 100%;
	height:auto;
}
.corner {
	position:absolute;
	width:200px;
	height:213px;
	opacity:.9;
	z-index:1;
}
.topleft {
	top:0px;
	left:0px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.btmleft {
	bottom:-5px;
	left:5px;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.topright {
	top:-5px;
	right:5px;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.btmright {
	bottom:0px;
	right:0px;
}

#logo {
	height:120%;
	width:auto;
	position:absolute;
	display:block;	
	z-index:1;
	top:-20%;
	left:50%;		
	-webkit-transform:translate(-50%,0%);
	-ms-transform:translate(-50%,0%);
	-o-transform:translate(-50%,0%);
	transform:translate(-50%,0%);	
}
#logo img {
	height:100%;
	width:auto;
	max-width:none;
}
.mast {
	position:relative;
	width:80%;
	float:left;
	clear:both;
	margin-left:10%;
	/*margin-bottom:50px;*/
	height:auto;
}
.leftpara {
	position:relative;
	float:left;
	width:48%;
	height:auto;
	text-align:right;
	padding-right:25px;
	font-size:1.3rem;
	font-weight:400;
}
.rtpara {
	position:relative;
	float:right;
	width:48%;
	height:auto;
	text-align:left;
	padding-left:25px;
	font-size:18px;
}
.leftpara p{
	margin-top:0;
	padding-top:0;
}
.center-div{
	position:relative;
	float:left;
	width:4%;
	height:auto;
	text-align:center;
}
#vert-divide {
	position:relative;
	float:none;
	width:2px;
	height:90%;
	background:#dcac4c;
	margin:10% auto 0 auto;
	opacity:.4;
}
.ornament {
	position:relative;
	float:left;
	width:50%;
	margin-left:25%;
	height:0;
	padding-bottom:77.358490566%;	
	display:block;
}
.on-end {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.tixbtn {
	position:relative;
	display:inline-block;
	width:30%;
	height:auto;
	border:none;
	margin-top:40px;
}
#music {
	/*background:rgba(96,3,67,.6);
	background:rgba(82, 25, 22, .9);*/
	background:rgba(48,21,66,.5);
}
#music .right {
	text-align:left;
}
#music .right p {
	color:#fcf1bb;
	font-size:1.3rem;
	
}
#music h2 span {
	color:#dcac4c;
}
#music .right a {
	color:#dcac4c;
	display:block;
	font-weight:400;
}
#sb {
	left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
	border:2px solid #fcf1bb;
}
.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}

#foot {
	background:rgba(96,3,67,.8);
	background:rgba(48,21,66,.7);
	line-height:normal;
	padding-top:50px;
	padding-bottom:50px;
}
.gcc {
	width:150px;
	height:auto;
}
#foot a {
	color:#dcac4c;
	font-size:1.6rem;	
	line-height:normal;
}
#foot p {
	font-size:1.6rem;
	color:#fcf1bb;
}
#foot h1 {
	line-height:normal;
	color:#dcac4c;
}
#foot  .social {
	position:relative;
	float:none;
	clear:both;
	width:30%;
	margin:0% 35%;
	height:auto;
	text-align:center;
}
#foot  .social a i {
	float:none;	
	border:none;
	color:#dcac4c;
	font-size:2rem;
	margin:0em .25em;
}
.half {
	position:relative;
	float:left;
	width:50%;
	height:auto;
}
.third {
	position:relative;
	float:left;
	clear:none;
	width:33%;
	height:auto;
	margin-left:0;
	margin-right:0;
}
.left {
	padding-right:10px;
}
.right{
	padding-left:10px;
}
.ctrpad {
	padding-left:5px;
	padding-right:5px;
}
.half img,
.third img {
	width:80%;
	height:auto;
}
.fifth {
	position:relative;
	float:left;
	width:20%;
	margin:10px 0px;
	height:auto;
	padding:20px;
}
.sponsor  {
	border:none;
	position:relative;
	display:inline-block;
	width:20%;
	height:auto;
}
.sponsor2 {
	border:none;
	position:relative;
	display:inline-block;
	width:32%;
	height:auto;
}
.sixty {
	position:relative;
	float:left;
	clear:both;
	display:block;
	width:50%;
	margin:0 25%;
	height:auto;
}
.seventy {
	width:70%;
	height:auto;
	margin:0 15%;
	padding:20px;
}
.eighty {
	width:80%;
	height:auto;
	margin:0 10%;
	padding:10px;
}
.ninety {
	width:90%;
	height:auto;
	margin:0 5%;
}
.bordered {
	border:3px double #fcf1bb;
}

.citrine {
	border-width:5px 0px;
	border-style: double;
	border-color: #aaa727;
	padding:15px;
	color: #aaa727;
	background:rgba(170,167,39,.1);
}
.quartz {
	border-width:5px 0px;
	border-style: double;
	border-color: #db4ba7;
	padding:15px;
	background:rgba(219,75,167,.1);
}
.amber {
	border-width:5px 0px;
	border-style: double;
	border-color: #dbaa21;
	padding:15px;
	background:rgba(219,170,33,.1);
}
.amethyst {
	border-width:5px 0px;
	border-style: double;
	border-color: #b21075;
	padding:15px;
	background:rgba(178,16,117.1);
}
.moonstone {
	border-width:5px 0px;
	border-style: double;
	border-color: #1a9099;
	padding:15px;
	background:rgba(26,144,153,.1)
}
.premier {
	border-width:5px 0px;
	border-style: double;
	border-color: #fcf1bb;
	padding:15px;
	background:rgba(252,241,187,.2);
}
h2.premier {
	color:#000;
}
h2.citrine {
	color:#aaa727;
}
h2.quartz	{
	color:#db4ba7;
}
h2.amber	{
	color:#dbaa21;
}
h2.amethyst	{
	color:#9966cc;
}
h2.moonstone	{
	color:#1a9099;
}
#sponsors h3, #sponsors h3 a {
	font-size:1.4rem;
	line-height:normal;
}
.costume {
	width:25%;
	height:auto;
}
.lcost {
	-webkit-transform: rotate(-15deg);
	transform: rotate(-15deg);
	margin-right:-15px;
}
.rcost {
	-webkit-transform: rotate(15deg);
	transform: rotate(15deg);
	margin-left:-15px;
}