body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{text-align:center}.App-header{align-items:center;background-color:#1a1a1b;color:#fff;display:flex;flex-direction:column;font-family:Nunito,sans-serif;justify-content:center;letter-spacing:.1em;min-height:100vh}#buttons-container{display:flex;justify-content:space-between;left:1vh;position:absolute;right:1vh;top:1vh}.btn-dark{background-color:#323434;border-color:#323434;font-family:Nunito,sans-serif;max-height:50px;max-width:50px;padding:5px}.btn-success{font-size:12pt;font-weight:600;letter-spacing:.1em;margin:1vh 1vw;position:static}.btn img{max-height:80%}.offcanvas-body,.offcanvas-header{background-color:#292b2b;color:#fff;font-family:Nunito,sans-serif;letter-spacing:.1em}.offcanvas-header .h5{font-size:1.5em;font-weight:800}.offcanvas-body{font-weight:600;padding:0}.menu-selection{padding:2vh 16px}.menu-selection:hover{background-color:#1a1a1b}.modal-content{background:#1a1a1b;color:#fff;font-family:Nunito,sans-serif}.modal-body img{max-width:250px}.modal-footer{font-size:smaller}a{color:#93deff}a:hover{color:#00bbf0}#container{align-items:center;display:flex;flex-direction:column;justify-content:center}h1{font-size:28pt;font-weight:700;margin-top:2vh}#game-mode{color:#666}.grid{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(5,70px);grid-template-rows:repeat(5,70px);margin:3vh 0}.letter,.rainbow-letter{border-bottom:5px solid rgba(26,26,27,.2);border-radius:6px;font-size:26pt;font-weight:800;max-height:70px;padding:10px;user-select:none;-webkit-user-select:none;-ms-user-select:none}#swops-left{color:#666;font-size:18pt;font-weight:400}#swops-left span{color:#fff;font-weight:600}.game-outcome{background-color:#292b2b;font-size:24pt;font-weight:600;margin:2vh 0;padding:1vh 0;width:100vw}.game-outcome .subtitle{font-size:.6em;font-weight:400}.solution-container{align-items:center;display:flex;flex-direction:column}#definitions{display:block;font-family:Lato,sans-serif;font-size:1rem;letter-spacing:normal;max-width:400px}.definition{margin:1.5vh 0;text-align:justify}.definition .def-word{font-weight:700}.definition .def-part-of-speech{color:#939393;font-style:italic}#definitions,#solution,.btn-success,.game-outcome{animation:fadeIn 2s;-webkit-animation:fadeIn 2s;-moz-animation:fadeIn 2s;-o-animation:fadeIn 2s;-ms-animation:fadeIn 2s}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}.rainbow-letter{-webkit-animation:rainbow 2.5s linear;animation:rainbow 2.5s linear;-webkit-animation-iteration-count:2;animation-iteration-count:2}@-webkit-keyframes rainbow{0%,to{background-color:#ff9f8cc0}13%{background-color:#ffc369aa}26%{background-color:#fff4ada5}39%{background-color:#28ffb796}52%{background-color:#9affffa9}65%{background-color:#70aeffb9}78%{background-color:#7a97ffab}91%{background-color:#ff9dc8a4}}@keyframes rainbow{0%,to{background-color:#ff9f8cc0}13%{background-color:#ffc369aa}26%{background-color:#fff4ada5}39%{background-color:#28ffb796}52%{background-color:#9affffa9}65%{background-color:#70aeffb9}78%{background-color:#7a97ffab}91%{background-color:#ff9dc8a4}}@media only screen and (max-width:450px){h1{font-size:24pt}.grid{gap:6px;grid-template-columns:repeat(5,50px);grid-template-rows:repeat(5,50px)}.letter,.rainbow-letter{border-bottom:4px solid rgba(26,26,27,.12);border-radius:4px;font-size:18pt;max-height:50px;padding:7px}#swops-left{font-size:14pt}.game-outcome{font-size:18pt}#definitions{max-width:275px}.btn-dark{max-height:36px;max-width:36px;padding:3px}}@media only screen and (max-width:275px){h1{font-size:20pt}.grid{gap:3px;grid-template-columns:repeat(5,40px);grid-template-rows:repeat(5,40px)}.letter,.rainbow-letter{border-bottom:3px solid rgba(26,26,27,.12);border-radius:2px;font-size:15pt;max-height:40px;padding:4px}#swops-left{font-size:11pt}.game-outcome{font-size:14pt}.modal-body img{max-width:200px}#definitions{max-width:250px}.btn-dark{max-height:32px;max-width:32px;padding:2px}}
/*# sourceMappingURL=main.6a835cfd.css.map*/