@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,600;0,700;1,300;1,600;1,700&family=Playfair+Display:wght@500&display=swap');
@font-face {
  font-family: 'Java';
  src: url('fonts/Java Heritages Regular.eot');
  src: url('fonts/Java Heritages Regular.eot?#iefix') format('embedded-opentype'),
       url('fonts/Java Heritages Regular.woff2') format('woff2');
  src: url('fonts/JavaHeritagesRegular.svg#JavaHeritagesRegular') format('svg'),
       url('fonts/Java Heritages Regular.ttf') format('truetype'),
       url('fonts/JavaHeritagesRegular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'JavaDrop';
  src: url('fonts/Java Heritages Drop Line.eot');
  src: url('fonts/Java Heritages Drop Line.eot?#iefix') format('embedded-opentype'),
       url('fonts/Java Heritages Drop Line.woff2') format('woff2');
  src: url('fonts/JavaHeritagesDropLine.svg#JavaHeritagesDropLine') format('svg'),
       url('fonts/JavaHeritagesDropLine.ttf') format('truetype'),
       url('fonts/JavaHeritagesDropLine.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
  }
body, html {
	width:100%; 
	/*height:100%; */
	-webkit-text-size-adjust: none!important;
	overflow-x: hidden;
}
html {
	height: -webkit-fill-available;
	 -webkit-font-smoothing: antialiased;
	font-size: calc(16px + 1vw);  
}
body {
    position: relative;	
	background:#000;
  	text-align:center;	
	color:#fff;
	font-size: .7rem;	
	line-height:130%;
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: 300;
	min-height:100vh;
	min-height: -webkit-fill-available;
}

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	}
p {
	font-size: .7rem;	
	line-height:130%;
}
#invite p span {
	font-size:.5rem;
}
a {
	color:#b0e2f1;
	text-decoration:none;
}
a:hover {
	opacity:.6;
	-webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
#invite h1 {
	text-transform:uppercase;
	color:#b0e2f1;
	font-size:1.2rem;
	font-weight:400;
}
#donors h1 {
	font-family: 'Playfair Display', serif;
	color:#b0e2f1;
	font-size:1.3rem;
	font-weight:500;
	line-height:normal;
	margin-bottom:2rem;
}

hr {
	width:70%;
	margin:1rem 15%;
    overflow: visible; 
    height: 30px;
    border-style: solid;
    border-color: rgba(156,119,44,.4);
    border-width: 2px 0 0 0;
    border-radius: 20px;
}
hr:before { 
    display: block;
    content: "";
    height: 30px;
    margin-top: -31px;
    border-style: solid;
    border-color: rgba(156,119,44,.4);
    border-width: 0 0 2px 0;
    border-radius: 20px;
}
.wrap {
	position:relative;
	width:76%;
	margin:0 12%;
}
img {
	width:100%;
	height:auto;
	max-width:100%;
}

nav {
	position:fixed;
	bottom:0px;
	left:0;
	width:100%;
	padding:.25rem 0rem;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-pack:center;
         -ms-flex-pack:center;
             justify-content:center;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	gap: 1rem;
	background:rgba(0,0,0,.9);
	z-index:100000;
}
.sale nav {
	position:relative;
	float:left;
	clear:both;
	width:100%;
	bottom:auto;
	left:0;
	margin-top:.75rem;
	margin-bottom:1rem;
	background:transparent;
	opacity:1!important;
}
nav a {
	font-family: 'Montserrat', sans-serif;
	text-transform:uppercase;
	font-weight:200;
	padding:.15rem;
	background:rgba(66,0,81,.6);
	background:rgba(25,0,95,.3);
	border:1px solid #9c772c;
	font-size:.35rem;
	display:block;
}
#space {
	position:fixed;	
	width:100%;
	height:100%;
	z-index:0;
}
#pinscene {
	position:relative;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:1;	
}
#glowy {
	position:absolute;
	top:10%;
	left:10%;
	height:80%;
	width:80%;
}
#intro {
	position:relative;	
	width:100%;
	height:100%;
	z-index:1;
}

