html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

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

::selection {
  background: #b3d4fc;
  text-shadow: 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;
}

/* ==========================================================================
   Custom styles
   ========================================================================== */

:root {
  --background-color: #fafafa;
  --on-background-color: #334053;
  --primary-color: #167dd9;
  --on-primary-color: #ebecee;

  --logo-font: 'Major Mono Display';
  --primary-font: 'PT Mono'; /* header, titles, subtitles, button labels */
  --secondary-font: 'Open Sans'; /* 'Lato' content text */
}

body {
  background: var(--background-color);
  font-family: var(--primary-font), var(--secondary-font), sans-serif;
}

.page-header {
  padding: 1.5em 0.5em;
}

.page-footer {
  padding: 2.5em 0 0;
}

.container {
  max-width: 760px;
}

.logo {
  color: var(--primary-color);
  font-family: var(--logo-font);
  font-size: 28px;
}

.intro {
  color: var(--on-background-color);
  font-size: 40px;
  font-style: normal;
  line-height: 40px;
  padding: 3em 0 0.3em 0;
}

.profession {
  color: var(--on-background-color);
  font-size: 22px;
  font-weight: 900;
  padding-bottom: 1em;
}

.profile {
  color: var(--on-background-color);
  font-family: var(--secondary-font);
  font-size: 20px;
  font-style: normal;
  line-height: 34px;
  padding-bottom: 1em;
}

.profile p {
  margin-bottom: 0.75em;
}
.social {
  margin: 0 auto;
}

.social ul {
  display: flex;
  list-style: none;
}

.social a {
  padding: 0 1.0em;
}

.social img {
  height: 28px;
  transition: opacity 0.8;
  filter: invert(54%) sepia(78%) saturate(5269%) hue-rotate(191deg) brightness(89%) contrast(90%);
}

.social img:hover {
  opacity: 0.6;
}

a,
a:hover,
a:visited,
a:active {
  color: inherit;
  text-decoration: none;
}

.hidden,
[hidden] {
  display: none !important;
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@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: #fff !important;
    color: #000 !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) ")";
  }

  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
