@import url('https://fonts.googleapis.com/css?family=Lexend+Deca&display=swap');

html {
  background: url(../img/background.jpg) no-repeat left top;
  background-size: cover;
  color: #222222;
  font-family: 'Lexend Deca', sans-serif;
  font-size: 1em;
  line-height: 1.4;
  min-height: 100vh;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

a{
  color: inherit;
  text-decoration: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #222;
  padding: 0.2em 0;
}

.hidden {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.sidebar {
  background-color:#fff;
  box-sizing: border-box;
  display: inline-block;
  min-height: 100vh;
  text-align: center;
  padding: 0 32px;
  max-width: 420px;
  width: 100%;
}

.sidebar h1 {
  line-height: 1.1em;
  margin:4em 0 2em;
}

.sidebar h1 span {
  font-size:5em;
}

.sidebar h6{
  display: inline-block;
  font-size: 1.25em;
  margin-bottom: 0;
  padding-top: 1em;
  position: relative;
}

.sidebar h6::after{
  background-color: #006dc2;
  content: "";
  display: inline-block;
  height: 2px;
  left: 0;
  margin: 0 20%;
  position: absolute;
  top: 0;
  width: 60%;
}

@media only screen and (max-width: 420px) {
  html{
    background-position: center top;
    background-size: auto 50%;
  }
  .sidebar{
    margin-top: 40em;
  }
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
     * Printing Tables:
     * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