#swirls {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	min-width:100%;
	height:100%;
	z-index:0;
	opacity:.8;
	background-image:url("img/bkg.jpg");
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	mix-blend-mode: screen;
}
#table {
	position:absolute;
	bottom:0;
	left:50%;
	width:auto;
	min-width:100vw;
	height:30%;
	-webkit-transform:translatex(-50%);
        -ms-transform:translatex(-50%);
            transform:translatex(-50%);
	aspect-ratio:1193/350;
	background-image:url("img/table.png");
	background-size:cover;
}
#castle {
	position:absolute;
	bottom:0;
	left:50%;
	width:auto;
	min-width:100%;
	height:80%;
	-webkit-transform:translatex(-50%);
        -ms-transform:translatex(-50%);
            transform:translatex(-50%);
	aspect-ratio:16/9;
	opacity:1;
	background-image:url("img/castle.png");
	background-repeat:no-repeat;
	background-size:cover;	
	mix-blend-mode: screen;
	z-index:2;
}
#stars1,
#stars2,
#stars3,
#stars4,
#stars5,
#stars6,
#stars7 {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	width:100%;
	min-width:100%;
	height:100%;
	z-index:1;
}
#stars1 {
	background-image:url("img/stars1.png");
	background-repeat:repeat-y;
	background-size:100% auto;
	background-position:center top;
}
#stars2 {
	background-image:url("img/stars2.png");
	background-repeat:repeat-y;
	background-size:100% auto;
	background-position:center top;
}
#stars3 {
	background-image:url("img/stars3.png");
	background-repeat:repeat-y;
	background-size:100% auto;
	background-position:center top;
}
#stars4 {
	background-image:url("img/stars4.png");
	background-repeat:repeat-y;
	background-size:100% auto;
	background-position:center top;
}
#stars5 {
	background-image:url("img/stars5.png");
	background-repeat:repeat-y;
	background-size:100% auto;
	background-position:center top;
}
#stars6 {
	background-image:url("img/stars6.png");
	background-repeat:repeat-y;
	background-size:100% auto;
	background-position:center top;
}
#stars7 {
	background-image:url("img/stars7.png");
	background-repeat:repeat-y;
	background-size:100% auto;
	background-position:center top;
}
#candles-left {
	position:absolute;
	bottom:-1%;
	left:-8%;
	width:30%;
	height:80vh;
	background-image:url("img/wax-left.svg");
	background-repeat:no-repeat;
	background-size:100% auto;
	background-position:center bottom;
}
#candles-right {
	position:absolute;
	bottom:-1%;
	right:-8%;
	width:30%;
	height:80vh;
	background-image:url("img/wax-right.svg");
	background-repeat:no-repeat;
	background-size:100% auto;
	background-position:center bottom;
}
.candle {
	position:absolute;
	left:23%;
	bottom:30px;
	width:26%;
	height:90%;
	border-bottom-right-radius:33% 20px;
	border-bottom-left-radius:33% 20px;
}
#candle1{
	background: #ffcc71; 
    background: -moz-linear-gradient(top, #ffcc71 0%, #db6c56 46%, #c19036 84%, #a16e30 100%); 
    background: -webkit-linear-gradient(top, #ffcc71 0%,#db6c56 46%,#c19036 84%,#a16e30 100%); 
    background: linear-gradient(to bottom, #ffcc71 0%,#db6c56 46%,#c19036 84%,#a16e30 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcc71', endColorstr='#a16e30',GradientType=0 ); 
}
#candle1::after {
	content:"";
	position:absolute;
	top:-15px;
	left:0;
	width:100%;
	height:30px;
	border-radius:50% 50%;
	background: #996500; 
    background: -moz-radial-gradient(center 99%, ellipse cover, #996500 0%, #b26200 13%, #b26200 13%, #f7931e 100%); 
    background: -webkit-radial-gradient(center 99%, ellipse cover, #996500 0%,#b26200 13%,#b26200 13%,#f7931e 100%); 
    background: radial-gradient(ellipse at center 99%, #996500 0%,#b26200 13%,#b26200 13%,#f7931e 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#996500', endColorstr='#f7931e',GradientType=1 ); 	
}
#candle1::before,
#candle2::before,
#candle3::before,
#candle4::before,
#candle5::before {
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:url("img/Gradient-Fill-1.png");
	background-position:center bottom;
	background-size:auto 100%;
	border-bottom-right-radius:33% 20px;
	border-bottom-left-radius:33% 20px;
	mix-blend-mode:overlay;
	opacity:.4;
}
#candle2 {
	bottom:12px;
	left:40%;
	height:70%;
	background: #ff2955; /* Old browsers */
background: -moz-linear-gradient(top, #ff2955 0%, #db6c56 43%, #e99600 76%, #704516 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ff2955 0%,#db6c56 43%,#e99600 76%,#704516 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ff2955 0%,#db6c56 43%,#e99600 76%,#704516 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff2955', endColorstr='#704516',GradientType=0 ); /* IE6-9 */
z-index:2;
}
#candle2::after {
	content:"";
	position:absolute;
	top:-15px;
	left:0;
	width:100%;
	height:30px;
	border-radius:50% 50%;
	background:#c1272d;
}

#candle3 {
	bottom:18px;
	left:25%;
	height:40%;
	width:34%;
	background: #ffcc71; /* Old browsers */
background: -moz-linear-gradient(top, #ffcc71 0%, #db6c56 46%, #c19036 84%, #a16e30 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ffcc71 0%,#db6c56 46%,#c19036 84%,#a16e30 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ffcc71 0%,#db6c56 46%,#c19036 84%,#a16e30 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcc71', endColorstr='#a16e30',GradientType=0 ); /* IE6-9 */

	z-index:3;
}
#candle3::after {
	content:"";
	position:absolute;
	top:-15px;
	left:0;
	width:100%;
	height:30px;
	border-radius:50% 50%;
	background:#f7931e;
	background: -moz-radial-gradient(center 99%, ellipse cover, #996500 0%, #b26200 13%, #b26200 13%, #f7931e 100%); 
    background: -webkit-radial-gradient(center 99%, ellipse cover, #996500 0%,#b26200 13%,#b26200 13%,#f7931e 100%); 
    background: radial-gradient(ellipse at center 99%, #996500 0%,#b26200 13%,#b26200 13%,#f7931e 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#996500', endColorstr='#f7931e',GradientType=1 );
}
#candle4 {	
	bottom:34px;
	right:22%;
	left:auto;
	height:60%;
	width:23%;
	background: #ffcc71; /* Old browsers */
background: -moz-linear-gradient(top, #dea369 0%, #db6c56 46%, #9b6606 94%, #b77d2a 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #dea369 0%,#db6c56 46%,#9b6606 94%,#b77d2a 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #dea369 0%,#db6c56 46%,#9b6606 94%,#b77d2a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dea369', endColorstr='#b77d2a',GradientType=0 ); /* IE6-9 */
	z-index:1;
}
#candle4::after {
	content:"";
	position:absolute;
	top:-15px;
	left:0;
	width:100%;
	height:30px;
	border-radius:50% 50%;
	background:#f7931e;
	background: -moz-radial-gradient(center 99%, ellipse cover, #996500 0%, #b26200 13%, #b26200 13%, #f7931e 100%); 
    background: -webkit-radial-gradient(center 99%, ellipse cover, #996500 0%,#b26200 13%,#b26200 13%,#f7931e 100%); 
    background: radial-gradient(ellipse at center 99%, #996500 0%,#b26200 13%,#b26200 13%,#f7931e 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#996500', endColorstr='#f7931e',GradientType=1 );
}
#candle5 {	
	left:32%;
	height:67%;
	background: #ff2955; /* Old browsers */
background: -moz-linear-gradient(top, #ff2955 0%, #db6c56 43%, #e99600 76%, #704516 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ff2955 0%,#db6c56 43%,#e99600 76%,#704516 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ff2955 0%,#db6c56 43%,#e99600 76%,#704516 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff2955', endColorstr='#704516',GradientType=0 ); /* IE6-9 */
	z-index:0;
}
#candle5::after {
	content:"";
	position:absolute;
	top:-15px;
	left:0;
	width:100%;
	height:30px;
	border-radius:50% 50%;
	background:#c1272d;
}
#ring1,
#ringstars,
#inner,
#outer,
#midring,
#ball,
#feet,
#moon {
	position:absolute;
	top:50%;	
	width:100%;
	height:auto;	
	left:50%;	
	-webkit-transform:translate(-50%, -50%);
        -ms-transform:translate(-50%, -50%);
            transform:translate(-50%, -50%);
	-webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
  
#ring1.active,
#ringstars.active,
#inner.active,
#outer.active,
#midring.active,
#ball.active,
#feet.active,
#moon.active {
	width:320%;
	height:auto;
	-webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
#checkout {
	position:relative;
	float:left;
	clear:both;
	width:100%;
	height:auto;
	min-height:100vh;
	z-index:40000;
}

.datetime {
	position:relative;
	width:54%;
	height:auto;
}

/*#mmwords2 {
	position:absolute;
	left:10%;
	width:80%;
	height:auto;	
	top:-1000px;
	z-index:10;	
}

.no-js #mmwords2 {
	top:50%;	
	-webkit-transform:translatey(-50%);
        -ms-transform:translatey(-50%);
            transform:translatey(-50%);
}*/
.sale #mmwords {
	position:relative;
	float:left;
	clear:both;
	left:20%;
	width:60%;
	margin-top:20px;
	height:auto;	
	z-index:10;	
}
#mmwords2 {
	position:absolute;
	left:10%;
	width:80%;
	height:auto;	
	top:50%;	
	-webkit-transform:translatey(-50%);
        -ms-transform:translatey(-50%);
            transform:translatey(-50%);
	z-index:10;	
}


#ringstars {
	z-index:3;
}
#ring1 {
	z-index:2;
}
#inner,
#outer,
#midring,
#moon {
	z-index:5;	
}
#moon {
	mix-blend-mode: overlay;
	
}
#ball {	 
	z-index:6;	
}
#feet {
	z-index:7;	
}


