@import"https://fonts.googleapis.com/css2?family=Lacquer&family=Montserrat&family=PT+Sans&display=swap";#root{min-height:100%}.navbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;color:var(--fg-dark);background:var(--bg-dark);border-radius:20px;padding:1rem}.navbar-fixed{position:fixed;top:10px;left:10px;right:10px;z-index:100}.nav-item{margin:0 1rem;border-radius:10px;transition:background-color .3s ease}.nav-item a,.nav-item a:visited{padding:.5rem 1rem;color:var(--fg-dark);text-decoration:none;display:inline-block}.nav-button{background-color:var(--primary);color:var(--fg-light);border:none;padding:.5rem 1rem;border-radius:10px;cursor:pointer;transition:background-color .3s ease;margin:0}.persistCheck{margin-top:10px}.home-full-page{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;background-color:#fdf690}.home-full-page h1{padding:1rem}.item-bg-image{height:220px;background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:var(--border-radius)}.item-wrapper{text-align:center;padding:14px 15px;background-color:#fff;border-radius:var(--border-radius);color:var(--fg-light);display:flex;flex-direction:column}.item-title{margin:10px 0}.gear-share-hero{display:flex;flex-direction:column;min-height:70vh;justify-content:center}.gear-share-hero h1{padding-top:3rem}:root{--primary: #fdf690;--fg-dark: #eee;--bg-dark: #333;--fg-light: #333;--bg-light: #fbfbfb;--font-family: "PT Sans", sans-serif;--font-size: 16px;--line-height: 1.5;--heading-font: "Montserrat", sans-serif;--fun-font: "Lacquer", sans-serif;--font-size-sm: .875rem;--line-height-sm: 1.25rem;--sm: 640px;--md: 768px;--lg: 1024px;--xl: 1280px;--2xl: 1536px;--border-radius: 20px}body{min-height:100%}h1{font-family:var(--heading-font);font-size:3.2em;line-height:1.1}h2{font-family:var(--heading-font);font-size:2.25em;line-height:1.1}h3{font-family:var(--heading-font);font-size:1.5em;line-height:1.1}h4{font-family:var(--heading-font);font-size:1.25em;line-height:1.1}h5{font-family:var(--heading-font);font-size:1em;line-height:1.1}.subtitle{font-family:var(--fun-font);font-size:var(--font-size-sm);line-height:var(--line-height-sm);color:#333}*{margin:0;padding:0;box-sizing:border-box}html{font-family:PT Sans,sans-serif;font-size:16px;color:var(--fg-dark)}body{min-height:100vh;background-color:var(--bg-dark)}section{margin:0 auto}section.sm{max-width:var(--sm)}section.md{max-width:var(--md)}section.lg{max-width:var(--lg)}section.xl{max-width:var(--xl)}section.xxl{max-width:var(--2xl)}form{display:flex;flex-direction:column;justify-content:space-evenly;flex-grow:1}.instructions{font-size:.75rem;border-radius:.5rem;background:#000;color:#fff;padding:.25rem;position:relative;bottom:-10px}.instructions>svg{margin-right:.25rem}.offscreen{position:absolute;left:-9999px}.hide{display:none}.valid{color:#32cd32;margin-left:.25rem}.invalid{color:red;margin-left:.25rem}.errMsg{background-color:#ffb6c1;color:#b22222;font-weight:700;padding:.5rem;margin-bottom:.5rem}.line{display:inline-block}.strong{font-weight:700}ul{list-style-type:none;padding:0;margin:0}.text-xs{font-size:.75rem;line-height:1rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1}.text-6xl{font-size:3.75rem;line-height:1}.text-7xl{font-size:4.5rem;line-height:1}.text-8xl{font-size:6rem;line-height:1}.text-9xl{font-size:8rem;line-height:1}.text-fun{font-family:var(--fun-font)}.text-dark{color:var(--fg-dark)}.text-light{color:var(--fg-light)}hgroup.center{text-align:center}.weight-400{font-weight:400}
