#root,body,html{margin:0;width:100%;height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}:root{--default-background:#1935af}#root{-webkit-perspective:2000px;perspective:2000px;background-size:cover}#App{background-color:var(--default-background)}.App{text-align:center;color:#fff}.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}}@-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)}}@-webkit-keyframes pulse{50%{background-position:.66em .66em,-.33em -.33em}to{background-size:8em 8em,4em 4em;background-position:-1.5em -1.5em,-1em -1em}}@keyframes pulse{50%{background-position:.66em .66em,-.33em -.33em}to{background-size:8em 8em,4em 4em;background-position:-1.5em -1.5em,-1em -1em}}.navbar{width:100vw;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-evenly;font-size:xx-large;-webkit-box-shadow:0 10px 20px rgba(0,0,0,.19),0 6px 6px rgba(0,0,0,.23);box-shadow:0 10px 20px rgba(0,0,0,.19),0 6px 6px rgba(0,0,0,.23)}.navbutton{flex:1 1;padding:8px;border-right:1px solid #000;background-color:#eee;color:#000;text-align:center;cursor:pointer;-webkit-transition:.5s;transition:.5s}.navbutton:last-child{border-right:none}.navbutton:hover{z-index:1000;border:none;border-radius:2px;-webkit-filter:hue-rotate(90deg);filter:hue-rotate(90deg);-webkit-transform:scale(1.1);transform:scale(1.1);-webkit-box-shadow:0 10px 20px rgba(0,0,0,.19),0 6px 6px rgba(0,0,0,.23);box-shadow:0 10px 20px rgba(0,0,0,.19),0 6px 6px rgba(0,0,0,.23)}#navBody,.navBody{width:100%;height:100%;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.page{display:flex;flex-direction:column;min-height:100vh;width:100vw}main{flex:1 1;padding:16px;-webkit-box-sizing:border-box;box-sizing:border-box}.home,.promotions{background-color:var(--default-background)}.promotions{font-size:xx-large;font-family:Georgia,Times New Roman,Times,serif;color:#fff}.promotions main{text-align:center}.about{background-color:var(--default-background);font-size:xx-large;font-family:Trebuchet MS,Lucida Sans Unicode,Lucida Grande,Lucida Sans,Arial,sans-serif;background-color:#29a9ff;-webkit-animation:pulse 5s linear infinite;animation:pulse 5s linear infinite;width:100%}.appointments{font-size:xx-large;font-family:monospace;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center}.fullscreen{position:fixed;top:0;bottom:0;left:0;right:0;height:100vh;width:100vw;z-index:-1}