@import url("https://fonts.googleapis.com/css?family=Roboto:300,500,700,900");
body {
  font-family: 'Roboto', sans-serif;
  background-color: #fcfcfc;
  font-weight: 300;
  color: #333;
  line-height: 1.5;
  font-size: 1.25em; }

h1, h2, h3, h4, h5 {
  font-family: 'Times New Roman', serif; }

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

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

.start-btn {
  padding: 10px 20px;
  background-color: #ffb308;
  color: white;
  font-size: 1em;
  font-weight: 300;
  border-radius: 5px;
  margin-top: 20px;
  cursor: pointer;
  border: 1px solid #eea400;
  transition: all 200ms ease; }
  .start-btn:hover, .start-btn:focus {
    outline: none;
    background-color: #f3a800; }

header {
  padding: 3em 10px;
  margin-bottom: 10px; }
  header h1 {
    font-size: 50px;
    font-weight: 900;
    margin: 0px  0px 5px;
    color: #5aabe3; }
  header p {
    color: #999; }
  header strong {
    margin-top: 10px;
    display: inline-block;
    color: #3bc7ea; }

footer {
  padding: 2em;
  background-color: #444;
  margin-top: 50px;
  color: white;
  text-align: center; }

.badge {
  font-size: 85%;
  background-color: #f2eee0;
  display: inline-block;
  padding: 3px 8px;
  border-radius: 4px;
  margin-bottom: 20px; }

.iread-article {
  display: inline-block;
  padding: 0 20px;
  box-sizing: border-box; }
  .iread-article img {
    border-radius: 4px; }

aside {
  top: 20px;
  display: inline-block;
  vertical-align: top;
  background-color: #eee;
  border-radius: 4px;
  padding: 20px;
  box-sizing: border-box;
  line-height: 1.7;
  min-height: 90vh; }
  aside .iread-indicator {
    margin-right: 5px; }
  aside h3 {
    margin: 0;
    font-size: 0.9em;
    font-weight: 300;
    line-height: 1.2; }
  aside small {
    font-size: 75%; }

.small {
  font-size: 75%; }

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 320px) {
  .container {
    max-width: 290px; } }
@media (min-width: 576px) {
  .container {
    max-width: 540px; } }
@media (min-width: 768px) {
  .container {
    max-width: 720px; }

  aside {
    width: 30%; }

  .iread-article {
    width: calc(70% - 5px); }

  .d-flex {
    display: inline-flex;
    align-items: center; } }
@media (min-width: 992px) {
  .container {
    max-width: 960px; } }
@media (min-width: 1200px) {
  .container {
    max-width: 1140px; } }
/*Normalize*/
/*! 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: bolder; }

/**
 * 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; }

/*Utility*/
/* Basscss Margin */
.m0 {
  margin: 0; }

.mt0 {
  margin-top: 0; }

.mr0 {
  margin-right: 0; }

.mb0 {
  margin-bottom: 0; }

.ml0 {
  margin-left: 0; }

.mx0 {
  margin-left: 0;
  margin-right: 0; }

.my0 {
  margin-top: 0;
  margin-bottom: 0; }

.m1 {
  margin: var(--space-1); }

.mt1 {
  margin-top: var(--space-1); }

.mr1 {
  margin-right: var(--space-1); }

.mb1 {
  margin-bottom: var(--space-1); }

.ml1 {
  margin-left: var(--space-1); }

.mx1 {
  margin-left: var(--space-1);
  margin-right: var(--space-1); }

.my1 {
  margin-top: var(--space-1);
  margin-bottom: var(--space-1); }

.m2 {
  margin: var(--space-2); }

.mt2 {
  margin-top: var(--space-2); }

.mr2 {
  margin-right: var(--space-2); }

.mb2 {
  margin-bottom: var(--space-2); }

.ml2 {
  margin-left: var(--space-2); }

.mx2 {
  margin-left: var(--space-2);
  margin-right: var(--space-2); }

.my2 {
  margin-top: var(--space-2);
  margin-bottom: var(--space-2); }

.m3 {
  margin: var(--space-3); }

.mt3 {
  margin-top: var(--space-3); }

.mr3 {
  margin-right: var(--space-3); }

.mb3 {
  margin-bottom: var(--space-3); }

.ml3 {
  margin-left: var(--space-3); }

.mx3 {
  margin-left: var(--space-3);
  margin-right: var(--space-3); }

.my3 {
  margin-top: var(--space-3);
  margin-bottom: var(--space-3); }

.m4 {
  margin: var(--space-4); }

.mt4 {
  margin-top: var(--space-4); }

.mr4 {
  margin-right: var(--space-4); }

.mb4 {
  margin-bottom: var(--space-4); }

.ml4 {
  margin-left: var(--space-4); }

.mx4 {
  margin-left: var(--space-4);
  margin-right: var(--space-4); }

.my4 {
  margin-top: var(--space-4);
  margin-bottom: var(--space-4); }

.mxn1 {
  margin-left: calc(var(--space-1) * -1);
  margin-right: calc(var(--space-1) * -1); }

.mxn2 {
  margin-left: calc(var(--space-2) * -1);
  margin-right: calc(var(--space-2) * -1); }

.mxn3 {
  margin-left: calc(var(--space-3) * -1);
  margin-right: calc(var(--space-3) * -1); }

.mxn4 {
  margin-left: calc(var(--space-4) * -1);
  margin-right: calc(var(--space-4) * -1); }

.m-auto {
  margin: auto; }

.mt-auto {
  margin-top: auto; }

.mr-auto {
  margin-right: auto; }

.mb-auto {
  margin-bottom: auto; }

.ml-auto {
  margin-left: auto; }

.mx-auto {
  margin-left: auto;
  margin-right: auto; }

.my-auto {
  margin-top: auto;
  margin-bottom: auto; }

:root {
  --space-1: .5rem;
  --space-2: 1rem;
  --space-3: 2rem;
  --space-4: 4rem; }

/* Basscss Padding */
.p0 {
  padding: 0; }

.pt0 {
  padding-top: 0; }

.pr0 {
  padding-right: 0; }

.pb0 {
  padding-bottom: 0; }

.pl0 {
  padding-left: 0; }

.px0 {
  padding-left: 0;
  padding-right: 0; }

.py0 {
  padding-top: 0;
  padding-bottom: 0; }

.p1 {
  padding: var(--space-1); }

.pt1 {
  padding-top: var(--space-1); }

.pr1 {
  padding-right: var(--space-1); }

.pb1 {
  padding-bottom: var(--space-1); }

.pl1 {
  padding-left: var(--space-1); }

.py1 {
  padding-top: var(--space-1);
  padding-bottom: var(--space-1); }

.px1 {
  padding-left: var(--space-1);
  padding-right: var(--space-1); }

.p2 {
  padding: var(--space-2); }

.pt2 {
  padding-top: var(--space-2); }

.pr2 {
  padding-right: var(--space-2); }

.pb2 {
  padding-bottom: var(--space-2); }

.pl2 {
  padding-left: var(--space-2); }

.py2 {
  padding-top: var(--space-2);
  padding-bottom: var(--space-2); }

.px2 {
  padding-left: var(--space-2);
  padding-right: var(--space-2); }

.p3 {
  padding: var(--space-3); }

.pt3 {
  padding-top: var(--space-3); }

.pr3 {
  padding-right: var(--space-3); }

.pb3 {
  padding-bottom: var(--space-3); }

.pl3 {
  padding-left: var(--space-3); }

.py3 {
  padding-top: var(--space-3);
  padding-bottom: var(--space-3); }

.px3 {
  padding-left: var(--space-3);
  padding-right: var(--space-3); }

.p4 {
  padding: var(--space-4); }

.pt4 {
  padding-top: var(--space-4); }

.pr4 {
  padding-right: var(--space-4); }

.pb4 {
  padding-bottom: var(--space-4); }

.pl4 {
  padding-left: var(--space-4); }

.py4 {
  padding-top: var(--space-4);
  padding-bottom: var(--space-4); }

.px4 {
  padding-left: var(--space-4);
  padding-right: var(--space-4); }

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