@import url(https://fonts.googleapis.com/css?family=Open+Sans&display=swap);@import url(https://fonts.googleapis.com/css?family=Karla&display=swap);*{box-sizing:border-box}body,html{height:100%}body{display:flex;flex-direction:column}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}.App{background-color:#c3ceda;flex:1 1;font-family:Open Sans,sans-serif;min-height:100vh;position:relative}.card img{border-radius:10px}.deck{background-color:#0c4160;border-radius:1rem;color:#c3ceda;width:4vw;height:4vw;padding:1rem}@media screen and (max-width:375px){.card img{border-radius:5px;width:65px}}@media screen and (min-width:376px) and (max-width:1280px){.card img{border-radius:10px;width:124px}}@media screen and (min-width:1281px) and (max-width:1366px){.card img{border-radius:10px;width:137px}}.card-container{background-size:100vw 42vh;height:42vh}.card-container,.cards-page{display:flex;flex-flow:row wrap;justify-content:space-around;background-color:#c3ceda;padding:1rem;width:100vw}.cards-page{height:84vh}.container-zone{display:flex;align-items:center;flex-flow:column;height:42vh;width:100vw}.page-navigation{display:flex;justify-content:space-around;width:100vw;max-height:30px;padding-bottom:.5vh}.deck-zone{display:flex;flex-flow:column wrap;align-items:center;min-height:20vh;font-size:5rem}.deck-card-container{flex-flow:row wrap;padding:1rem;height:42vh}.deck-card-container,.deck-page-navigation{display:flex;justify-content:space-around;background-color:#171d2d;width:100vw}.deck-page-navigation{height:3vh;padding-bottom:.5vh}footer{display:flex;align-items:center;justify-content:space-between;background-color:#071330;border-top:2px double #0c4160;bottom:0;height:6vh;position:absolute;width:100vw}footer a{color:#c3ceda;margin-left:10px;text-decoration:none}.logos{display:flex;justify-content:space-between}.logos img{height:2rem;margin-right:10px}.home-container{display:flex;flex-direction:column;justify-content:center;align-items:center;color:#071330;font-family:Karla,sans-serif;height:84vh}p{font-size:5rem;text-align:center}@media screen and (max-width:375px){.home-container img{width:20em}p{font-size:3rem;text-align:center}}@media screen and (min-width:376px) and (max-width:1366px){.home-container img{width:29em;padding-top:2em}p{font-size:4rem;text-align:center}}.login-zone{display:flex;align-items:center;justify-content:center;height:50vh}#login-form-submissions{display:flex;flex-direction:column;justify-content:space-between;border:2px solid #171d2d;border-radius:1rem;padding:1rem;width:20vw;height:20vh}input{width:100%;border-radius:.3rem}.submitButton{border:0;border-radius:.5rem;background-color:#0c4160;color:#c3ceda;padding:.5em}@media screen and (max-width:375px){#login-form-submissions{display:flex;flex-direction:column;justify-content:space-between;border:2px solid #171d2d;border-radius:1rem;padding:1rem;width:60vw;height:30vh}}.profile{display:flex;flex-direction:column;justify-content:center;align-items:center}.profile>h1{font-size:2rem;margin-bottom:2rem;margin-top:2rem}.header{justify-content:center;background-color:#071330;border-bottom:2px double #0c4160;color:#c3ceda;height:10vh;padding:1rem}.header,.navigation{display:flex;align-items:center;width:100vw}.navigation{justify-content:space-between}.navbar{display:flex;border:1px solid #738fa7;border-radius:1rem;padding:1rem}.navbar li{margin:0 15px}.navbar li>a:link,a:visited{text-decoration:none;color:#c3ceda}.title{font-size:30px}@media screen and (max-width:375px){.title{font-size:20px}}.signup-zone{display:flex;align-items:center;justify-content:center;height:50vh}#signup-form-submissions{display:flex;flex-direction:column;justify-content:space-between;border:2px solid #171d2d;border-radius:1rem;padding:1rem;width:20vw;height:30vh}@media screen and (max-width:375px){#signup-form-submissions{display:flex;flex-direction:column;justify-content:space-between;border:2px solid #171d2d;border-radius:1rem;padding:1rem;width:60vw;height:30vh}}
/*# sourceMappingURL=main.dd1859f0.chunk.css.map */