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}.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}.App-link{color:#61dafb}@-webkit-keyframes App-logo-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes App-logo-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.desc-box{background:#000}.desc-box,.desc-box-image{width:100%;height:100%;display:flex;align-items:center;justify-content:center;min-height:80vh}.desc-box-image{text-align:center;line-height:6.5vh}.desc-text{color:#fff;font-family:Nevis;font-size:4vh;margin-left:10%;margin-right:10%;color:#d6f3f8}.video-plus-desc-box{height:100%}.video-desc-box{width:100%;justify-content:right}.video-responsive iframe{left:0;top:0;width:180%;height:210%}.background{background-color:#fff;min-height:87vh}.background,.home-box{width:100%;height:100%;display:flex;flex-direction:column}.home-box{min-width:1500px}.video-box{min-height:50vh}.timer-box,.video-box{align-items:center;justify-content:center}.timer-box{width:100%;height:100%;display:flex;flex-direction:column;min-height:25vh;font-family:Mario}.timer-display{display:flex;font-size:16vh}.timer-box h2{font-size:6vh}.timer-text-box{display:flex;padding-left:5vh}.timer-text-display{display:flex;padding-left:3vh}.timer-text-display h3{padding:0 8vh;font-size:5vh}.timer-text-display-seconds h3{padding-right:10vh;padding-left:5vh;font-size:5vh}@font-face{font-family:Mario;src:url(/static/media/SuperMario.315318c3.ttf) format("truetype")}.video-box{width:100%;height:100%;display:flex;flex-direction:column;align-items:stretch;justify-content:stretch;background-color:#e4eff1;border-radius:50px;overflow:hidden;margin:5px}.video-plus-desc-box{width:100%;flex:1 1;display:flex;align-items:center;justify-content:center;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out;border-radius:12px}.video-plus-desc-box.slide-left{-webkit-transform:translateX(-100%);transform:translateX(-100%)}.video-plus-desc-box.slide-right{-webkit-transform:translateX(100%);transform:translateX(100%)}.video-plus-desc-box.slide-in-left{-webkit-transform:translateX(-100%);transform:translateX(-100%);-webkit-animation:slideInLeft .3s ease-in-out forwards;animation:slideInLeft .3s ease-in-out forwards}.video-plus-desc-box.slide-in-right{-webkit-transform:translateX(100%);transform:translateX(100%);-webkit-animation:slideInRight .3s ease-in-out forwards;animation:slideInRight .3s ease-in-out forwards}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}to{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideInLeft{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}to{-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes slideInRight{0%{-webkit-transform:translateX(100%);transform:translateX(100%)}to{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideInRight{0%{-webkit-transform:translateX(100%);transform:translateX(100%)}to{-webkit-transform:translateX(0);transform:translateX(0)}}.video-embed-container{width:75%;position:relative}.video-embed-box,.video-embed-container{height:100%;display:flex;align-items:center;justify-content:center}.video-embed-box{width:100%}.video-desc-box{width:25%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.video-desc{padding-right:0;text-align:center;color:#000;font-family:Nevis;font-size:4vh;margin-left:10%;margin-right:10%}.nav-button{background-color:rgba(0,0,0,.5);color:#fff;border:none;font-size:2rem;padding:8px 12px;cursor:pointer;border-radius:5px;transition:background-color .3s ease;z-index:10;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.nav-button:hover{background-color:rgba(0,0,0,.8)}.prev-button{left:10px}.next-button{right:10px}.event-name{font-family:Nevis;font-size:4vh;color:#000;text-align:center;padding-right:0;margin:70px 10% 0}.schedule{font-family:Nevis;min-height:87vh;display:flex;justify-content:center;align-items:center;background-color:#e4eff1;flex-direction:column;min-width:1500px}.left-border{border-left:5px solid grey}.schedule-table{padding-bottom:3.5vh}.schedule-table table{border:10px solid #5c5959;border-radius:15px}.schedule-table-first,.schedule-table-rest{border-top:5px solid grey;padding:4vh;text-align:center}.schedule-table-rest{border-left:5px solid grey}.schedule-loading{padding-top:4vh}h4{color:#706e6e}.profiles-container{padding:5vh 0}.member-container{margin-left:5vh;margin-right:5vh;flex-grow:33%}.profile-row{display:flex;align-items:center;justify-content:center}.schedule-loading{min-height:87vh;padding-top:5vh}.profile,.schedule-loading{font-family:Nevis;display:flex;justify-content:center}.profile{flex-direction:column;width:8vw;text-align:center}.profile-container:hover .overlay{opacity:1;color:#fff}.profile-container{position:relative;width:100%}.overlay{position:absolute;border-radius:50%;top:0;bottom:0;left:0;right:0;height:100%;width:100%;opacity:0;transition:.3s ease;background-color:rgba(0,0,0,.212);color:#000}.overlay-text{font-size:2vh;margin-top:6vh;font-family:Nevis}.pp-description{max-width:36vh;font-family:Nevis}.pp-socialmedia{margin-right:2vh}.pp-name{font-family:Nevis}@font-face{font-family:Nevis;src:url(/static/media/nevis.706a4540.ttf) format("truetype")}
/*# sourceMappingURL=main.db23427e.chunk.css.map */