html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

html {
  height: 100%;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

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

body {
  color: #4d4d4d;
  background-color: #fff;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 300;
}
body h1 {
  font-size: 32px;
  text-transform: uppercase;
}
body h2 {
  font-size: 24px;
}
body a, body a:visited {
  color: #4d4d4d;
  text-decoration: none;
}
body td, body th {
  padding: 0.5em;
}
body th {
  font-weight: 600;
  text-align: center;
}

.primary-header, .exercise-header {
  color: #fff;
  background-color: #4d4d4d;
  padding: 1em 0.5em;
}
.primary-header a h3, .exercise-header a h3 {
  color: #fff;
  text-align: right;
  text-decoration: underline;
}
@media screen and (min-width: 700px) {
  .primary-header h1, .primary-header h2, .primary-header h3, .exercise-header h1, .exercise-header h2, .exercise-header h3 {
    display: inline;
    padding: 0 1em;
  }
}

.link-to-exercise {
  border-color: #4d4d4d;
  border-style: solid;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-radius: 16px;
  transition: all 0.25s;
  margin: 4px;
  padding: 3em;
}
.link-to-exercise:hover {
  border-bottom-width: 6px;
  border-right-width: 8px;
  text-decoration: underline;
}

@media screen and (min-width: 700px) {
  .link-to-exercise {
    text-align: center;
    width: auto;
    max-width: 200px;
    display: inline-flex;
  }
  .exercises-container {
    display: flexbox;
    flex-direction: row;
    text-align: center;
  }
}

/*# sourceMappingURL=style.css.map */