#tickets {
	position:relative;
	display:inline-block;
	text-align:center;
	font-size:.6rem;
	text-transform:uppercase;
	color:#fff;
	padding:.15rem .75rem;
	margin-top:.5rem;
	border:1px solid #9c772c;
	background: #202f91; 
	border-radius:.15rem;
background: -moz-linear-gradient(top, #202f91 1%, #00aca0 100%); 
background: -webkit-linear-gradient(top, #202f91 1%,#00aca0 100%);
background: linear-gradient(to bottom, #202f91 1%,#00aca0 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#202f91', endColorstr='#00aca0',GradientType=0 ); 
}
#blank,
#content {
	display:block;
	position:relative;	
	width:100%;
	height:auto;
	min-height:100vh;	
	z-index:12;
}

.panel {
  position:relative;
  width:100%;
  max-width: 100%;
  height:auto;
  min-height: 100vh;
  padding:3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content:center;
  align-items:center;
  align-content:center;	
}
.inner {	
	width:66%;	
	height:auto;	
}
.titlepng {
	width:50%;
	height:auto;
}

#music {
	-webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
#eats,
#musicwrap,
#musicwrap2,
#musicwrap3 {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-pack:justify;
	    -ms-flex-pack:justify;
	        justify-content:space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	gap: .5rem;
}

