/*! normalize.css v8.0.0 | 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 */
}

* {
  box-sizing: border-box;
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

@font-face {
  font-family: "mkf";
  src: url("/fonts/mkf.ttf?qhlr02") format("truetype"), url("/fonts/mkf.woff?qhlr02") format("woff"), url("/fonts/mkf.svg?qhlr02#mkf") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "mkf" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-cross:before {
  content: "\EA0F";
}

.icon-checkmark:before {
  content: "\EA10";
}

.icon-phone:before {
  content: "\E942";
}

.icon-bubble:before {
  content: "\E96B";
}

.icon-facebook:before {
  content: "\EA90";
}

.icon-linkedin2:before {
  content: "\EACA";
}

:root {
  --section-header-desktop-bg-odd: #fcfcfc;
  --section-content-desktop-bg-odd: #f8f8f8;
  --section-header-desktop-bg-even: #f8f8f8;
  --section-content-desktop-bg-even: #fcfcfc;
  --experience-period: #666666;
}

:root {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 10px;
}
:root A {
  color: #000000;
}

body {
  font-size: 1.6rem;
  line-height: 2rem;
}

.mkf-section {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1000px) {
  .mkf-section {
    flex-direction: unset;
  }
  .mkf-section:not(.mkf-header):nth-child(even) .mkf-section-header {
    background-color: var(--section-header-desktop-bg-even);
  }
  .mkf-section:not(.mkf-header):nth-child(even) .mkf-section-content {
    background-color: var(--section-content-desktop-bg-even);
  }
  .mkf-section:not(.mkf-header):nth-child(odd) .mkf-section-header {
    background-color: var(--section-header-desktop-bg-odd);
  }
  .mkf-section:not(.mkf-header):nth-child(odd) .mkf-section-content {
    background-color: var(--section-content-desktop-bg-odd);
  }
}

.mkf-section-header {
  padding: 4rem 4rem 0;
}
.mkf-section-header * {
  font-size: 1.25em;
  line-height: normal;
  margin: 0;
}
@media screen and (min-width: 1000px) {
  .mkf-section-header {
    padding: 4rem;
    min-width: 40%;
    text-align: right;
  }
  .mkf-section-header * {
    font-size: 1.6rem;
  }
}

.mkf-section-content {
  flex-basis: 100%;
  padding: 2rem 4rem 4rem;
}
@media screen and (min-width: 1000px) {
  .mkf-section-content {
    padding: 4rem;
  }
}
.mkf-section-content--text P {
  margin: 0;
  max-width: 800px;
}
.mkf-section-content--text P + p {
  margin-top: 2rem;
}

.mkf-header {
  padding-top: 5rem;
}
@media screen and (min-width: 1000px) {
  .mkf-header > * {
    padding-top: 15rem;
  }
}

.mkf-avatar {
  display: block;
  width: 25rem;
  height: 25rem;
  margin: 0 auto;
  border-radius: 50%;
}
@media screen and (min-width: 1000px) {
  .mkf-avatar {
    width: 35rem;
    height: 35rem;
    margin: 0 0 0 auto;
  }
}

.mkf-title {
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 900;
}
.mkf-title P {
  margin: 2rem 0;
}
.mkf-title--caps {
  text-transform: uppercase;
  font-size: 5rem;
}
@media screen and (min-width: 1000px) {
  .mkf-title--caps {
    font-size: 6rem;
  }
}
.mkf-title--plain {
  font-weight: 300;
}
.mkf-title--cursive {
  position: relative;
  left: -1rem;
  color: #ffffff;
  background-color: #333;
  font-size: 3rem;
  margin-top: 2rem;
  display: inline-block;
  padding: 0.5rem 3.5rem 0.7rem;
  border-radius: 3rem;
  line-height: normal;
}
.mkf-title--small {
  font-size: 2rem;
}
.mkf-title--large {
  font-size: 4rem;
}
@media screen and (min-width: 1000px) {
  .mkf-title--large {
    font-size: 6rem;
  }
}
@media screen and (min-width: 1000px) {
  .mkf-title *:last-child {
    border-bottom: 1px solid black;
    padding-bottom: 5rem;
  }
}

.mkf-details {
  display: flex;
  flex-flow: column wrap;
  max-height: 6rem;
  max-width: 800px;
  margin-top: 5rem;
}
.mkf-details__type {
  font-weight: 700;
}
.mkf-details__description {
  min-height: 3rem;
  margin: 0;
}
.mkf-details__description P + P {
  margin: 0;
}
.mkf-details__description A {
  display: block;
}
@media screen and (max-width: 1000px) {
  .mkf-details {
    display: block;
    max-height: unset;
  }
}

.mkf-section-title {
  font-weight: 300;
  line-height: 2.5rem;
}
.mkf-section-title--emphasized {
  font-weight: 700;
}

.mkf-experience-list {
  list-style-type: none;
  margin: 0;
  padding: 1rem;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 1000px) {
  .mkf-experience-list {
    padding: 0;
  }
}

.mkf-experience {
  display: flex;
  flex-direction: column;
  max-width: 800px;
  position: relative;
  border-left: 1px solid black;
  padding-bottom: 2rem;
  margin-top: 2rem;
}
@media screen and (min-width: 1000px) {
  .mkf-experience {
    flex-direction: unset;
  }
}
.mkf-experience__overview * {
  margin: 0.5rem;
  min-width: 28rem;
  padding-left: 2.5rem;
}
.mkf-experience__overview *::before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background-color: #cccccc;
  border-radius: 50%;
  position: absolute;
  left: -5px;
  top: -15px;
}
.mkf-experience__period {
  color: var(--experience-period);
  margin: 0;
}
.mkf-experience__company {
  text-transform: uppercase;
  font-size: 1.25em;
  font-weight: 700;
  margin: 2rem 0 0.5rem;
}
.mkf-experience__location {
  margin: 0;
  margin-bottom: 2rem;
  font-size: 0.8em;
}
.mkf-experience__role {
  margin: 0;
  font-size: 0.8em;
}
.mkf-experience__summary {
  padding-left: 2.5rem;
  margin-top: 2rem;
}
@media screen and (min-width: 1000px) {
  .mkf-experience__summary {
    padding-left: 0;
    margin-top: unset;
  }
}
.mkf-experience__summary P {
  margin-top: 0;
}
.mkf-experience__responsibility-list {
  font-size: 0.8em;
}

.mkf-definition-list {
  margin: 0;
}
.mkf-definition-list dt {
  font-weight: 400;
}
.mkf-definition-list dd {
  margin: 0 0 2rem 0;
}

@media print {
  @page {
    size: a4 portrait;
    margin: 1cm;
  }
  body, body * {
    color: #000000 !important;
  }
  .mkf-avatar {
    width: 30rem;
    height: 30rem;
  }
  .mkf-title p {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .mkf-title *:last-child {
    border-bottom: none;
    padding-bottom: 2rem;
  }
  .mkf-title--cursive {
    left: 0;
    top: 2rem;
    display: block;
    background-color: transparent;
    border: 1px solid #000000;
    font-weight: 700;
    padding: 0.25rem 2.5rem 0.5rem;
    margin: 2rem;
  }
  .mkf-details__type {
    text-align: center;
  }
  .mkf-details__description {
    text-align: center;
  }
  .mkf-page-break {
    break-before: page;
  }
  .mkf-experience {
    flex-direction: column;
  }
  .mkf-experience__overview {
    margin-bottom: 2rem;
  }
  .mkf-experience__summary {
    padding-left: 4rem;
  }
  .mkf-experience__overview *::before {
    content: "";
    display: none;
  }
  .mkf-experience__role {
    font-weight: 400;
  }
  .mkf-section-header {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .mkf-section-title--emphasized {
    font-size: 2.5rem;
    margin-bottom: 0rem;
    margin-top: 0rem;
  }
  .mkf-section-title--normal {
    display: none;
  }
}
/*# sourceMappingURL=styling.css.map*/