@import url(https://fonts.googleapis.com/css?family=Bevan|Cairo|Press+Start+2P|Roboto+Slab|Ubuntu&display=swap);.nav-item{align-items:center;color:#fff;display:flex;flex-direction:row;font-size:35px;height:70px;overflow:hidden;white-space:nowrap}.nav-item span{display:block;margin:0;max-width:0;overflow:hidden;padding:0;transition:max-width 1s ease-in-out;width:0}.nav-item--active span{max-width:1000px;padding:0 12px 0 0;width:100%}.active-item{background-color:#2f4f4f;transition:all .2s}.nav-logo{background-color:#fff;height:60px;margin:4px 8px;width:60px}.nav-logo__menu{align-self:flex-end}.bordered{border:2px ridge #006400;border-radius:50%;height:58px;width:58px}.header-spacer{height:4.375rem;position:relative}.header-holder{align-items:center;display:inline-flex;flex-flow:row wrap;justify-content:center;left:0;overflow:hidden;position:fixed;top:0;transition:all .4s;-webkit-transition:all .4s;width:100%}.header{display:flex;flex-direction:row;justify-content:space-between;width:64rem}.dark{background-color:#000}.home{background-color:#fff;border:2px ridge var(--blue-70);border-radius:8px;display:flex;flex-direction:column;margin:1rem auto auto;max-width:40rem;padding:8px 16px;text-align:center}.home h2{font-family:Gravity Light,Times New Roman,serif;font-size:2rem;font-weight:400;margin-bottom:2px;margin-top:0}.home h1{font-family:Arvo,Times New Roman,serif;font-size:1.75rem;font-weight:400;margin:0}.home__profile-pic{background-size:cover;border:3px ridge #893e2e;border-radius:50%;margin:20px auto auto;max-height:400px;max-width:400px;width:100%}.home__headline{font-size:18px;margin:8px}.home hr{background-color:#000;width:100%}@media (min-width:768px){.home h2{font-size:50px}.home h1{font-size:2.5rem}}.bible{background:#fff;display:flex;flex-direction:row;height:100vh;position:relative;width:100%}.bible__modal--overlay{align-items:center;background:#0006;bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0}.bible__modal{background:#fff;border-radius:8px;display:flex;flex-direction:column;justify-content:center;max-width:20rem;padding:8px 16px;width:25rem}.bible__modal--field{display:flex;flex-direction:column;margin-bottom:1rem}.bible__modal h2{margin-bottom:16px}.bible__sidebar{background:linear-gradient(to top left,#f2f2f2,#a3a3a3);display:inline-flex;flex-direction:column;min-width:20rem;overflow-y:scroll}.bible__sidebar h2{margin:8px 8px 12px}.bible__sidebar p{margin-top:8px}.bible__accordion{border-bottom:1px solid #000;display:flex;flex-direction:column}.bible__accordion:first-of-type{border-top:1px solid #000}.bible__accordion__btn{background:#0000;border:none;padding:8px;width:100%}.bible__accordion__btn:hover{cursor:pointer}.bible__accordion a{color:#000;text-decoration:none}.book-span{margin-bottom:8px}.bible__content{flex-grow:1;overflow-y:scroll;padding:1rem;white-space:pre-wrap;width:100%}.bingo{margin-top:1.5rem;overflow-y:scroll}.bingo-row{align-items:center;display:flex;flex-direction:row;width:100%}.bingo-col1,.bingo-col2,.bingo-col3,.bingo-col4,.bingo-col5{align-items:center;background:#fff;border:2px solid #000;display:flex;height:6rem;height:20vw;justify-content:center;max-width:6rem;text-align:center;width:20vw}.bingo__menu{background:#fff;border:2px ridge #00008b;border-bottom:2px solid #000;border-radius:1rem 1rem 0 0;justify-content:space-between;padding:0 1rem}.bingo__menu,.bingo__menu div{align-items:center;display:flex;flex-direction:row}.bingo__modal-holder{align-items:center;background:linear-gradient(#0000004d,#0000004d);border-radius:0;bottom:0;display:flex;height:100%;justify-content:center;left:0;position:absolute;right:0;top:0;width:100%}.bingo__modal{background:#fff;border:4px ridge #00008b;border-radius:2rem;display:flex;-webkit-filter:brightness(100%);flex-direction:column;height:25%;max-width:48rem;min-width:16rem;overflow-y:scroll;padding:2rem;width:50%;z-index:4000}.bingo__modal--x{background:none;border:1px solid #000;border-radius:50%;cursor:pointer;padding:0 .25rem;position:absolute;right:1rem;text-decoration:none;top:1rem}.bingo__modal h2{margin-top:0}.bingo__modal--field{display:flex;flex-direction:column;justify-content:center;padding:.5rem 0;& span.bingo__span{margin-bottom:.5rem;margin-left:.25rem}}.two-column{display:flex;flex-direction:column}.two-column__left{display:inline-flex;flex-direction:column;justify-content:stretch;order:1}.two-column__left a:first-child{background-color:#ff4e00;background-image:linear-gradient(315deg,#fdee53,#ec9f05 74%);border:2px ridge #000;border-radius:16px;font-size:20px;justify-self:center;margin-bottom:16px;padding:16px;text-align:center}.two-column__left a{border:2px ridge #000;border-bottom:none;color:#000;padding:8px 16px;text-align:center;text-decoration:none}.two-column__left a:nth-child(2){border-top-left-radius:4px;border-top-right-radius:4px}.two-column__left a:last-child{border-bottom:2px ridge #000;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.two-column__right{display:flex;flex-grow:1;justify-content:center;order:0;padding:8px}@media (min-width:768px){.two-column{flex-direction:row}.two-column__left{width:16rem}.two-column__right{margin-left:32px;order:2}}.poetry-area{align-items:center;align-self:flex-start;background-image:linear-gradient(180deg,#fdee53,#ec9f05 74%);border:2px ridge #000;border-radius:8px;display:flex;flex-direction:column;overflow-y:scroll;padding:16px}.poetry-area textarea{border:1px solid #707070;margin-bottom:16px;padding:8px;transition:box-shadow .3s,border .3s}.poetry-area textarea:hover{box-shadow:0 0 5px 1px #969696}.poetry-area button{border-radius:8px}.poetry-area button:hover{background-color:var(--gray-20);cursor:pointer}.poetry-area button,.poetry-area textarea{width:75%}.projects{flex-wrap:wrap;max-width:64rem;width:100%}.projects,.projects__item{display:flex;flex-direction:column}.projects__item{align-items:center;background:var(--green-50);border:.125rem ridge #00008b;border-radius:2rem;color:#000;margin:.75rem;max-width:30rem;padding:1rem 2rem;text-decoration:none}.darts{background:url(/static/media/corkboard.7324c003bf2c3a651fcb.jpg) 50%;flex-direction:column;height:100%;max-width:50rem;min-height:35rem;min-width:16rem}.darts,.darts__menu{border:2px ridge #000;display:flex;width:100%}.darts__menu{align-items:center;background:#fff;border-bottom:none;border-radius:.5rem .5rem 0 0;flex-flow:row;margin:1rem 0 0;max-width:49rem;min-width:15rem;padding:.5rem}.darts__menu h1{flex-grow:1;margin:0}.darts__menu button{background:linear-gradient(180deg,#dcfffe,#00d4ff);border-radius:1rem;cursor:pointer;font-weight:600;padding:.25rem .5rem}.darts__modal-holder{background:linear-gradient(#0000004d,#0000004d);border-radius:0;bottom:0;display:flex;height:100%;justify-content:center;left:0;position:absolute;right:0;top:0;width:100%}.darts__modal{background:#fff;border:4px ridge #00008b;border-radius:2rem;display:flex;-webkit-filter:brightness(100%);flex-direction:column;max-width:48rem;min-width:16rem;overflow-y:scroll;padding:2rem;width:50%;z-index:300}.darts__modal--x{background:none;border:1px solid #000;border-radius:50%;cursor:pointer;padding:0 .25rem;position:absolute;right:1rem;text-decoration:none;top:1rem}.darts__modal h2{margin-top:0}.darts__modal--field{display:flex;flex-direction:column;justify-content:center;padding:.5rem 0;& span.darts__span{margin-bottom:.5rem;margin-left:.25rem}}.darts__modal--field-tag{position:relative}.darts__modal--field-x{border:1px solid #000;border-radius:50%;cursor:pointer;padding:0 .25rem;position:absolute;right:1rem;top:1rem}.darts__row{flex-direction:row}.darts__item,.darts__row{display:flex;justify-content:center}.darts__item{align-items:center;background:#fff;border:1px solid #000;font-size:.75rem;height:78px;text-align:center;width:78px}.darts__item:hover{cursor:pointer;-webkit-filter:brightness(70%);transition:all .5s ease}.darts__item--shuffled{border:4px solid #ff0;height:70px;width:70px}.darts__item--spacer{background:none;height:78px;width:78px}.darts__item--1{background:#000;color:#fff}.darts__item--2{background:#0ff}.darts__item--3{background:#ffac1c}.darts__item--4{background:#0c5395;color:#fff}.darts__item--5{background:#ffff04}.darts__item--5.darts__item--shuffled{border:4px solid #000}.darts__item--6{background:#50c878}.darts__item--7{background:#f891f8}.darts__item--8{background:#880808;color:#fff}.darts__item--9{background:#dcdcdc}.react-calendar{background:#fff;border:1px solid #a0a096;font-family:Arial,Helvetica,sans-serif;line-height:1.125em;max-width:100%;width:350px}.react-calendar--doubleView{width:700px}.react-calendar--doubleView .react-calendar__viewContainer{display:flex;margin:-.5em}.react-calendar--doubleView .react-calendar__viewContainer>*{margin:.5em;width:50%}.react-calendar,.react-calendar *,.react-calendar :after,.react-calendar :before{box-sizing:border-box}.react-calendar button{border:0;margin:0;outline:none}.react-calendar button:enabled:hover{cursor:pointer}.react-calendar__navigation{display:flex;height:44px;margin-bottom:1em}.react-calendar__navigation button{background:none;min-width:44px}.react-calendar__navigation button:disabled{background-color:#f0f0f0}.react-calendar__navigation button:enabled:focus,.react-calendar__navigation button:enabled:hover{background-color:#e6e6e6}.react-calendar__month-view__weekdays{font:inherit;font-size:.75em;font-weight:700;text-align:center;text-transform:uppercase}.react-calendar__month-view__weekdays__weekday{padding:.5em}.react-calendar__month-view__weekNumbers .react-calendar__tile{align-items:center;display:flex;font:inherit;font-size:.75em;font-weight:700;justify-content:center}.react-calendar__month-view__days__day--weekend{color:#d10000}.react-calendar__century-view__decades__decade--neighboringCentury,.react-calendar__decade-view__years__year--neighboringDecade,.react-calendar__month-view__days__day--neighboringMonth{color:#757575}.react-calendar__century-view .react-calendar__tile,.react-calendar__decade-view .react-calendar__tile,.react-calendar__year-view .react-calendar__tile{padding:2em .5em}.react-calendar__tile{background:none;font:inherit;font-size:.833em;max-width:100%;padding:10px 6.6667px;text-align:center}.react-calendar__tile:disabled{background-color:#f0f0f0;color:#ababab}.react-calendar__century-view__decades__decade--neighboringCentury:disabled,.react-calendar__decade-view__years__year--neighboringDecade:disabled,.react-calendar__month-view__days__day--neighboringMonth:disabled{color:#cdcdcd}.react-calendar__tile:enabled:focus,.react-calendar__tile:enabled:hover{background-color:#e6e6e6}.react-calendar__tile--now{background:#ffff76}.react-calendar__tile--now:enabled:focus,.react-calendar__tile--now:enabled:hover{background:#ffffa9}.react-calendar__tile--hasActive{background:#76baff}.react-calendar__tile--hasActive:enabled:focus,.react-calendar__tile--hasActive:enabled:hover{background:#a9d4ff}.react-calendar__tile--active{background:#006edc;color:#fff}.react-calendar__tile--active:enabled:focus,.react-calendar__tile--active:enabled:hover{background:#1087ff}.react-calendar--selectRange .react-calendar__tile--hover{background-color:#e6e6e6}.well-of-wisdom{background:#fff;border:2px ridge #00008b;border-radius:2rem;max-width:30rem;padding:1.5rem}.well-of-wisdom__toolbar{align-items:center;display:flex;flex-direction:row;justify-content:space-evenly;margin-top:.5rem;padding:0 4rem}.well-of-wisdom__toolbar button{margin:0 0 0 .5rem}.well-of-wisdom__toolbar button:last-child{margin-right:.5rem}.well-of-wisdom p{background-color:#ffffe0;font-family:monospace;line-height:1.5;text-indent:2rem}.well-of-wisdom__modal-holder{background:linear-gradient(#0000004d,#0000004d);border-radius:0;bottom:0;display:flex;height:100%;justify-content:center;left:0;position:absolute;right:0;top:0;width:100%}.well-of-wisdom__modal{background:#fff;border:4px ridge #00008b;border-radius:2rem;display:flex;-webkit-filter:brightness(100%);flex-direction:column;max-width:48rem;min-width:16rem;overflow-y:scroll;padding:2rem;width:50%;z-index:300}.well-of-wisdom__modal h3{margin-bottom:.25rem}.well-of-wisdom__modal input[type=submit]{margin-top:1rem;width:4rem}.well-of-wisdom__modal--x{background:none;border:1px solid #000;border-radius:50%;cursor:pointer;padding:0 .25rem;position:absolute;right:1rem;text-decoration:none;top:1rem}body,html{font-family:var(--ubuntu),sans-serif;height:100%;margin:0;padding:0;width:100%}a{text-decoration:none!important}.main{display:flex;height:100vh;justify-content:center;position:relative}.bg{background:#060805 url(/static/media/canyon.6826f6e53f3b8eaee9aa.jpg) no-repeat 50% fixed;bottom:0;left:0;position:fixed;right:0;top:0;z-index:-1}.bg.bg--fire{background:#060805 url(/static/media/beach-bonfire.be23451929139c3eafae.jpg) no-repeat 50% fixed}.main .page{align-items:center;display:flex;flex-direction:column;max-width:64rem;padding-top:4.375rem;width:100%}@font-face{font-family:Gravity Regular;font-style:normal;font-weight:400;src:local("Gravity Regular"),url(/static/media/Gravity-Regular.14898d1a273c8c5e4b5b.woff) format("woff")}@font-face{font-family:Gravity Italic;font-style:normal;font-weight:400;src:local("Gravity Italic"),url(/static/media/Gravity-Italic.76c735695d32ce6ac57d.woff) format("woff")}@font-face{font-family:Gravity UltraLight;font-style:normal;font-weight:400;src:local("Gravity UltraLight"),url(/static/media/Gravity-UltraLight.3a968ecad7d5a237f721.woff) format("woff")}@font-face{font-family:Gravity UltraLight Italic;font-style:normal;font-weight:400;src:local("Gravity UltraLight Italic"),url(/static/media/Gravity-UltraLightItalic.51a7b5663eb95d8b84a4.woff) format("woff")}@font-face{font-family:Gravity Light;font-style:normal;font-weight:400;src:local("Gravity Light"),url(/static/media/Gravity-Light.48c74097515eee2c27be.woff) format("woff")}@font-face{font-family:Gravity Light Italic;font-style:normal;font-weight:400;src:local("Gravity Light Italic"),url(/static/media/Gravity-LightItalic.5402791b912f3c30ffac.woff) format("woff")}@font-face{font-family:Gravity Book;font-style:normal;font-weight:400;src:local("Gravity Book"),url(/static/media/Gravity-Book.6c69286eac62372e6cda.woff) format("woff")}@font-face{font-family:Gravity Book Italic;font-style:normal;font-weight:400;src:local("Gravity Book Italic"),url(/static/media/Gravity-BookItalic.91f4c93d896a54f2cf2a.woff) format("woff")}@font-face{font-family:Gravity Bold;font-style:normal;font-weight:400;src:local("Gravity Bold"),url(/static/media/Gravity-Bold.a57f694ae06bca7abf69.woff) format("woff")}@font-face{font-family:Gravity Bold Italic;font-style:normal;font-weight:400;src:local("Gravity Bold Italic"),url(/static/media/Gravity-BoldItalic.60e3388e02032a582dda.woff) format("woff")}:root{--blue-0:#fff;--blue-5:#e9f4ff;--blue-10:#d2e9ff;--blue-15:#bcdeff;--blue-20:#a5d3ff;--blue-25:#8fc8ff;--blue-30:#79bcff;--blue-35:#62b1ff;--blue-40:#4ca6ff;--blue-45:#359bff;--blue-50:#1f90ff;--blue-60:#1973cc;--blue-70:#135699;--blue-80:#0c3a66;--blue-90:#061d33;--purple-10:#e9e2f8;--purple-20:#d4c6f0;--purple-30:#bea9e9;--purple-40:#a98de1;--purple-50:#9370da;--purple-60:#765aae;--purple-70:#584383;--purple-80:#3b2d57;--purple-90:#1d162c;--orange-10:#ffe5cc;--orange-20:#fc9;--orange-30:#ffb266;--orange-40:#f93;--orange-50:#ff7f00;--orange-60:#c60;--orange-70:#994c00;--orange-80:#630;--orange-90:#331900;--yellow-10:#ffc;--yellow-20:#ff9;--yellow-30:#ff6;--yellow-40:#ff3;--yellow-50:#ff0;--yellow-60:#cc0;--yellow-70:#990;--yellow-80:#660;--yellow-90:#330;--white:#fff;--gray-10:#e6e6e6;--gray-20:#ccc;--gray-30:#b3b3b3;--gray-40:#999;--gray-50:gray;--gray-60:#666;--gray-70:#4d4d4d;--gray-80:#333;--gray-90:#1a1a1a;--green-10:#cef8dc;--green-20:#9df0b9;--green-30:#6ce996;--green-40:#3be173;--green-50:#0ada50;--green-60:#08ae40;--green-70:#068330;--green-80:#045720;--green-90:#022c10;--ubuntu:"Ubuntu",sans-serif;--roboto-slab:"Roboto Slab",serif;--bevan:"Bevan",cursive;--cairo:"Cairo",sans-serif;--press-start-2p:"Press Start 2P",cursive;--half-spacing-unit:4px;--spacing-unit:8px;--spacing-unit-x2:16px;--spacing-unit-x3:24px;--spacing-unit-x4:32px;--spacing-unit-x5:40px;--spacing-unit-x6:48px}body{font-family:Ubuntu,sans-serif;font-family:var(--ubuntu)}
/*# sourceMappingURL=main.3c8317d6.css.map*/