#eats h4 {
	font-family: 'Montserrat', sans-serif;
	font-size:.65rem;
	color:#b0e2f1;
	text-transform:uppercase;
	padding-bottom:.25rem;
}
.third {
	-webkit-box-flex:1;
        -ms-flex:1 1 33%;
            flex:1 1 33%;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;	
	-webkit-box-orient: vertical;	
	-webkit-box-direction: normal;	
	    -ms-flex-direction: column;	
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	row-gap:.5rem;
	text-align:center;
}
#food-pics {
	position:relative;
	float:left;
	clear:both;	
	margin-top:3rem;
	width:100%;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-pack:justify;
	    -ms-flex-pack:justify;
	        justify-content:space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	gap: 20px;
}
#musicwrap,
#musicwrap2,
#musicwrap3 {
	flex:1;
	width:100%;
	margin-top:1rem;
}
#symone {
	flex:1;
	width:100%;
	margin-top:2rem;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;	
	-webkit-box-orient: horizontal;	
	-webkit-box-direction: normal;	
	    -ms-flex-direction: row;	
	        flex-direction: row;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-column-gap:30px;
	   -moz-column-gap:30px;
	        column-gap:30px;
}
.left {
	flex:1 1 40%;
}
.right {
	flex:1 1 60%;
	text-align:left;
}
#musicwrap .third,
#musicwrap2 .third,
#musicwrap3 .third {
	position:relative;
	display:block;
	border:2px solid #9c772c;
	overflow:hidden;
}
#musicwrap .third img,
#musicwrap .third video,
#musicwrap2 .third img,
#musicwrap2 .third video,
#musicwrap3 .third img {
	display:block;
	position:relative;
	width:100%;
	height:auto;
	z-index:1;
}
#musicwrap .third h2,
#musicwrap2 .third h2,
#musicwrap3 .third h2 {
	position:absolute;
	bottom:5px;
	right:0px;
	text-align:right;
	text-transform:uppercase;
	font-size:.5rem;
	padding:.15rem;
	width:100%;
	background:rgba(0,0,0,.3);
	z-index:2;
}
#andmore {
	position:relative;
	width:100%;
	padding:1rem;
	text-align:center;
	background:rgba(106,47,181,.2);
	border:1px solid #9c772c;
	border-radius:.25rem;
	color:#fff;
	font-weight:400;
	margin-top:1rem;
}
.menu-item {
	-webkit-box-flex:1;
        -ms-flex:1 1 100%;
            flex:1 1 100%;	
	width:100%;
	background:rgba(0,0,0,.2);
	border:1px solid #9c772c;
	border-radius:.25rem;
	padding:.25rem;
}
#menu h3 {
	font-size:.7rem;
	line-height:normal;
	margin-bottom:.8rem;
	color:#b0e2f1;
}
#menu p {
	font-size:.45rem;
	line-height:1;
}
#menu p span {
	font-size:.35rem;
}
.bordered {
	border:1px solid #9c772c;
	border-radius:.25rem;
}
@-moz-keyframes twinkle {
  0%, 100% {opacity:0;}  
  5% {opacity:1;} 
  90% {opacity:1;} 
}
@-webkit-keyframes twinkle {
  0%, 100% {opacity:0;}  
  5% {opacity:1;} 
  90% {opacity:1;} 
}
@keyframes twinkle {
  0%, 100% {opacity:0;}  
  5% {opacity:1;} 
  90% {opacity:1;} 
}

@-moz-keyframes spin-in
{from { -moz-transform: rotate(0deg) }
 to { -moz-transform: rotate(640deg) }  
}
@-webkit-keyframes spin-in
{from { -webkit-transform: rotate(0deg)  }
 to { -webkit-transform: rotate(640deg)  }  
}
@keyframes spin-in
{from { transform: rotate(0deg)  }
 to { transform: rotate(640deg)  }  
}
@-moz-keyframes spin-out
{from { -moz-transform: rotate(0deg) }
 to { -moz-transform: rotate(-640deg) }  
}
@-webkit-keyframes spin-out
{from { -webkit-transform: rotate(0deg)  }
 to { -webkit-transform: rotate(-640deg)  }  
}
@keyframes spin-out
{from { transform: rotate(0deg)  }
 to { transform: rotate(-640deg)  }  
}

