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;overflow-x:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}h1,h2,h3,h4,h5{margin:0}a:hover{cursor:pointer}@media(max-width:800px){body::-webkit-scrollbar{display:none}}a{text-decoration:none;color:rgba(0,110,255,.884)}a:hover{color:#0051ff}.app{width:100%;display:flex}.app,.app-date{align-items:center}.app,.app-date,.app-logo{flex-direction:column;justify-content:center}.app-logo{align-items:flex-start}.app-user{height:50px;width:auto;flex-direction:row;align-items:center;justify-content:center}.app-user-image{border:1px solid #e0e0e0;border-radius:100%;height:40px;width:40px;margin-right:10px;background-position:50%;background-size:cover}button{border:none;background-color:#fff}.liked-header{margin:30px}#refreshing-animation{margin-top:30vh;-webkit-transform:"scale(2,2) scale(-1,1)";transform:"scale(2,2) scale(-1,1)";-webkit-animation-name:loader;animation-name:loader;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:linear;animation-timing-function:linear}.home-body{margin-top:40px;align-items:center}.home-body,.home-subtitle{display:flex;flex-direction:column}.home-subtitle{width:100%;margin-bottom:1vh;align-items:flex-start}@-webkit-keyframes loader{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes loader{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}main{margin-top:110px;margin-bottom:50px;min-height:90vh;width:100%;background-color:#f7f7f7;height:auto;display:flex;flex-direction:column;align-items:center;justify-content:flex-start}@media(max-width:800px){main{margin-top:60px}.home-body{width:100%;margin-top:20px;margin-left:0;margin-right:0}.home-subtitle{align-items:center}}@media(max-width:600px){main{margin-top:65px}.app-user-image{height:20px;width:20px}.app-user-name{width:80px}h3{font-size:15px}.home-body{margin-top:30px}}#top{margin-top:50px;height:170px}.liked{background-image:url(/spacestagram/static/media/unlike.e4fb69f5.svg)}.add{background-image:url(/spacestagram/static/media/default.ad04c91f.jpg)}footer{background-color:#fff;position:fixed;bottom:0;z-index:1;width:100%;height:50px;box-shadow:0 30px 70px 5px grey;border-top:1px solid #e0e0e0;justify-content:center}.footer-dashboard,footer{display:flex;flex-direction:row;align-items:center}.footer-dashboard{width:500px;justify-content:space-between}.footer-icon{height:45px;width:45px;background-position:50%;background-repeat:no-repeat;background-size:60%;border:none}.footer-icon:hover{cursor:pointer}.home{background-image:url(/spacestagram/static/media/home.276455fb.svg)}.search{background-image:url(/spacestagram/static/media/search.4006e702.svg)}@media(max-width:600px){.footer-dashboard{width:100%;justify-content:center}.footer-icon{margin-left:5vw;margin-right:5vw}}.like-holder{width:85%;height:60px;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.liked-button{background-image:url(/spacestagram/static/media/liked.ccf77d45.svg);height:40px;width:40px}.liked-button,.unliked-button{transition:.1s;border:none;background-color:initial;background-position:50%;background-size:cover}.unliked-button{background-image:url(/spacestagram/static/media/unlike.e4fb69f5.svg);height:30px;width:30px}.heart-button:hover{cursor:pointer}.post{min-height:800px;width:600px;box-shadow:0 -1px 10px 1px grey;border-radius:1%;margin:40px;background-color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;transition:.1s}.post:hover{box-shadow:0 -1px 30px 1px grey;transition:.1s}.post-header{width:100%;height:80px;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.post-user{margin-left:2vw}.post-date{margin-right:2vw}.post-image{width:550px;height:550px;border:1px solid grey;text-align:center;background-image:url(/spacestagram/static/media/default.ad04c91f.jpg);background-position:50%;background-size:cover}.post-image:hover{cursor:pointer}.post-image-container{min-height:500px;display:flex;flex-direction:column;align-items:center;justify-content:center}.post-view-more{color:rgba(0,110,255,.884)}.post-footer{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.post-subtitle{margin-top:10px;margin-bottom:10px;width:550px}.post-description{width:550px;margin-bottom:30px}@media(max-width:800px){.liked-button{height:30px;width:30px}.unliked-button{height:20px;width:20px}.post{box-shadow:0 -1px 10px 1px grey}.post,.post-image{border:none}.post-image-container{height:100%;min-height:100px}}@media(min-width:451px) and (max-width:600px){.post{width:400px;min-height:auto}}@media(max-width:600px){.liked-button{height:20px;width:20px}.unliked-button{height:10px;width:10px}p{font-size:10px}.post{margin:0 0 10px}.post-header{height:40px}.post-description{width:350px}.post-image{width:350px;height:350px}.post-subtitle{width:350px;margin-bottom:0}}@media(max-width:450px){.post{width:350px;min-height:auto}.post-description{width:300px;margin-bottom:10px}.post-subtitle{width:300px;margin-top:5px}}.loading{background-color:#f7f7f7;background-image:url(/spacestagram/static/media/sync.93ce8cc8.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;height:50px;width:50px;margin-top:1vh;margin-bottom:2vh}.loading:hover{cursor:pointer}header{background-color:#fff;position:fixed;top:0;z-index:2;width:100%;border:1px solid #e0e0e0;box-shadow:0 -30px 70px 5px grey;transition:.7s;display:flex;flex-direction:row;align-items:center;justify-content:space-between}header:hover{box-shadow:0 -30px 80px 5px grey;transition:.7s}.header-item{margin:20px;width:250px;height:70px;display:flex}.header-link:hover{cursor:pointer}@media(max-width:800px){header{height:60px;justify-content:center}.app-date{display:none}}@media(max-width:600px){h1{font-size:larger}h2,h3,h4{font-size:small}h5{font-size:10px}.header-item{width:100px;margin-right:20vw;margin-left:20vw}}.search-bar{margin-top:40px;height:30px;width:400px;border:1px solid hsla(0,0%,50.2%,.185);padding-top:10px;padding-bottom:10px;display:flex;flex-direction:column;justify-content:center;align-items:center}.search-bar:hover{cursor:pointer}.search-body{margin-top:30px}.search-dropdown-menu{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;box-shadow:0 25px 15px 5px grey;width:400px;height:400px;overflow-y:scroll;z-index:2;margin-top:70px;position:absolute}.search-dropdown-item{width:100%;height:50px;border-bottom:1px solid hsla(0,0%,50.2%,.164)}.search-dropdown-item:hover{cursor:pointer}.search-header{width:100%;height:110px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start}@media(max-width:600px){.search-bar{width:80%}}@media(max-width:450px){.search-dropdown-menu{width:100%;height:200px;box-shadow:0 155px 155px -50px grey}}.date-small{display:none}.page-body{width:1200px;margin-top:40px;display:flex;flex-direction:row}.page-desc{padding-top:20px}.page-header{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.page-image{width:100%;max-width:750px;height:auto}.page-info{width:400px;min-height:500px;margin:50px}.page-text{margin-bottom:10px}#page-topper{height:165px;width:500px;border:1px solid #00f}@media(max-width:1201px){.date-large{display:none}.date-small{display:flex}.page-body{margin-top:0;width:700px;justify-content:flex-start}.page-body,.page-info{display:flex;flex-direction:column;align-items:center}.page-info{min-height:0;width:100%;margin:0;justify-content:center}.page-header{width:100%}}@media(max-width:801px){.page-body{width:100%}.page-image{width:100%;max-width:750px}.page-desc{margin:10px}.page-info{width:80%}}iframe{margin:0;height:95%;width:95%}.link-overlay{position:absolute;z-index:1}.profile-body{margin-top:50px;width:900px;flex-direction:column;justify-content:center}.profile-body,.profile-header{display:flex;align-items:center}.profile-header{width:75%;margin-top:15px;flex-direction:row;padding-left:50px;padding-right:50px;justify-content:space-between}.profile-info{width:350px}.profile-picture{height:250px;width:250px;border:1px solid hsla(0,0%,50.2%,.199);border-radius:100%;background-image:url(/spacestagram/static/media/default.ad04c91f.jpg);background-position:50%;background-size:cover}.profile-posts{width:100%;height:auto;display:grid;grid-template-columns:300px 300px 300px;grid-template-rows:repeat(auto,300px)}.profile-posts-title{margin-top:50px;margin-bottom:10px;padding-bottom:8px;width:100%;border-bottom:1px solid hsla(0,0%,50.2%,.397);display:flex;flex-direction:column;justify-content:center;align-items:center}.profile-post-item{width:290px;height:290px;margin-bottom:10px;background-position:50%;background-size:cover;transition:.1s}@media(max-width:901px){iframe{margin:0;height:98%;width:98%}.profile-body{width:600px;margin-top:50px}.profile-header{width:100%;padding-left:0;padding-right:0}.profile-info{width:50%;margin-right:2vw}.profile-picture{height:220px;width:220px;border:1px solid hsla(0,0%,50.2%,.055)}.profile-posts{width:100%;height:auto;display:grid;grid-template-columns:200px 200px 200px;grid-template-rows:repeat(auto,200px)}.profile-post-item,.profile-post-top{width:200px;height:196px}.profile-post-item{margin:0;border:1px solid hsla(0,0%,50.2%,.459)}}@media(max-width:600px){iframe{margin:0;height:90%;width:90%}.profile-body{width:450px;margin-top:50px}.profile-picture{height:200px;width:200px;border:1px solid hsla(0,0%,50.2%,.055)}.profile-posts{grid-template-columns:150px 150px 150px;grid-template-rows:repeat(auto,150px)}.profile-post-item,.profile-post-top{width:149px;height:149px}}@media(max-width:451px){.profile-body{width:360px;margin-top:50px}.profile-info{width:50%;margin-right:2vw}.profile-picture{height:100px;width:100px;margin-left:10vw}.profile-posts{grid-template-columns:120px 120px 120px;grid-template-rows:repeat(auto,120px)}.profile-post-item,.profile-post-top{width:119px;height:119px}}@media(max-width:361px){.profile-body{width:270px}.profile-picture{height:60px;width:60px}.profile-posts{grid-template-columns:90px 90px 90px;grid-template-rows:repeat(auto,90px)}.profile-post-item,.profile-post-top{width:89px;height:89px}}
/*# sourceMappingURL=main.29c71e8a.chunk.css.map */