/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* Set every element's box-sizing to border-box */
* {
  box-sizing: border-box;
}
html,
body {
  height: 100%;
}
.flex {
  display: flex;
}
@media only screen and (max-width: 900px) {
  .flex {
    flex-direction: column;
  }
  .flex-no-response {
    flex-direction: row;
  }
}
.flex > * {
  padding: 0.5em;
}
.flex-inline {
  display: inline-flex;
}
.flex-column {
  flex-direction: column;
}
.flex-column-reverse {
  flex-direction: column-reverse;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}
.flex-justify-start {
  justify-content: flex-start;
}
.flex-justify-end {
  justify-content: flex-end;
}
.flex-justify-center {
  justify-content: center;
}
.flex-justify-between {
  justify-content: space-between;
}
.flex-justify-around {
  justify-content: space-around;
}
.flex-justify-even {
  justify-content: space-evenly;
}
.flex-content-start {
  align-content: flex-start;
}
.flex-content-end {
  align-content: flex-end;
}
.flex-content-center {
  align-content: center;
}
.flex-content-stretch {
  align-content: stretch;
}
.flex-content-around {
  align-content: space-around;
}
.flex-content-between {
  align-content: space-between;
}
.flex-items-start {
  align-items: flex-start;
}
.flex-items-end {
  align-items: flex-end;
}
.flex-items-center {
  align-items: center;
}
.flex-items-stretch {
  align-items: stretch;
}
.flex-items-baseline {
  align-items: baseline;
}
.flex-shrink {
  flex-shrink: 2;
}
.flex-shrink-more {
  flex-shrink: 3;
}
.flex-grow {
  flex-grow: 2;
}
.flex-grow-more {
  flex-grow: 3;
}
.flex-self-start {
  align-self: flex-start;
}
.flex-self-end {
  align-self: flex-end;
}
phone,
email {
  display: block;
}
.u-text-center {
  text-align: center;
}
.u-text-right {
  text-align: right;
}
.u-text-left {
  text-align: left;
}
.u-margin-auto {
  margin: auto;
}
.u-margin-1 {
  margin: 1em;
}
.u-margin-top-2 {
  margin-top: 1.5em;
}
@media screen and (max-width: 900px) {
  .u-margin-top-2 {
    margin-top: 18em;
  }
}
.u-margin-bottom-sm {
  margin-bottom: 1.5rem;
}
.u-margin-bottom-md {
  margin-bottom: 4rem;
}
.u-margin-bottom-lg {
  margin-bottom: 8rem;
}
.u-top-lg {
  margin-top: 8rem;
}
.u-top-xl {
  margin-top: 10rem;
}
.u-float-right {
  float: right;
}
.u-fixed-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.u-width-100 {
  width: 100%;
}
.u-width-90 {
  width: 90%;
}
.u-width-80 {
  width: 80%;
}
.u-width-75 {
  width: 75%;
}
@media only screen and (max-width: 460px) {
  .u-width-75 {
    width: 100%;
  }
}
.u-width-50 {
  width: 50%;
}
.u-width-45 {
  width: 45%;
}
.u-width-40 {
  width: 40%;
}
.u-width-33 {
  width: 33%;
}
.u-width-25 {
  width: 25%;
}
-padding-default {
  padding: 5%;
}
-padding-1 {
  padding: 1em;
}
-border-1 {
  border: 1px solid black;
}
-font-large {
  font-size: 400%;
}
-max-width-4 {
  max-width: 4em;
}
.color-invert {
  filter: invert(1);
}
.color-black {
  color: #000;
}
.bg-grey {
  background: #aaa;
  border-radius: 1em;
}
@font-face {
  font-family: 'Fira Sans Extra Condensed';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Fira Sans Extra Condensed Regular'), local('FiraSansExtraCondensed-Regular'), url(https://fonts.gstatic.com/s/firasansextracondensed/v4/NaPKcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda1f-uvw.ttf) format('truetype');
}
@font-face {
  font-family: 'Major Mono Display';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Major Mono Display Regular'), local('MajorMonoDisplay-Regular'), url(https://fonts.gstatic.com/s/majormonodisplay/v3/RWmVoLyb5fEqtsfBX9PDZIGr2tFubRh7DXeU.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto Mono'), local('RobotoMono-Regular'), url(https://fonts.gstatic.com/s/robotomono/v6/L0x5DF4xlVMF-BfR8bXMIjhLq3o.ttf) format('truetype');
}
@font-face {
  font-family: 'Seymour One';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Seymour One'), local('SeymourOne'), url(https://fonts.gstatic.com/s/seymourone/v7/4iCp6Khla9xbjQpoWGGd0lyPN4Q.ttf) format('truetype');
}
html {
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  font-size: 62.5%;
  color: #aaa;
}
a {
  color: #ccc;
  transition: all 0.2s;
}
a:hover {
  color: green;
}
@media only screen {
  svg {
    filter: invert(1);
  }
}
body {
  font-size: 1.6rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 1rem 0;
  letter-spacing: 3px;
}
h1 {
  font-family: "Major Mono Display", monospace;
}
h3,
h5 {
  font-family: 'Roboto Mono', monospace;
}
h1,
h3 {
  color: #eee;
}
h1 {
  font-size: 13vw;
  transition: 1.5s all;
}
h2 {
  font-size: 3rem;
  font-weight: 200;
}
h3 {
  font-size: 2.5rem;
  font-weight: 300;
}
h4 {
  font-size: 2rem;
  font-weight: 400;
}
h5 {
  font-size: 1.8rem;
  font-weight: 500;
}
h6 {
  font-size: 1.75rem;
  font-weight: 600;
}
nav a {
  font-family: "Roboto Mono", monospace;
}
html {
  background: linear-gradient(#1f1c21, #110c17);
  background-attachment: fixed;
}
body {
  height: 100vw;
  background-repeat: no-repeat;
}
nav {
  background: #000000dd;
  z-index: 500;
}
@media only screen and (max-width: 460px) {
  nav {
    display: none;
  }
}
header {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 460px) {
  header {
    margin-top: 0;
  }
}
header h1 {
  background: url(../img/code.jpg);
  text-transform: uppercase;
  background-attachment: fixed;
  background-position: top;
  background-repeat: none;
  background-size: cover;
  font-weight: 800;
  -webkit-background-clip: text;
  background-clip: text;
  display: inline-block;
  color: transparent;
  filter: drop-shadow(0px 0px 3px #fff);
  margin-top: -5%;
}
header h2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #eee;
  color: #333;
  text-transform: uppercase;
  box-shadow: 0 3px 3px rgba(46, 0, 121, 0.3);
}
main {
  margin-top: 3em;
}
img.snapshot {
  padding: 0;
  border-radius: 50%;
  border: 0;
  box-shadow: 0 0 2rem #373438;
  max-width: 75%;
  margin: 2rem;
}
a.button {
  text-decoration: none;
  background: #ffffff6f;
  border: 1px solid #000;
  border-radius: 3pt;
  padding: 1rem;
  transition: all 0.2s;
}
a.button:hover {
  background: #eee;
  color: #333;
  text-decoration: wavy underline green;
}
a.button:active {
  transform: translateY(2px);
}
hr {
  border-bottom: 3px solid #373438;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 900px) {
  .skills {
    text-align: center;
  }
}
.intro li,
.certs li,
.history li {
  list-style: square;
  margin-left: 3rem;
}
@media print {
  body {
    width: 100%;
    background: #fff;
  }
  nav {
    display: none;
  }
  header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin-top: 0;
  }
  header h1 {
    margin-top: 0;
    font-size: 10rem;
    color: #222;
    font-family: 'Roboto Mono', monospace;
    text-transform: none;
  }
  header h2 {
    position: relative;
    color: #555;
    text-transform: uppercase;
    border-bottom: 0.25rem solid #373438;
    box-shadow: none;
  }
  main.u-margin-auto {
    margin-top: 17rem;
  }
  footer {
    display: none;
  }
}