#inner img {
    transform-origin: center;    
	-webkit-animation:spin-in 8s linear infinite;
    -moz-animation:spin-in 8s linear infinite;
    animation:spin-in 8s linear infinite;
}
#outer img {
    transform-origin: center;    
	-webkit-animation:spin-out 8s linear infinite;
    -moz-animation:spin-out 8s linear infinite;
    animation:spin-out 8s linear infinite;
}
#midring img {
    transform-origin: center;    
	-webkit-animation:spin-out 600s linear infinite;
    -moz-animation:spin-out 600s linear infinite;
    animation:spin-out 600s linear infinite;
}
#stars1 {
	-webkit-animation: twinkle 4s ease-in 1s infinite;
	   -moz-animation: twinkle 4s ease-in 1s infinite;
            animation: twinkle 4s ease-in 1s infinite;
}
#stars2 {
	-webkit-animation: twinkle 3s ease-in 1s infinite;
	   -moz-animation: twinkle 3s ease-in 1s infinite;
            animation: twinkle 3s ease-in 1s infinite;
}
#stars3 {
	-webkit-animation: twinkle 3s ease-in 3s infinite;
	   -moz-animation: twinkle 3s ease-in 3s infinite;
            animation: twinkle 3s ease-in 3s infinite;
}
#stars4 {
	-webkit-animation: twinkle 5s ease-in 1s infinite;
	   -moz-animation: twinkle 5s ease-in 1s infinite;
            animation: twinkle 5s ease-in 1s infinite;
}
#stars5 {
	-webkit-animation: twinkle 4s ease-in 2s infinite;
	   -moz-animation: twinkle 4s ease-in 2s infinite;
            animation: twinkle 4s ease-in 2s infinite;
}
#stars6 {
	-webkit-animation: twinkle 7s ease-in 1s infinite;
	   -moz-animation: twinkle 7s ease-in 1s infinite;
            animation: twinkle 7s ease-in 1s infinite;
}
#stars7 {
	-webkit-animation: twinkle 4s ease-in 4s infinite;
	   -moz-animation: twinkle 4s ease-in 4s infinite;
            animation: twinkle 4s ease-in 4s infinite;
}
#footer {
	position:relative;
	float:left;
	clear:both;
	width:100%;
	height:auto;
	padding:2rem 0;
	background:rgba(72,40,113,.8);
	border-top:3px solid #9c772c;
}
.gcc {
	width:100px;
	height:auto;
}
footer a {
	color:#b0e2f1;
	text-decoration:none;
}

footer .social {
	position:relative;
	float:none;
	clear:both;
	width:50%;
	margin:1rem 25%;
	height:auto;
	text-align:center;
}
footer  .social a i {
	float:none;	
	border:none;
	color:#b0e2f1;
	font-size:1.2rem;
	margin:0em .25em;
	cursor:pointer;
}




