@charset "UTF-8";
/* Font
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Colors
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Responsive 
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Paul Irish box model
–––––––––––––––––––––––––––––––––––––––––––––––––– */
html {
  box-sizing: border-box; }

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

/* Eric Meyer 2.0 reset
–––––––––––––––––––––––––––––––––––––––––––––––––– */
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; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

b {
  font-weight: bold; }

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

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

/* additional btn reset
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button {
  margin: 0;
  padding: 0;
  border: none;
  background: none; }
  button:focus {
    outline: none; }
  button * {
    pointer-events: none; }

/* Mixin for responsive font sizing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
html, body, button, input {
  font-size: 16px; }
  @media screen and (min-width: 480px) {
    html, body, button, input {
      font-size: calc(16px + 4 * ((100vw - 480px) / 800)); } }
  @media screen and (min-width: 1280px) {
    html, body, button, input {
      font-size: 20px; } }

/* Paragraphs
–––––––––––––––––––––––––––––––––––––––––––––––––– */
p, li {
  color: #0d0d0d;
  font-family: "arial";
  line-height: 1.4; }

.sm-font {
  font-size: 50%; }

/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ol, ul {
  list-style: outside;
  list-style-type: square;
  margin-left: 1em; }

ul li {
  color: #0d0d0d; }

/* General layout and styling
–––––––––––––––––––––––––––––––––––––––––––––––––– */
body {
  width: 100%;
  overflow-x: hidden;
  background: #F4F4F4; }

#root {
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 4em 8em;
  height: 80vh;
  width: 70vw;
  margin: 8vh auto; }

input {
  margin-bottom: 1em;
  width: 100%;
  min-width: 15em; }

sup {
  vertical-align: super;
  font-size: smaller; }

/* Util 
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.hidden {
  opacity: 0;
  pointer-events: none; }

/* Responsive 
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media all and (max-width: 1280px) {
  #root {
    background: none;
    box-shadow: none;
    padding: 1em; } }

@media all and (max-height: 900px) {
  #root {
    background: none;
    box-shadow: none;
    padding: 1em; } }


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