@charset "UTF-8";
/* CSS Document for Lanterns of Light */
/* Prepared by Heather Dunaway Smith */
/* hello@dunawaysmith.com */


/* ______________________________ GLOBAL ________________________________*/
* { margin: 0; padding: 0; }
img {border: none; max-width: 100%; height: auto; width: auto\9; /* ie8 */}
body {font-family: marvelregular, Arial, sans-serif;  color: #FFF; background-color: #000; }
#spline {position:fixed;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
}
section {text-align: center; width: 100%; padding: 10% 0px 30% 0px;}
header {  position: fixed; top: 0; width:100%; height: 40px; background-color: #333333; color: #FFF; z-index:20000; text-align: left;}
footer{color: #221F1F; font-size: 14px;  text-align: left; z-index:20000;}
.container {position: relative; max-width: 75vw; margin:0px auto; padding:0px; }

a:link, a:visited: {color: #000;}