.fire {
  font-size: .6rem;
  filter: blur(0.02em);
  -webkit-filter: blur(0.02em);
  margin: 3em auto 0 auto;
  position: relative;
  width: .75em;
  height: 12em;
  margin-top:-11em;
  z-index:30000;
}
.fire::before {
	content:"";
	position:absolute;
	left:.35em;
	bottom:0.25em;
	width:4px;
	height:.5em;
	background:#222;
	mix-blend-mode:multiply;
}
.particle {
  animation: rise 1s ease-in infinite;
  background-image: radial-gradient(#ff5000 20%, rgba(255, 80, 0, 0) 70%);
  border-radius: 50%;
  mix-blend-mode: screen;
  opacity: 0;
  position: absolute;
  bottom: 0;
  width: 2em;
  height: 3em;
}
.particle:nth-of-type(1) {
  animation-delay: 0.7013782923s;
  left: calc((100% - 2em) * 0);
}
.particle:nth-of-type(2) {
  animation-delay: 0.6330284277s;
  left: calc((100% - 2em) * 0.02);
}
.particle:nth-of-type(3) {
  animation-delay: 0.3208513586s;
  left: calc((100% - 2em) * 0.04);
}
.particle:nth-of-type(4) {
  animation-delay: 0.3673517799s;
  left: calc((100% - 2em) * 0.06);
}
.particle:nth-of-type(5) {
  animation-delay: 0.5339220879s;
  left: calc((100% - 2em) * 0.08);
}
.particle:nth-of-type(6) {
  animation-delay: 0.2839341761s;
  left: calc((100% - 2em) * 0.1);
}
.particle:nth-of-type(7) {
  animation-delay: 0.547616802s;
  left: calc((100% - 2em) * 0.12);
}
.particle:nth-of-type(8) {
  animation-delay: 0.856080476s;
  left: calc((100% - 2em) * 0.14);
}
.particle:nth-of-type(9) {
  animation-delay: 0.9013418576s;
  left: calc((100% - 2em) * 0.16);
}
.particle:nth-of-type(10) {
  animation-delay: 0.3309684308s;
  left: calc((100% - 2em) * 0.18);
}
.particle:nth-of-type(11) {
  animation-delay: 0.0043018184s;
  left: calc((100% - 2em) * 0.2);
}
.particle:nth-of-type(12) {
  animation-delay: 0.4819273304s;
  left: calc((100% - 2em) * 0.22);
}
.particle:nth-of-type(13) {
  animation-delay: 0.4345975937s;
  left: calc((100% - 2em) * 0.24);
}
.particle:nth-of-type(14) {
  animation-delay: 0.7556303246s;
  left: calc((100% - 2em) * 0.26);
}
.particle:nth-of-type(15) {
  animation-delay: 0.7294802194s;
  left: calc((100% - 2em) * 0.28);
}
.particle:nth-of-type(16) {
  animation-delay: 0.5238804665s;
  left: calc((100% - 2em) * 0.3);
}
.particle:nth-of-type(17) {
  animation-delay: 0.424142937s;
  left: calc((100% - 2em) * 0.32);
}
.particle:nth-of-type(18) {
  animation-delay: 0.4597662036s;
  left: calc((100% - 2em) * 0.34);
}
.particle:nth-of-type(19) {
  animation-delay: 0.2162653816s;
  left: calc((100% - 2em) * 0.36);
}
.particle:nth-of-type(20) {
  animation-delay: 0.9666461535s;
  left: calc((100% - 2em) * 0.38);
}
.particle:nth-of-type(21) {
  animation-delay: 0.6883075713s;
  left: calc((100% - 2em) * 0.4);
}
.particle:nth-of-type(22) {
  animation-delay: 0.4847139582s;
  left: calc((100% - 2em) * 0.42);
}
.particle:nth-of-type(23) {
  animation-delay: 0.4447045761s;
  left: calc((100% - 2em) * 0.44);
}
.particle:nth-of-type(24) {
  animation-delay: 0.6268125327s;
  left: calc((100% - 2em) * 0.46);
}
.particle:nth-of-type(25) {
  animation-delay: 0.51314957s;
  left: calc((100% - 2em) * 0.48);
}
.particle:nth-of-type(26) {
  animation-delay: 0.7162611793s;
  left: calc((100% - 2em) * 0.5);
}
.particle:nth-of-type(27) {
  animation-delay: 0.5558988507s;
  left: calc((100% - 2em) * 0.52);
}
.particle:nth-of-type(28) {
  animation-delay: 0.0646169758s;
  left: calc((100% - 2em) * 0.54);
}
.particle:nth-of-type(29) {
  animation-delay: 0.9206903798s;
  left: calc((100% - 2em) * 0.56);
}
.particle:nth-of-type(30) {
  animation-delay: 0.0830896297s;
  left: calc((100% - 2em) * 0.58);
}
.particle:nth-of-type(31) {
  animation-delay: 0.6529801745s;
  left: calc((100% - 2em) * 0.6);
}
.particle:nth-of-type(32) {
  animation-delay: 0.3415224002s;
  left: calc((100% - 2em) * 0.62);
}
.particle:nth-of-type(33) {
  animation-delay: 0.215060307s;
  left: calc((100% - 2em) * 0.64);
}
.particle:nth-of-type(34) {
  animation-delay: 0.9569355769s;
  left: calc((100% - 2em) * 0.66);
}
.particle:nth-of-type(35) {
  animation-delay: 0.6549437434s;
  left: calc((100% - 2em) * 0.68);
}
.particle:nth-of-type(36) {
  animation-delay: 0.1861610613s;
  left: calc((100% - 2em) * 0.7);
}
.particle:nth-of-type(37) {
  animation-delay: 0.4582587885s;
  left: calc((100% - 2em) * 0.72);
}
.particle:nth-of-type(38) {
  animation-delay: 0.580088403s;
  left: calc((100% - 2em) * 0.74);
}
.particle:nth-of-type(39) {
  animation-delay: 0.7703653572s;
  left: calc((100% - 2em) * 0.76);
}
.particle:nth-of-type(40) {
  animation-delay: 0.2906593517s;
  left: calc((100% - 2em) * 0.78);
}
.particle:nth-of-type(41) {
  animation-delay: 0.1206535211s;
  left: calc((100% - 2em) * 0.8);
}
.particle:nth-of-type(42) {
  animation-delay: 0.8332062269s;
  left: calc((100% - 2em) * 0.82);
}
.particle:nth-of-type(43) {
  animation-delay: 0.9964728618s;
  left: calc((100% - 2em) * 0.84);
}
.particle:nth-of-type(44) {
  animation-delay: 0.7690971189s;
  left: calc((100% - 2em) * 0.86);
}
.particle:nth-of-type(45) {
  animation-delay: 0.3775754101s;
  left: calc((100% - 2em) * 0.88);
}
.particle:nth-of-type(46) {
  animation-delay: 0.1460779758s;
  left: calc((100% - 2em) * 0.9);
}
.particle:nth-of-type(47) {
  animation-delay: 0.6361219417s;
  left: calc((100% - 2em) * 0.92);
}
.particle:nth-of-type(48) {
  animation-delay: 0.6806553931s;
  left: calc((100% - 2em) * 0.94);
}
.particle:nth-of-type(49) {
  animation-delay: 0.0816539263s;
  left: calc((100% - 2em) * 0.96);
}
.particle:nth-of-type(50) {
  animation-delay: 0.0046809517s;
  left: calc((100% - 2em) * 0.98);
}

@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(0) scale(1);
  }
  25% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translateY(-10em) scale(0);
  }
}
#donors {	
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;	
	-webkit-box-orient: vertical;	
	-webkit-box-direction: normal;	
	    -ms-flex-direction: column;	
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	row-gap:3rem;
}
#diamonds,
#rubies,
#emeralds,
#sapphires,
#donors .full {
	flex:1;
	width:100%;
}

