/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bold;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

html {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  font-family: "M PLUS 1p", "Roboto", "Raleway", HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0.2;
  line-height: 1.8;
  color: hsl(0, 0%, 13%);
}

.section {
  padding: 4rem 1.5rem;
}

.container {
  width: 100%;
  max-width: 90rem;
  margin: 0 auto;
  padding: 0 auto;
  position: relative;
}

.hero {
  display: flex;
  flex-direction: column;
}
.hero .hero-head,
.hero .hero-body,
.hero .hero-foot {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-grow: 0;
}
.hero .hero-body {
  flex-grow: 1;
}

code {
  color: hsl(0, 100%, 80%);
  background: #f1f1f1;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  padding: 0.2rem;
  font-size: 1.6rem;
}

pre {
  padding: 0.2rem 0.5rem;
  background: #f1f1f1;
  border: 1px solid #e1e1e1;
  max-width: 90rem;
}
pre > code {
  color: inherit;
  background-color: inherit;
  border: none;
  border-radius: inherit;
  display: block;
  padding: 0;
  white-space: pre;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

figure {
  text-align: center;
  display: flex;
  flex-direction: column;
}

.row {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 100%;
}
.row .col-1 {
  display: block;
  max-width: 100%;
  overflow-x: auto;
  flex: 0 0 8.3333333333%;
}
.row .col-2 {
  display: block;
  max-width: 100%;
  overflow-x: auto;
  flex: 0 0 16.6666666667%;
}
.row .col-3 {
  display: block;
  max-width: 100%;
  overflow-x: auto;
  flex: 0 0 25%;
}
.row .col-4 {
  display: block;
  max-width: 100%;
  overflow-x: auto;
  flex: 0 0 33.3333333333%;
}
.row .col-5 {
  display: block;
  max-width: 100%;
  overflow-x: auto;
  flex: 0 0 41.6666666667%;
}
.row .col-6 {
  display: block;
  max-width: 100%;
  overflow-x: auto;
  flex: 0 0 50%;
}
.row .col-7 {
  display: block;
  max-width: 100%;
  overflow-x: auto;
  flex: 0 0 58.3333333333%;
}
.row .col-8 {
  display: block;
  max-width: 100%;
  overflow-x: auto;
  flex: 0 0 66.6666666667%;
}
.row .col-9 {
  display: block;
  max-width: 100%;
  overflow-x: auto;
  flex: 0 0 75%;
}
.row .col-10 {
  display: block;
  max-width: 100%;
  overflow-x: auto;
  flex: 0 0 83.3333333333%;
}
.row .col-11 {
  display: block;
  max-width: 100%;
  overflow-x: auto;
  flex: 0 0 91.6666666667%;
}
.row .col-12 {
  display: block;
  max-width: 100%;
  overflow-x: auto;
  flex: 0 0 100%;
}

.level {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
}
.level .leval-item {
  flex-basis: 50%;
}

@media (max-width: 768px) {
  .row {
    flex-direction: column;
  }
  .level {
    flex-direction: column;
  }
}
a {
  color: hsl(194, 76%, 49%);
}
a:hover, a:focus {
  color: hsl(194, 83%, 32%);
}

ul {
  list-style: circle inside;
}

ol {
  list-style: decimal inside;
}

ol,
ul {
  padding-left: 0;
  margin-top: 0;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%;
}

li {
  margin-bottom: 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 700;
}

h1 {
  font-size: 3rem;
  line-height: 1.2;
  letter-spacing: -0.1rem;
}

h2 {
  font-size: 2.5rem;
  line-height: 1.25;
  letter-spacing: -0.1rem;
}

h3 {
  font-size: 2rem;
  line-height: 1.3;
  letter-spacing: -0.1rem;
}

h4 {
  font-size: 1.8rem;
  line-height: 1.35;
  letter-spacing: -0.08rem;
}

h5 {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: -0.05rem;
}

h6 {
  font-size: 1.2rem;
  line-height: 1.6;
  letter-spacing: 0rem;
}

p {
  margin-top: 0;
  margin-bottom: 2.5rem;
}

blockquote {
  margin: 1rem;
  padding: 1rem;
  font-style: italic;
  background: #efefef;
  border-left: solid #ccc 5px;
}

blockquote p:last-child {
  margin-bottom: 0 !important;
}

b,
strong {
  font-weight: 700;
}

i,
em {
  font-style: italic;
}

u {
  text-decoration: underline;
}

.is-no-decolation {
  text-decoration: none;
}

hr {
  border: 0;
  border-top: 0.1rem solid hsl(0, 0%, 60%);
  margin: 3rem 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
  width: 100%;
}

thead {
  background-color: #efefef;
  border-top: 1px solid hsl(0, 0%, 80%);
  border-bottom: 1px solid hsl(0, 0%, 80%);
}

tr {
  border-bottom: 1px solid lightgrey;
}

th {
  font-weight: 700;
}

th,
td {
  padding: 0.5rem 1rem;
}

tr:nth-child(even) {
  background-color: #fafafa;
}

tbody tr:hover {
  background-color: #f9f9f9;
}

button,
dd,
dt,
li {
  margin-bottom: 1rem;
}

fieldset,
input,
select,
textarea {
  margin-bottom: 1.5rem;
}

blockquote,
dl,
figure,
form,
ol,
p,
pre,
table,
ul,
details,
img {
  margin-bottom: 2.5rem;
}

.m-0 {
  margin: 0rem;
}

.m-1 {
  margin: 0.25rem;
}

.m-2 {
  margin: 0.5rem;
}

.m-3 {
  margin: 0.75rem;
}

.m-4 {
  margin: 1rem;
}

.m-5 {
  margin: 1.5rem;
}

.m-6 {
  margin: 3rem;
}

.mx-0 {
  margin-left: 0rem;
  margin-right: 0rem;
}

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-5 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.mx-6 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.my-0 {
  margin-top: 0rem;
  margin-bottom: 0rem;
}

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-5 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-6 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.mt-0 {
  margin-top: 0rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-5 {
  margin-top: 1.5rem;
}

.mt-6 {
  margin-top: 3rem;
}

.mb-0 {
  margin-bottom: 0rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.5rem;
}

.mb-6 {
  margin-bottom: 3rem;
}

.ml-0 {
  margin-left: 0rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.ml-4 {
  margin-left: 1rem;
}

.ml-5 {
  margin-left: 1.5rem;
}

.ml-6 {
  margin-left: 3rem;
}

.mr-0 {
  margin-right: 0rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mr-5 {
  margin-right: 1.5rem;
}

.mr-6 {
  margin-right: 3rem;
}

.p-0 {
  padding: 0rem;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.5rem;
}

.p-6 {
  padding: 3rem;
}

.px-0 {
  padding-left: 0rem;
  padding-right: 0rem;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-6 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.py-0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-5 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.pt-0 {
  padding-top: 0rem;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-5 {
  padding-top: 1.5rem;
}

.pt-6 {
  padding-top: 3rem;
}

.pb-0 {
  padding-bottom: 0rem;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-5 {
  padding-bottom: 1.5rem;
}

.pb-6 {
  padding-bottom: 3rem;
}

.pl-0 {
  padding-left: 0rem;
}

.pl-1 {
  padding-left: 0.25rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pl-5 {
  padding-left: 1.5rem;
}

.pl-6 {
  padding-left: 3rem;
}

.pr-0 {
  padding-right: 0rem;
}

.pr-1 {
  padding-right: 0.25rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pr-5 {
  padding-right: 1.5rem;
}

.pr-6 {
  padding-right: 3rem;
}

.is-align-right {
  text-align: right;
}

.is-align-left {
  text-align: left;
}

.is-align-center {
  text-align: center;
}

.is-align-justify {
  text-align: justify;
}

.is-full-width {
  width: 100%;
}

.is-full-height {
  height: 100%;
}

.is-color-base {
  color: hsl(0, 0%, 13%);
}

.is-color-primary {
  color: hsl(39, 100%, 50%);
}

.is-color-info {
  color: hsl(221, 100%, 80%);
}

.is-color-success {
  color: hsl(134, 100%, 80%);
}

.is-color-warning {
  color: hsl(53, 100%, 80%);
}

.is-color-danger {
  color: hsl(0, 100%, 80%);
}

.is-color-link {
  color: hsl(194, 76%, 49%);
}

.is-color-link-hover {
  color: hsl(194, 83%, 32%);
}

.is-color-black {
  color: hsl(0, 0%, 0%);
}

.is-color-grey-20 {
  color: hsl(0, 0%, 20%);
}

.is-color-grey-40 {
  color: hsl(0, 0%, 40%);
}

.is-color-grey {
  color: hsl(0, 0%, 50%);
}

.is-color-grey-60 {
  color: hsl(0, 0%, 60%);
}

.is-color-grey-80 {
  color: hsl(0, 0%, 80%);
}

.is-color-white {
  color: hsl(0, 0%, 100%);
}

.is-bg-color-base {
  background-color: hsl(0, 0%, 13%);
}

.is-bg-color-primary {
  background-color: hsl(39, 100%, 50%);
}

.is-bg-color-info {
  background-color: hsl(221, 100%, 80%);
}

.is-bg-color-success {
  background-color: hsl(134, 100%, 80%);
}

.is-bg-color-warning {
  background-color: hsl(53, 100%, 80%);
}

.is-bg-color-danger {
  background-color: hsl(0, 100%, 80%);
}

.is-bg-color-link {
  background-color: hsl(194, 76%, 49%);
}

.is-bg-color-link-hover {
  background-color: hsl(194, 83%, 32%);
}

.is-bg-color-black {
  background-color: hsl(0, 0%, 0%);
}

.is-bg-color-grey-20 {
  background-color: hsl(0, 0%, 20%);
}

.is-bg-color-grey-40 {
  background-color: hsl(0, 0%, 40%);
}

.is-bg-color-grey {
  background-color: hsl(0, 0%, 50%);
}

.is-bg-color-grey-60 {
  background-color: hsl(0, 0%, 60%);
}

.is-bg-color-grey-80 {
  background-color: hsl(0, 0%, 80%);
}

.is-bg-color-white {
  background-color: hsl(0, 0%, 100%);
}

.is-size-1 {
  font-size: 3rem;
}

.is-size-2 {
  font-size: 2.5rem;
}

.is-size-3 {
  font-size: 2rem;
}

.is-size-4 {
  font-size: 1.8rem;
}

.is-size-5 {
  font-size: 1.6rem;
}

.is-size-6 {
  font-size: 1.2rem;
}

.is-size-7 {
  font-size: 1rem;
}

.is-size-8 {
  font-size: 0.8rem;
}

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