.MuiExpansionPanelDetails-root{display:flex;flex-direction:column;align-content:center}.mainText{margin-top:15px;font-weight:500;font-size:1.8em}.flex{display:flex}.flex50-50{flex:50% 1}.underline{text-decoration:underline;margin-bottom:1em}@media screen and (max-width:450px){.flex{display:flex;flex-direction:column;flex-wrap:wrap}.flex50-50{flex:0 1}}#searchContainer{justify-content:flex-start;flex-direction:column}#gymsContainer,#searchContainer{display:flex;margin-top:1rem;align-items:center}#gymsContainer{flex-direction:row;flex-wrap:wrap;justify-content:center;height:90vh;overflow:scroll;overflow-x:hidden}.gymCard{background:#f5f5f5;margin-top:1.5rem;margin-left:.7rem;margin-right:.7rem;width:50rem;display:flex;flex-direction:row;align-items:center;border-radius:.7rem;box-shadow:3px 3.7px 10px #3d3d3d}.gymCard img{margin:.4rem;width:200px!important;height:170px!important}.gymRow{width:100%;display:flex}.gymRow p{margin:0}.leftCol{align-items:flex-start}.leftCol,.rightCol{flex:50% 1;max-width:100%;display:flex;flex-direction:column;padding:.7rem}.rightCol{align-items:flex-end}.rating{display:flex;align-items:center}@media screen and (max-width:450px){.gymCard{margin-top:1.5rem;display:flex;flex-direction:column;align-items:center;border-radius:.7rem;box-shadow:3px 3.7px 10px #3d3d3d;width:auto}}#dropdown-basic{margin-bottom:1em;width:16rem;background-color:#c64dff!important;border-color:#c64dff!important}.label{margin:1em 0 0;padding-bottom:1rem;color:#fff;text-shadow:4px 4px 5px #000}.post{display:flex;flex-direction:column;justify-content:center;align-items:baseline;margin-bottom:.7rem;padding:1rem;width:55%;background-color:hsla(0,0%,100%,.8);border-radius:10px;border:.8px solid hsla(0,0%,50.2%,.822);line-height:1rem}.comment,.post{-webkit-animation:fadeIn 1s ease-in 1 forwards;animation:fadeIn 1s ease-in 1 forwards;min-width:22rem;box-shadow:3px 4px 5px #575757}.comment{margin-bottom:.8rem;padding:.7rem;width:53%;border-left:3px solid #000;border-radius:5px;word-wrap:break-word;background:#fdfdfd;line-height:20px}.comment p{text-align:left;margin-bottom:5px}.btn-primary{margin-top:1em;margin-bottom:1rem;background-color:#c64dff!important;border-color:#c64dff!important;min-width:6rem}.btn-primary:hover{background-color:#a700f5!important}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}#jumbotext1{margin-top:10%;font-size:4em}#jumbotext1,#jumbotext2{font-family:Rubik,sans-serif}#jumbotext2{font-size:2.5em}#rssFeed-cont{width:100%;display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:center;text-shadow:2px 3px 5px #bbb}.jumbotron{height:90vh;background-size:cover;background-repeat:no-repeat;background-position:50% 70%;background-attachment:fixed;background-image:url(https://images.unsplash.com/photo-1505578475278-c54f1cb8beff?auto=format&fit=crop&ixid=eyJhcHBfaWQiOjEyMDd9&ixlib=rb-1.2.1&q=80&w=1950)}.tint{background:hsla(0,0%,100%,.8)}.landingSection{width:100%;margin:4rem auto 0}.rssFeeds{margin:.7em;width:23em}.rssTitle{font-size:1.5em}.rssFeeds img{width:18rem!important;height:12rem!important}.body{padding:0}.App{height:100%;width:100%;text-align:center;font-family:Rubik,sans-serif;background-size:cover;background-repeat:no-repeat;background-position:50% 70%;background-attachment:fixed;background-image:url(https://images.unsplash.com/photo-1505578475278-c54f1cb8beff?auto=format&fit=crop&ixid=eyJhcHBfaWQiOjEyMDd9&ixlib=rb-1.2.1&q=80&w=1950)}.App-link{color:#09d3ac}.navbar{box-shadow:0 3px 5px #999}.signUp{border:1px solid;border-radius:.6rem;max-width:30em;margin:5rem auto;padding:2rem;background:hsla(0,0%,100%,.6);box-shadow:0 5px 8px #3d3d3d}.flexCenter{align-items:center}#loginModal,.flexCenter{display:flex;flex-direction:column;justify-content:center}#loginModal{flex-wrap:wrap;align-content:center}#loginContainer{display:flex;height:100vh}#login{flex:35% 1;display:flex;flex-direction:column;margin-top:3.3rem;padding:4rem;width:10rem}#loginImage{flex:65% 1;background-image:url(https://images.unsplash.com/photo-1566206307461-67ceb7b91bad?auto=format&fit=crop&ixid=eyJhcHBfaWQiOjEyMDd9&ixlib=rb-1.2.1&q=80&w=1350);background-size:cover;background-repeat:no-repeat;height:auto}#loaderContainer{height:100vh;width:100vw;padding-top:10rem;z-index:300;background-color:hsla(0,0%,100%,.8)}#loader{position:relative;border:16px solid #d1d1d1;border-top-color:#3498db;border-radius:50%;width:120px;height:120px;margin:0 auto;-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite;z-index:300}#postLabel{display:block;margin-bottom:10px}textarea{padding:10px;line-height:1.5;border-radius:5px;border:1px solid #ccc;box-shadow:1px 1px 1px #999;width:40%;min-width:20rem;height:3rem}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@media screen and (max-width:450px){#loginImage{flex:0 1}#login{flex:100% 1;margin-top:3.3rem}}.centerFlex{display:flex;flex-flow:row wrap;justify-content:center;align-content:center}.margin15{margin:15px}.button{background-color:#73079e;border:0;color:#000;padding:15px 25px;text-align:center;text-decoration:none;display:inline-block;font-size:16px;justify-content:center;margin:3px}.modalContainer{display:flex;align-items:center;justify-content:center}.modalContent{background:#fff;border:1px solid #7a7a7a;border-radius:1rem;box-shadow:-3px 5px 15px #464646;width:70%;padding:2rem}.button:hover{background-color:#555;color:#fff}h1{color:#000}div,h1{text-align:center}img{padding:5px;width:100px;margin-left:auto;margin-right:auto}
/*# sourceMappingURL=main.1f9ee37a.chunk.css.map */