@import url(https://fonts.googleapis.com/css2?family=MedievalSharp&display=swap);#app{font-family:MedievalSharp,cursive;font-weight:700;text-align:center;position:relative;overflow:hidden}body{margin:0}.view{display:flex;flex-direction:column;align-items:center;justify-content:center}#crusader-games{width:100%;height:100vh;display:grid;grid-template-columns:0 2rem 1fr;grid-template-rows:auto 1fr 0;grid-template-areas:"header header header" "nav main main" "footer footer footer"}#main-content{grid-area:main;overflow:hidden}#app-header{grid-area:header;display:flex;justify-content:center;align-items:center}#app-footer{grid-area:footer}#nav{grid-area:nav}@media only screen and (max-width:768px){#app-footer{grid-area:footer;display:none}}@media only screen and (min-width:768px){#crusader-games{width:100%;height:100vh;display:grid;grid-template-columns:auto 2rem 1fr;grid-template-rows:auto 1fr min-content;grid-template-areas:"header header header" "nav main main" "footer footer footer"}}@media only screen and (min-width:992px){#crusader-games{width:100%;height:100vh;display:grid;grid-template-columns:auto 2rem 1fr;grid-template-rows:auto 1fr min-content;grid-template-areas:"header header header" "nav main main" "footer footer footer"}}.box[data-v-6f82b59b]{width:100%;height:100%;position:absolute;top:0;left:0}.overlay[data-v-6f82b59b]{z-index:9;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#000;opacity:.8}.slowFade[data-v-6f82b59b]{display:flex;align-items:flex-start;background:#fff;height:100vh;overflow:hidden;position:relative;width:100%}.slowFade .slide img[data-v-6f82b59b]{position:absolute;min-width:100%;min-height:100%;height:100%;background:#000;backface-visibility:hidden;opacity:0;transform:scale(1.5) rotate(15deg);animation:slowFade-6f82b59b 32s infinite}.slowFade .slide:nth-child(3) img[data-v-6f82b59b]{animation-delay:8s}.slowFade .slide:nth-child(2) img[data-v-6f82b59b]{animation-delay:16s}.slowFade .slide:first-child img[data-v-6f82b59b]{animation-delay:24s}@keyframes slowFade-6f82b59b{25%{opacity:1;transform:scale(1) rotate(0)}40%{opacity:0}}.view[data-v-6f82b59b]{background-attachment:fixed;background-repeat:no-repeat;height:100%;border-bottom:3px ridge #802d02;background-size:cover;display:flex;justify-content:center}.container[data-v-6f82b59b]{display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:hsla(0,0%,7%,.8);width:50%;max-width:450px;box-shadow:3px 3px 10px #802d02}h1[data-v-6f82b59b],h2[data-v-6f82b59b],ol[data-v-6f82b59b],p[data-v-6f82b59b]{color:#fff}p[data-v-6f82b59b]{font-size:20px;margin-top:0}ol[data-v-6f82b59b]{display:flex;flex-direction:column;align-items:baseline}