.sponsor-wrap {
	/*position:relative;
	float:left;
	clear:both;*/
	width:100%;
	text-align:center;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-pack:center;
	    -ms-flex-pack:center;
	        justify-content:center;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap:wrap;
	    flex-wrap:wrap;
	gap: 20px;	
	margin-top:1rem;
}
.sponsor {
	position:relative;
	-webkit-box-flex:0;
        -ms-flex:0 1 15%;
            flex:0 1 15%;
	aspect-ratio:1/1;
	min-width:15%;
	max-width:180px;	
	background: -webkit-gradient(linear, left bottom, left top, from(#795f26), to(#aa9570));
    background: -o-linear-gradient(bottom, #795f26, #aa9570);
    background: linear-gradient(0deg, #795f26, #aa9570);
	padding:5px;
}
#emeralds .sponsor {
	-webkit-box-flex:0;
        -ms-flex:0 1 14%;
            flex:0 1 14%;
	aspect-ratio:1/1;
	min-width:12%;
	max-width:160px;
}
#sapphires .sponsor-wrap {	
	gap: 20px;	
}
#sapphires .sponsor {
	-webkit-box-flex:0;
        -ms-flex:0 1 9%;
            flex:0 1 9%;
	aspect-ratio:1/1;
	min-width:10%;
	max-width:150px;
}
#diamonds .sponsor::before{
    content: '';
    position: absolute;
    left: -2px;
    top: -2px;
	background: -o-linear-gradient(45deg, #ccdbe2 0%, #b6c4d6 20%, #8fa3bf 40%, #bed6d5 60%, #b4afd3 80%, #ccdbe2 100%);
    background: linear-gradient(45deg, #ccdbe2 0%, #b6c4d6 20%, #8fa3bf 40%, #bed6d5 60%, #b4afd3 80%, #ccdbe2 100%);
    background-size: 400%;
    width: calc(100% + 5px);
    height: calc(100% + 5px);
    z-index: -1;
    -webkit-animation: glower 60s linear infinite;
            animation: glower 60s linear infinite;
}
#rubies .sponsor::before {
content: '';
  position: absolute;
  left: -2px;
  top: -2px;
  background: -o-linear-gradient(45deg, #a11e21 0%, #c93c00 20%, #9b0727 40%, #b72a5b 60%, #c90d00 80%, #a11e21 100%);
  background: linear-gradient(45deg, #a11e21 0%, #c93c00 20%, #9b0727 40%, #b72a5b 60%, #c90d00 80%, #a11e21 100%);
  background-size: 400%;
  width: calc(100% + 5px);
  height: calc(100% + 5px);
  z-index: -1;  
  -webkit-animation: glower 60s linear infinite;
            animation: glower 60s linear infinite;
}
#emeralds .sponsor::before {
content: '';
  position: absolute;
  left: -2px;
  top: -2px;
  background: -o-linear-gradient(45deg, rgb(180,221,180) 0%,rgb(131,199,131) 0%,rgb(82,177,82) 13%,rgb(0,138,0) 37%,rgb(0,87,0) 58%,rgb(0,138,0) 100%);
  background: linear-gradient(45deg,rgb(180,221,180) 0%,rgb(131,199,131) 0%,rgb(82,177,82) 13%,rgb(0,138,0) 37%,rgb(0,87,0) 58%,rgb(0,138,0) 100%);
  background-size: 400%;
  width: calc(100% + 5px);
  height: calc(100% + 5px);
  z-index: -1;  
  -webkit-animation: glower 60s linear infinite;
            animation: glower 60s linear infinite;
}
#sapphires .sponsor::before {
content: '';
  position: absolute;
  left: -2px;
  top: -2px;
  background: -o-linear-gradient(45deg, #1e1b8e 0%,#0051c4 20%,#06467a 40%,#3a1a72 60%,#4400ba 81%,#1e1b8e 100%);
  background: linear-gradient(45deg, #1e1b8e 0%,#0051c4 20%,#06467a 40%,#3a1a72 60%,#4400ba 81%,#1e1b8e 100%);
  background-size: 400%;
  width: calc(100% + 5px);
  height: calc(100% + 5px);
  z-index: -1;  
  -webkit-animation: glower 60s linear infinite;
            animation: glower 60s linear infinite;
}
.sponsor::after{
  content: '';
  position: absolute;
  left: -2px;
  top: -2px;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: -2;
  filter: blur(.25rem);
  opacity:.5;
}
 
.sponsor a {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:block;
}
.sponsor img {
	position:absolute;
	top:50%;
	left:5px;
	width:calc(100% - 10px);
	height:auto;
	-webkit-transform:translateY(-50%);
        -ms-transform:translateY(-50%);
            transform:translateY(-50%);
}
.level {
	width:100%;
}
#sponsors .titlepng {
	width:76%;
	margin:0 12%;
}
#moon,
nav,
#castle,
#ball,
#feet,
#table,
#candles-left,
#candles-right {
	opacity:0;
}
.no-js #candles-left,
.no-js #candles-right,
.no-js #table,
.no-js #ball,
.no-js #feet {
	display:none;
}
.no-js #invite,
.no-js nav,
.no-js #infobtn {
	opacity:1;
}
.no-js #castle {
	opacity:.25;
}
.no-js #blank {
	display:none;
}
.no-js #mmwords2 {
	top:30px;
	width:46%;
	left:27%;
	-webkit-transform:translateY(0%);
        -ms-transform:translateY(0%);
            transform:translateY(0%);
}
.no-js #ring1,
.no-js #ringstars,
.no-js #inner,
.no-js #outer,
.no-js #midring,
.no-js #ball,
.no-js #feet,
.no-js #moon {
	width:320%;
	height:auto;
	-webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}




