@import"https://fonts.googleapis.com/css2?family=Quicksand:wght@300&family=Underdog&display=swap";:root{--headingFont: "Underdog", cursive;--bodyFont: "Quicksand", sans-serif}@media (max-width: 768px){nav{padding:10px 20px;height:70px}nav .logo img{height:50px}nav>ul{float:none;display:flex;justify-content:center;gap:.5rem;padding-top:.25rem}nav>ul>li>a{line-height:40px;padding:5px 10px;font-size:.8rem}nav.black{height:70px;padding:10px 20px}nav.black>ul>li>a{line-height:40px}main{width:95vw;max-width:95%;padding-top:80px}}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:1.25rem;color:#faebd7;padding-bottom:6.25rem}main{padding-top:2.604vw;width:80vw;max-width:90%;margin:auto}h1,h2,h3,a{font-family:var(--headingFont);color:#faebd7}p{font-family:var(--bodyFont);font-size:1.2rem;color:#faebd7}a{color:#8d1014}a:hover{color:#ce272d}html{background:#141416}footer{position:fixed;height:6.5rem;bottom:0rem;left:0rem;right:0rem;margin-bottom:0rem;text-align:center;background:#0d0d0d}footer a{margin-right:1rem}footer h3{padding-bottom:-2rem}nav{width:100%;position:fixed;top:0;left:0;height:100px;padding:10px 100px;box-sizing:border-box;transition:.5s}nav.black{background:#0009;height:80px;padding:10px 50px}nav .logo{float:left}nav .logo img{height:80px;transition:.5s}nav.black .logo img{height:60px}nav>ul{margin:0 auto;padding:0;float:right}nav>ul>li{list-style:none;display:inline-block}nav>ul>li>a:hover{background:#ce272d;color:#fff}nav>ul>li>a{color:#8d1014;text-decoration:none;text-transform:uppercase;line-height:80px;padding:5px 20px;transition:.5s}nav.black>ul>li>a{color:#fff;line-height:60px}img[data-astro-cid-kh7btl4r][data-astro-cid-kh7btl4r]{width:15.625vw;display:block;margin:0;border-radius:50%;outline:4px ridge #ce272d;box-shadow:0 0 106px 16px #ce272c13}#intro-overlay{position:fixed;inset:0;z-index:1000;background:#0a0a0a;display:flex;align-items:center;justify-content:center;transition:opacity .8s ease,visibility .8s ease}#intro-overlay.hidden{opacity:0;visibility:hidden;pointer-events:none}#intro-content{display:flex;flex-direction:column;align-items:center;gap:3rem}#intro-name{display:flex;flex-direction:column;align-items:center;gap:.25rem}#intro-name .line{display:block;font-size:clamp(4rem,12vw,9rem);color:#e8e0d0;line-height:1;opacity:0;transform:translateY(30px);animation:revealLine 1s cubic-bezier(.16,1,.3,1) forwards}#intro-name .line:nth-child(1){animation-delay:.2s}#intro-name .line:nth-child(2){animation-delay:.5s}@keyframes revealLine{to{opacity:1;transform:translateY(0)}}#intro-name:after{content:"";display:block;width:0;height:1px;background:#781a1a;margin-top:1.25rem;animation:expandLine .8s cubic-bezier(.16,1,.3,1) .9s forwards}@keyframes expandLine{to{width:100%}}#enter-btn{opacity:0;font-size:.85rem;color:#e8e0d0;background:transparent;border:1px solid rgb(120,26,26);padding:.75rem 2.5rem;cursor:pointer;transition:background .3s ease,color .3s ease;animation:fadeInBtn .6s ease 1.5s forwards}#enter-btn:hover{background:#781a1a;color:#e8e0d0}@keyframes fadeInBtn{to{opacity:1}}#main-site{opacity:0;visibility:hidden;transition:opacity .8s ease,visibility .8s ease}#main-site.visible{opacity:1;visibility:visible}.cards{display:flex;flex-flow:column wrap;align-content:space-between;height:56.25rem;padding:4rem;margin-right:auto;max-width:100%;overflow-x:hidden}.card-item{position:relative;display:inline-block}.cards img{margin:.625rem;border:2px solid rgb(120,26,26);box-shadow:3px 3px 8px #0000004d;max-width:10vw}.card-item:hover:after{opacity:1}.card-item:after{font-size:.9rem;inset:0;content:attr(data-name) "\a" attr(data-desc);white-space:pre;position:absolute;inset:.625rem;background:#0a0a0ad9;color:#e8e0d0;display:flex;align-items:center;justify-content:center;text-align:center;padding:.5rem;opacity:0;transition:opacity .3s ease;font-size:.7rem;border:1px solid rgb(120,26,26)}@media (max-width: 775px){img#Logo{height:50px}.cards{display:grid;grid-template-columns:1fr;height:auto;padding:5rem 1rem 1rem;width:80vw;margin:0 auto}.cards .card-item{width:100%}.cards .card-item img{width:100%;max-width:100%}}#hamburger[data-astro-cid-pux6a34n]{display:none}@media (max-width: 775px){nav[data-astro-cid-pux6a34n]{display:flex;align-items:center;justify-content:space-between;padding:10px 20px;position:fixed;top:0;left:0;right:0;z-index:999}#hamburger[data-astro-cid-pux6a34n]{display:flex;flex-direction:column;justify-content:space-between;width:28px;height:20px;background:transparent;border:none;cursor:pointer;padding:0;z-index:1001}#hamburger[data-astro-cid-pux6a34n] span[data-astro-cid-pux6a34n]{display:block;width:100%;height:2px;background:#e8e0d0;transition:transform .3s ease,opacity .3s ease}#hamburger[data-astro-cid-pux6a34n].open span[data-astro-cid-pux6a34n]:nth-child(1){transform:translateY(9px) rotate(45deg)}#hamburger[data-astro-cid-pux6a34n].open span[data-astro-cid-pux6a34n]:nth-child(2){opacity:0}#hamburger[data-astro-cid-pux6a34n].open span[data-astro-cid-pux6a34n]:nth-child(3){transform:translateY(-9px) rotate(-45deg)}#nav-links[data-astro-cid-pux6a34n]{display:none;flex-direction:column;align-items:center;gap:1.5rem;position:fixed;inset:0;background:#0a0a0af7;justify-content:center;z-index:1000;margin:0;padding:0}#nav-links[data-astro-cid-pux6a34n].open{display:flex}#nav-links[data-astro-cid-pux6a34n] li[data-astro-cid-pux6a34n]{list-style:none}#nav-links[data-astro-cid-pux6a34n] li[data-astro-cid-pux6a34n] a[data-astro-cid-pux6a34n]{font-size:1.5rem;line-height:normal;padding:.5rem 1rem}}
