body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}.storyContainer{border:1px solid #d3d3d3;display:flex;flex-wrap:wrap;flex-direction:row;padding-top:5px;padding-bottom:5px;list-style:none;margin-left:20%;margin-right:20%;justify-content:space-evenly;height:130px;overflow:auto}.storyAvatar{width:100px;height:100px;padding:5px}.storyAvatar img{width:100%;height:100%;border-radius:50%}.storyAvatar p{font-family:"PT Sans",sans-serif;font-weight:700;text-align:center}.postIcons img{padding:5px}.postCaption{padding:15px}@media only screen and (max-width:768px){.storyContainer{overflow:auto;white-space:nowrap;flex-direction:column;margin-left:5%;margin-right:5%;height:115px}.storyContainer img{height:5rem;width:5rem}.storyAvatar p{font-size:.5rem}.post{margin-left:5%;margin-right:5%}.postIcons img{height:2.25rem;width:2.25rem}.postCaption{padding:10px}}@media only screen and (max-width:375px){.storyContainer{overflow:auto;white-space:nowrap;flex-direction:column;margin-left:5%;margin-right:5%;height:115px}.storyContainer img{height:5rem;width:5rem}.storyAvatar p{font-size:.5rem}.post{margin-left:5%;margin-right:5%}.postIcons img{height:2.25rem;width:2.25rem}.postCaption{padding:10px;font-size:.5rem}}#header{display:flex;border-bottom:1px solid #000;color:#555;overflow:hidden;border-bottom:1px solid rgba(0,0,0,.14);box-shadow:0 1px 3px rgba(0,0,0,.25);-webkit-animation:moveDown .5s ease-in-out;animation:moveDown .5s ease-in-out}#header h1{display:flex;justify-content:center}.logo{height:8vh;margin-left:2vh;border-radius:20px}.insta,.logo{display:block}.logout{padding-right:5px;position:absolute;right:0}.headWrapper{height:80px;background-color:#fff}.animation,.headWrapper{display:flex;justify-content:center;align-items:center}.animation{-webkit-animation:moveDown .5s ease-in-out;animation:moveDown .5s ease-in-out}@-webkit-keyframes moveDown{0%{transform:translateY(-5rem)}to{transform:translateY(0)}}@keyframes moveDown{0%{transform:translateY(-5rem)}to{transform:translateY(0)}}@-webkit-keyframes rotate{0%{transform:rotateY(1turn)}to{transform:rotateY(0)}}@keyframes rotate{0%{transform:rotateY(1turn)}to{transform:rotateY(0)}}.searchWrapper input#search{width:300px;height:50px;background:#f5f5f5;border:none;font-size:10pt;float:left;color:#262626;padding-left:45px;border-radius:5px;margin-bottom:2rem;transition:background .55s ease}.searchWrapper input#search:active,.searchWrapper input#search:focus,.searchWrapper input#search:hover{color:#ff6884;background-color:transparent;border-color:transparent;outline:0;box-shadow:0 0 0 .2rem hsla(0,0%,100%,0)}@media only screen and (max-width:400px){#header img{height:2rem;width:2rem}.insta{display:none}}@media only screen and (max-width:800px){#header img{height:2rem;width:2rem}.insta{display:none}}#main-footer{display:flex;justify-content:space-evenly;background:#f5f5f5;color:#555;margin:auto;width:100%;overflow:auto;padding-top:5px;padding-bottom:5px;list-style:none;position:fixed;bottom:0;flex-wrap:wrap}#main-footer img{height:30px;width:30px}.explore{text-align:center;font-size:5rem;padding:10px}.container{display:grid;grid-template-columns:repeat(3,2fr)}.post{margin:5.15% 20% 60px}.postAvatar{width:30px;height:30px}.postAvatar img{width:100%;height:100%;border-radius:50%}.postUsername{margin-left:12px;font-family:"PT Sans",sans-serif;font-weight:700}.postImage img{display:block;width:100%;min-height:20em;max-height:20em}@media only screen and (max-width:768px){.container{display:grid;grid-template-columns:repeat(2,1fr)}.post{margin-left:5%;margin-right:5%}}@media only screen and (max-width:375px){.container{display:grid;grid-template-columns:repeat(1,1fr)}.post{margin-left:5%;margin-right:5%}}.notifications{text-align:center;font-size:5rem;padding:10px}.notifs-container{padding:20px;text-align:center;margin-left:30%}.notifs{list-style:none;padding:0;margin:0;position:relative}.notifs li{margin-top:60px}.notifs li i{width:30px;height:30px;display:block;text-align:center;line-height:30px;border:1px solid grey;border-radius:50%;background-color:#fff}.notifs li i:after{width:40px;height:1px;background-color:grey;margin-top:15px}.notifs:after,.notifs li i:after{content:"";position:absolute;z-index:-1}.notifs:after{width:1px;height:100%;background:grey;top:4px;left:15px}.notifs li div{margin-left:50px;margin-top:-20px;border:1px solid grey;width:50%;padding:10px;background-color:#fff}@media only screen and (max-width:375px){.notifications{font-size:2.5rem}.notifs{font-size:.75rem}}@media only screen and (max-width:768px){.notifications{font-size:2.5rem}.notifs{font-size:.75rem}}.profileTop{display:inline-flex}.pfp{width:700px;height:300px;padding-left:200px;padding-right:200px}.pfp img{width:100%;height:100%;border-radius:50%}.username h1{text-align:center;font-size:3rem}.username p{font-size:1.5rem}.profilePost{display:grid;grid-template-columns:repeat(3,2fr)}.post{border-radius:3px;border:1px solid #e6e6e6;background-color:#fff;margin-bottom:60px;margin-left:20%;margin-right:20%}.postUser{display:flex;padding:16px;align-items:center}.postImage-bg{background-color:#efefef}.postImage{display:block;width:100%}@media only screen and (max-width:768px){.profileTop{display:flex;justify-content:center}.pfp{display:none}.profilePost{display:grid;grid-template-columns:repeat(2,1fr)}.post{margin-left:5%;margin-right:5%}}@media only screen and (max-width:375px){.profileTop{display:flex;flex-wrap:wrap}.pfp{display:none}.username h1{text-align:center;font-size:2rem}.username p{font-size:1rem;text-align:center}.profilePost{display:grid;grid-template-columns:repeat(1,1fr)}.post{margin-left:5%;margin-right:5%}}*{margin:0;padding:0;box-sizing:border-box}* a{text-decoration:none;color:#555}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{-webkit-animation:App-logo-spin 20s linear infinite;animation:App-logo-spin 20s linear infinite}}.App-header{background-color:#282c34;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:calc(10px + 2vmin);color:#fff}.ig-image{width:100%;max-width:100%;height:100%}a{text-decoration:none}body{background-color:#fafafa}#wrapper{width:100%;height:100vh;display:flex;flex-direction:column;justify-content:space-between;padding-top:10rem}.container{width:100%;max-width:93.5rem;margin:auto}#wrapper>.container{display:flex;padding:0 8rem}.phone-app-demo{flex:1 1}.form-data{width:100%;max-width:35rem;margin-top:3rem}.form-data form{background-color:#fff;border:2px solid #eee;display:flex;flex-direction:column;padding:2rem 4rem;text-align:center}.form-data form input{padding:.8rem;margin-bottom:.5rem;border:2px solid #eee;border-radius:.4rem}.form-btn{margin-bottom:1rem 0 1.5rem;height:3rem;background-color:#3897f0;font-size:1.4rem;color:#fff;font-weight:700;border:none;border-radius:.4rem;cursor:pointer}.has-separator{font-size:1.3rem;color:#999;text-transform:uppercase;position:relative;margin-bottom:2.5rem}.has-separator:after,.has-separator:before{content:"";position:absolute;background-color:#eee;width:40%;height:1px;top:50%;transform:translateY(-50%)}.has-separator:before{left:0}.has-separator:after{right:0}.facebook-login{font-size:1.4rem;font-weight:700;color:#385185;margin-bottom:2.5rem}.facebook-login i{font-size:2rem;margin-right:.7rem}.password-reset{font-size:1.2rem;color:#003569}.sign-up{text-align:center;font-size:1.4rem;color:#262626;padding:2rem 0;background-color:#fff;border:2px solid #eee;margin:1rem 0}.sign-up a{color:#3897f0;font-weight:700}.get-the-app{font-size:1.4rem;text-align:center}.get-the-app span{display:block;margin:2rem 0;color:#262626}.badges{width:100%;display:flex;justify-content:center}.badges img{max-width:14rem;cursor:pointer}.badges img:first-child{margin-right:1rem}@media (max-width:768px){.phone-app-demo{display:none}.form-data{margin:0 auto}#wrapper>.container{padding:0}footer .container{padding:0 2rem;text-align:center}.footer-nav ul{justify-content:center}.footer-nav ul li{margin-bottom:1rem}.container{width:100%}}@media (max-width:375px){#wrapper{padding-top:0}.form-data form{background-color:transparent;border:none;padding:0 2rem}.phone-app-demo{display:none}.container{width:100%}.badges{display:flex;flex-direction:column;padding-left:80px}}footer{padding:5rem 0}footer .footer-container{display:flex;justify-content:center;font-weight:700;text-transform:uppercase;font-size:1.3rem;margin-top:0;flex-wrap:wrap;width:100%}.footer-nav ul{display:flex;flex-wrap:wrap;list-style:none}.footer-nav ul li{margin-right:1.6rem}.footer-nav ul li a{color:#003569}.copyright-notice{color:#999;text-align:center}@media (max-width:900px){footer .container{padding:0 2rem;text-align:center}.footer-nav ul{justify-content:center}.footer-nav ul li{margin-bottom:1rem}}#contact-wrapper{width:100%;height:100vh;display:flex;flex-direction:column;justify-content:space-between;padding-top:10rem}.contact-container{width:60vw;height:60vh;margin:3rem auto 0}#contact-wrapper>.contact-container{display:flex;padding:0 8rem}.contact-form-data{width:100%;margin-top:3rem}.contact-form-data form{background-color:#fff;border:2px solid #eee;display:flex;flex-direction:column;padding:2rem 4rem;text-align:center}input,textarea{margin-top:30px;height:5vh;font-size:1.5rem}.contact-form-btn{margin-top:30px;margin-bottom:1rem 0 1.5rem;height:3rem;background-color:#3897f0;font-size:1.4rem;color:#fff;font-weight:700;border:none;border-radius:.4rem;cursor:pointer}.contact-form-btn:hover{border:1px solid #3897f0;color:#3897f0;background-color:#fff}.contact-footer{display:flex;justify-content:center}
/*# sourceMappingURL=main.38c29636.chunk.css.map */