@media screen and (max-width: 1280px) and (orientation: landscape){ 
#glowy {
	position:absolute;
	top:5%;
	left:5%;
	height:90%;
	width:90%;
	aspect-ratio:16/9;
}
  
#candles-left {
	left:-8%;
	width:35%;
}
#candles-right {
	right:-8%;
	width:35%;
}
.candle {
	height:70%;
}
#candle2 {
	height:50%;
}
#candle3 {
	height:35%;
	width:34%;
}
#candle4 {	
	height:45%;
	width:23%;
}
#candle5 {
	height:47%;
}
#table {
	height:34%;
}

}
@media screen and (max-width: 1000px) and (orientation: landscape){  
.inner {	
	width:76%;	
}

	
}
@media screen and (orientation: portrait){ 
.panel {
  min-height: initial;
  height:auto;
  padding:6rem 0rem; 
}
.inner {	
	width:88%;	
}
#food-pics {	
	margin-top:3rem;
}
#mmwords2 {
	position:absolute;
	left:-5%;
	width:110%;
	height:auto;	
	top:10%;	
	-webkit-transform:translatey(0%);
        -ms-transform:translatey(0%);
            transform:translatey(0%);
	z-index:10;	
}
#table {
	height:38%;
}
#candles-left {
	left:-15%;
	width:50%;
}
#candles-right {
	right:-15%;
	width:50%;
}
.candle {
	height:54%;
}
#candle2 {
	height:39%;
	left:42%;
	width:28%;
}
#candle3 {
	height:35%;
	width:34%;
}
#candle4 {	
	height:45%;
	width:23%;
}
#candle5 {
	height:47%;
}
#glowy {
	position:absolute;
	top:0;
	left:-20%;
	height:100%;
	width:140%;
}
#ring1,
#ringstars,
#inner,
#outer,
#midring,
#ball,
#feet,
#moon {
	position:absolute;
	left:0;
	top:50%;
	width:100%;
	height:auto;	
	-webkit-transform:translatey(-50%);
        -ms-transform:translatey(-50%);
            transform:translatey(-50%);
}
#ring1 img,
#ringstars img,
#inner img,
#outer img,
#midring img,
#ball img,
#feet img,
#moon img {
	width:100%;
	height:auto;
	max-width:100%;
	max-height:100%;
}
nav {
	padding:1rem 0rem;
	gap: 1rem;
}
nav a {
	padding:.35rem;
	font-size:.5rem;
}	
}
@media screen and (max-width: 600px) {
	body {
	font-size: .8rem;	
}
	.inner {	
	width:88%;	
}
#eats,
#musicwrap,
#musicwrap2,
#musicwrap3 {
	-webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
	gap:20px;
}
.third {
	 -webkit-box-flex:0;
        -ms-flex:0 0 100%;
            flex:0 0 100%;
	min-width:100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;	
	-webkit-box-orient: vertical;	
	-webkit-box-direction: normal;	
	    -ms-flex-direction: column;	
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap:20px;
	text-align:center;
}	
.menu-item {
	padding:1rem;
}
.titlepng {
	width:74%;
	height:auto;
}
#menu h3 {
	font-size:1rem;
}
#menu p {
	font-size:.7rem;
	line-height:1.2;
}
#menu p span {
	font-size:.5rem;
}
#eats h4 {
	font-size:1.25rem;
	padding-bottom:.75rem;
}
#musicwrap .third h2,
#musicwrap2 .third h2,
#musicwrap3 .third h2 {
	font-size:1rem;
	padding:.5rem;
}
.level {
	width:88%;
	margin:0 6%;	
}
hr {
	width:100%;
	margin:1rem 0%;
}
.sale #mmwords {
	position:relative;
	float:left;
	clear:both;
	left:5%;
	width:90%;
	padding-top:20px;
	height:auto;	
	z-index:10;	
}
}
