@charset "utf-8";


/* INTRO / SPLASH */

#intro {position:fixed; width:100%; height:100%; min-width:100%; min-height:100%; background:#FDB514; margin:0; padding:0; text-align:center; }
#intro a {display:block; width:100%; height:100%;}
#intro .logo {position:absolute; width:100%; top:40%; transform:translate(0, -50%);}
#intro .logo img {width:360px;}
#intro .loader {position:absolute; z-index:96321; left:50%; top:70%; margin:0 0 0 -20px;}
#intro .copy {position:fixed; z-index:90; bottom:6%; width:100%; color:#ae7b0b; font-size:1.0em; font-weight:600; letter-spacing:1px;}

@media screen and (max-width:720px) {
#intro .logo img {width:224px;}
}

@media screen and (max-width:360px) {
#intro .logo img {width:198px;}
}


