article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

a:focus {
  outline: thin dotted; }

a:active, a:hover {
  outline: 0; }

h1 {
  font-size: 2em; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: \201C \201D \2018 \2019; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

button, input {
  line-height: normal; }

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], input[disabled] {
  cursor: default; }

input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body, figure {
  margin: 0; }

legend, button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: '';
  clear: both;
  height: 0; }

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.visuallyHidden:not(:focus):not(:active) {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  clip: rect(0 0 0);
  overflow: hidden; }

.title,
.reportCard,
.lettersGuessed,
.category h2 {
  font-family: 'Pangolin'; }

.title,
.lettersGuessed,
.category h2 {
  text-transform: uppercase; }

.title {
  font-size: 35px;
  text-align: center;
  padding: 10px 0 30px; }

.lettersGuessed {
  font-size: 28px; }

.grade {
  font-size: 30px; }

* {
  padding: 0;
  margin: 0; }

body {
  color: #fff;
  border: 10px solid #b5651d;
  border-bottom: 25px solid #b5651d;
  border-left-style: inset;
  border-right-style: outset; }

.game {
  background-image: url("../assets/chalkboardGreen.jpg");
  background-size: cover;
  height: 94.25vh;
  position: relative; }

.wrapper {
  width: 80%;
  margin: 0 auto; }

.word {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.letters {
  width: 100px;
  height: 30px;
  text-align: center;
  border-bottom: 1px solid #fff;
  margin: 5px;
  color: transparent; }

.lettersGuessed {
  color: #fff; }

.options {
  text-align: center;
  padding: 15px 0 30px; }

.line {
  border-bottom: 1px solid #fff; }

button {
  width: 60px;
  background: transparent;
  color: white; }

.disabledButton {
  background-color: transparent;
  color: transparent;
  border: none; }

.reportCardDiv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 100%;
  height: 200px;
  margin: 0 auto; }

.reportCard {
  background-color: transparent;
  width: 80%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.subject {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
  position: relative; }

.subject h3 {
  width: 50%; }

.js {
  display: none; }

.grade {
  visibility: hidden;
  position: absolute;
  left: 200px; }

.visible {
  visibility: visible; }

.category {
  text-align: center;
  padding-top: 15px; }

.lives {
  position: absolute;
  right: 15px;
  bottom: -23px; }

.livesHeading,
.lifeCount {
  display: inline-block; }

@media (max-width: 900px) {
  .grade {
    left: 120px; } }

@media (max-width: 650px) {
  .title {
    font-size: 25px; }
  .wrapper {
    width: 90%; }
  .game {
    height: 94vh; }
  .javascript {
    display: none; }
  .js {
    display: block; }
  button {
    width: 50px; } }

@media (max-width: 450px) {
  .title {
    font-size: 20px; }
  .grade {
    left: 85px; }
  .category h2 {
    font-size: 20px; }
  button {
    width: 40px; } }

@media (max-width: 365px) {
  .wrapper {
    width: 100%; } }

@media (max-width: 330px) {
  button {
    width: 37px; } }
