body,
html {
  height: 100%;
  max-height: 100%;
}
html {
  overflow: hidden;
}
body {
  overflow: auto;
  font-family: avenir next, avenir, helvetica neue, helvetica, roboto, noto,
    ubuntu, segoe ui, arial, sans-serif;
  font-size: 20px;
  line-height: 2rem;
  color: #444;
  padding-left: 1em;
  padding-right: 1em;
  background-color: #fff;
  background-image: url(../images/kyle-small.jpg);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 640px) {
  body {
    background-image: url(../images/kyle-medium.jpg);
  }
}
@media (min-width: 1024px) {
  body {
    background-image: url(../images/kyle-large.jpg);
    background-size: auto 75%;
  }
}
body a {
  font-weight: 700;
  text-decoration: none;
}
body a:active,
body a:focus,
body a:hover {
  border-bottom-color: transparent !important;
  text-decoration: underline;
}
a {
  color: #444;
}
a:active,
a:focus,
a:hover {
  color: rgba(68, 68, 68, 0.7);
}
a.github {
  color: #4078c0;
}
a.linkedin {
  color: #0a66c2;
}
main {
  width: 100%;
  background-color: hsla(0, 0%, 100%, 0.5);
  text-align: justify;
}
main h1 {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  line-height: 100%;
  font-size: 1.6em;
}
@media (min-width: 1024px) {
  main {
    width: 50%;
    margin-top: 3em;
  }
  main,
  main h1 {
    text-align: left;
  }
}
