.page-header{text-align:center;margin:0}.fact-section-card{list-style:none}.section-header{text-align:center;margin-top:24px}.fact-section{padding:0 24px;border-radius:25px;max-width:400px;margin:auto}.fact-card{background-color:#ffebd1;border-radius:25px;display:flex;flex-direction:column;margin-bottom:24px;padding:25px;border:5px solid black;box-shadow:0 0 3px}.fact-image{width:100%;border-radius:15px}@media screen and (min-width: 768px){.fact-section{max-width:700px}.card-content{display:grid;grid-template-columns:1fr 2fr;align-items:center;gap:15px}}.LandingPage{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%}.LandingPage__Heading{display:flex;flex-direction:column;padding-left:3rem}.LandingPage__HeadingCapsule{margin:auto;padding:2rem 2rem 1rem;border:.125rem solid #212121;border-radius:5rem;box-shadow:.125rem .25rem 1.5rem #fff;font-size:3rem;color:#dd361c;text-align:center;text-shadow:-.03125em 0 #212121,0 .03125em #212121,.03125em 0 #212121,0 -.03125em #212121}.LandingPage__HeadingCapsule--mars{margin-left:-1em;margin-bottom:-.5em;background-color:#ff9d1e;transform:rotate(-10deg)}.LandingPage__HeadingCapsule--mission{transform:rotate(5deg);margin-left:.5em;background-color:#ffebd1}.LandingPage__Dashboard{display:flex;flex-direction:column;align-items:center;gap:1em;margin-top:3em}.LandingPage__Dashboard a{color:#212121;text-decoration:none}.LandingPage__DashboardItem{display:flex;align-items:center;transition:all .5s;cursor:pointer}.LandingPage__DashboardItem:hover .LandingPage__DashboardItemIcon{transform:scale(1.05)}.LandingPage__DashboardItem:hover .LandingPage__DashboardItemTile{background-color:#f9aa43}.LandingPage__DashboardItemIcon{display:flex;justify-content:center;align-items:center;z-index:1;width:4rem;height:4rem;margin-right:-2em;padding:1em;border:.09375rem solid #212121;border-radius:.25rem;transition:transform .25s}.LandingPage__DashboardItemIcon img{width:2rem;height:2rem}.LandingPage__DashboardItemIcon--rovers{background-color:#02bfe7}.LandingPage__DashboardItemIcon--birthdayCard{background-color:#4aa564}.LandingPage__DashboardItemIcon--quiz{background-color:#f9e0de}.LandingPage__DashboardItemIcon--weather{background-color:#4c2c92}.LandingPage__DashboardItemTile{display:flex;align-items:center;justify-content:center;height:5rem;width:12.5rem;gap:1em;padding-left:3em;padding-right:1em;border:.125rem solid #212121;border-radius:.25rem;background-color:#ffebd1;text-align:center;font-weight:700;font-family:Overpass,sans-serif;transition:background-color .25s;cursor:pointer}@media screen and (min-width: 768px){.LandingPage__Heading{padding-left:4rem}.LandingPage__HeadingCapsule{box-shadow:.125rem .25rem 1.5rem #212121;font-size:4.5rem}.LandingPage__Dashboard{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:4.5em;width:40rem}.LandingPage__DashboardItem{transform:scale(1.2)}}@media screen and (min-width: 992px){.LandingPage{flex-direction:row}.LandingPage__HeadingCapsule{font-size:5.5rem;margin-left:1em;padding:2.5rem 2.5rem 1.25rem;border-radius:5.5rem;border-width:.375rem}.LandingPage__HeadingCapsule--mars{margin-bottom:-.2em;margin-left:-.2em}.LandingPage__Dashboard{flex-direction:column;width:30rem}.LandingPage__DashboardItem{transform:scale(1.5)}}.NavBar{display:flex;justify-content:space-between;align-items:center;position:fixed;top:0;left:50%;transform:translate(-50%);width:85vw;margin:1.25rem auto;padding:.625rem;border-radius:4rem;box-shadow:0 -1.25rem 3rem .625rem #212121;background-color:#ffc375cc;transition:background-color .5s}.NavBar:hover{background-color:#ffc375}.NavBar__Logo{height:2.5rem;border-radius:50%;vertical-align:middle;transition:all .5s}.NavBar__Logo:hover{transform:rotate(-5deg) scale(1.1);box-shadow:0 0 1.5rem #061f4a}.NavBar__Toggle{margin-right:.75rem;border:none;background:none;font-size:2rem;color:#0b3d91;transition:all .5s;cursor:pointer}.NavBar__Menu{display:none;margin:0;padding-left:0;font-size:1.5rem;list-style:none}.NavBar__Menu--large{flex-direction:row;gap:1.5rem;margin-right:1.25rem}.NavBar__Menu--mobile{position:absolute;top:4.5rem;left:0;width:100%;padding:1.25rem;border-radius:1.5rem;box-shadow:0 .625rem 2rem #212121;background-color:#ffc375}.NavBar__Menu--mobile--expanded{display:block}.NavBar__MenuLink{display:inline-block;color:#0b3d91;text-decoration:none;transition:all .25s}.NavBar__MenuLink:hover{transform:scale(1.05);text-shadow:0 0 1.5rem #061f4a}.NavBar__MenuLink--active{font-weight:700}@media screen and (min-width: 768px){.NavBar__Logo{height:4rem}.NavBar__Toggle{display:none}.NavBar__Menu--large{display:flex}.NavBar__Menu--mobile{display:none}}@media screen and (min-width: 992px){.NavBar__Logo{height:5rem}}@media print{.NavBar{display:none}}main{min-height:20rem;max-width:85vw;margin:auto;padding:1.25rem;border-radius:1.25rem;background-color:#ffc375cc}.BirthdayCardPage{color:#061f4a;max-width:75vw;margin:0 auto;background-color:#ffebd1;padding:1.25rem;border-radius:1.25rem}.BirthdayCardPage__image{position:relative}.BirthdayCardPage__image figure{display:flex;flex-direction:column;margin-block-start:0;margin-block-end:0;margin-inline-start:0;margin-inline-end:0}.BirthdayCardPage__image figure figcaption{display:flex;align-self:flex-end;font-size:.8em}.BirthdayCardPage__stamp{position:absolute;width:20vw;height:auto;top:1.8rem;right:-.2rem;transform:rotate(3deg)}.BirthdayCardPage__photo{width:100%;height:auto}.BirthdayCardPage__hr{display:none}.BirthdayCardPage__BirthdayMessage{margin-top:1rem;display:flex;flex-direction:column;gap:1rem}.BirthdayCardPage__formcontrol{display:flex;gap:.5rem}.BirthdayCardPage__formcontrol input,.BirthdayCardPage__formcontrol textarea{background-color:transparent;border:none;border-bottom:1px solid #0b3d91}.BirthdayCardPage__formcontrol input:focus,.BirthdayCardPage__formcontrol textarea:focus{outline:none;border-bottom:2px solid #0b3d91}.BirthdayCardPage__formcontrol textarea{border:1px solid #0b3d91}.BirthdayCardPage__formcontrol textarea:focus{outline:none;border:2px solid #0b3d91}.BirthdayCardPage__formcontrol--message{flex-direction:column}.BirthdayCardPage__formcontrol--sender{align-self:flex-end}.Screenshot{display:block;text-align:center;margin-top:1em}.Download-wrapper{width:75vw;display:none;align-items:center;justify-content:center;margin:1rem auto}.Download-wrapper .Download-button{padding:1rem;border-radius:5px;border:none;background-color:#105bd8;color:#fff}.Download-wrapper .Download-button:hover{background-color:#0b3d91}@media screen and (min-width: 992px){.BirthdayCardPage{display:flex;gap:2rem;max-width:84vw}.BirthdayCardPage__image{width:50%;padding:1rem}.BirthdayCardPage__stamp{transform:scale(.5) rotate(1.5deg);top:-2.5rem;right:-7rem}.BirthdayCardPage__hr{display:block;margin:0 2rem;border:1.5px solid #061f4a;border-radius:50%}.BirthdayCardPage__BirthdayMessage{width:40%;font-size:2rem;justify-content:space-around}.BirthdayCardPage__BirthdayMessage textarea{width:100%;min-height:10rem}.Download-wrapper{display:flex;justify-content:flex-end;margin-right:0}.Screenshot{display:none}}@media print{.BirthdayCardHeader{display:none}}body{margin:0}.QuizPage{max-width:80vw;display:flex;flex-direction:column;margin:0 auto;justify-content:space-between}.QuizPage__solar-system{background-color:#000;height:16vh;width:calc(72vw + 4rem);margin:0 auto;position:relative}.QuizPage__solar-system--hide{display:none}.ufo,.earth,.mars{width:4rem;height:4rem;position:absolute;top:calc((16vh - 4rem)/2)}.mars{background:url(../quiz-mars-cartoon.png),red;border-radius:50%;background-repeat:no-repeat;background-size:cover;left:0}.ufo{background:url(../quiz-ufo-cartoon.png);background-position:center;background-repeat:no-repeat;background-size:contain;left:0}.earth{background:url(../quiz-earth-cartoon.png),blue;border-radius:50%;background-repeat:no-repeat;background-size:cover;right:0}@media only screen and (min-width: 600px){.ufo,.earth,.mars{width:5rem;height:5rem;top:2.5rem}.QuizPage__solar-system{height:10rem;width:calc(72vw + 5rem);margin:0 auto}}@media only screen and (min-width: 992px){.ufo,.earth,.mars{width:8vw;height:8vw;top:2vw}.QuizPage__solar-system{height:12vw;width:80vw;margin:0 auto}}.flashing{animation:flash 2s infinite}@keyframes flash{0%,50%,to{background-color:transparent}25%,75%{background-color:red}}.Button{align-items:center;justify-content:center;height:3rem;padding-left:1rem;padding-right:1rem;border:.125rem solid #212121;border-radius:.25rem;background-color:#ffebd1;text-align:center;font-weight:700;font-family:Overpass,sans-serif;font-size:1rem;transition:background-color .25s;cursor:pointer}.Button:hover{background-color:#f9aa43}.twitter-share-button{background-color:#1da1f2;color:#fff;border:none;border-radius:4px;padding:8px 16px;font-size:14px;cursor:pointer;transition:background-color .3s ease;text-decoration:none}.twitter-share-button:hover{background-color:#0d91e8}.twitter-share-button img{height:14px;width:14px}.QuizPage__buttons{margin-top:2rem;display:flex;gap:1rem}.QuizPage__answer{font-size:1.5rem}.QuizPage__answer--correct,.QuizPage__answer--correct:hover{background-color:#4aa564}.QuizPage__answer--incorrect,.QuizPage__answer--incorrect:hover{background-color:#dd361c}.QuizPage__question-section{margin-top:2rem;margin-bottom:2rem;min-height:20vh}.QuizPage__question-count{font-weight:800}.QuizPage__answers{display:flex;flex-direction:column;gap:.4rem;font-size:10rem}.Area51__forbidden,.Area51__cleared{display:flex;flex-direction:column;align-items:center}.Area51__forbidden__image,.Area51__cleared__image{width:100%;max-height:50vh;object-fit:contain}.Area51__forbidden h1,.Area51__cleared h1{margin-bottom:0}.Area51__forbidden__Link,.Area51__cleared__Link{margin-top:1rem}.Area51__classification{color:red;font-weight:700;font-size:1.5rem}.Error404Page{display:flex;flex-direction:column;align-items:center}.Error404Page__image{width:100%;max-height:50vh;object-fit:contain}.Error404Page__Link{margin-top:1rem}.Error404Page h1{margin-bottom:0}.Rover{display:flex;justify-content:center;align-items:center;text-align:center}.Rovers__PageTitle{font-family:Overpass,sans-serif;color:#0b3d91;text-align:center;font-size:1.875em}.Rovers__ButtonContainer{display:flex;justify-content:center;gap:1rem;margin-bottom:1rem}.Gallery{display:grid;grid-gap:.625em;grid-template-columns:repeat(auto-fit,minmax(12.5em,1fr));grid-auto-rows:12.5em;grid-auto-flow:dense;padding:.625em;overflow:auto}.Gallery__ImageContainer{display:flex;justify-content:center;align-items:center}.Gallery__ImageCard{max-height:100%;width:auto;vertical-align:middle;display:inline-block;width:100%;height:100%;object-fit:cover;object-position:center;border-radius:.625em;border:solid .312em #061f4a}.Gallery__ImageCard:hover{border:solid .312em #f9aa43}.Gallery__ModalImage{max-width:100%;border:solid .312em #061f4a;border-radius:.625em;flex-grow:1}.Gallery__ModalImageDetails{font-size:1.4em;text-align:center;font-family:Overpass,sans-serif;margin-top:1rem;margin-bottom:0;flex-grow:1}.Modal{display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;max-width:95%;max-height:95%;padding:2rem;background:white}.Modal__Backdrop{display:flex;justify-content:center;align-items:center;position:fixed;z-index:10;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5333333333)}.Modal__Close{position:absolute;top:0;right:0;background-color:#ffebd1;border-radius:.125rem;border:none;height:30px;width:30px;font-size:30px;font-weight:700}.Modal__Close:hover{background-color:#f9aa43}*{box-sizing:border-box}html,body,#root{height:100%;font-family:Overpass,sans-serif}html{background-color:#000}body{margin:0;padding:6.5rem 0;background-image:url(./background-mobile-3074dcf1.png);background-repeat:no-repeat;background-size:cover;background-attachment:fixed;background-position:center}h1,h2,h3,h4,h5,h6,p{margin-top:0}@media screen and (min-width: 768px){body{padding-top:7.75rem;background-image:url(./background-desktop-4680db00.png)}}@media screen and (min-width: 992px){body{padding-top:9rem}}
