@font-face {
  font-family: "Helvetica";
  src: url("/font/Helvetica.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Helvetica-Bold";
  src: url("/font/Helvetica-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

body {
  color: #fffcebbb;
  background-color: #0e0e0e;

  font-family: "Helvetica", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.45;

  max-width: 910px;
  margin: 0 auto;
  padding: 30px 20px 30px 20px;
}

article {
  width: 100%;
}

article > div {
  width: 100%;
}

/* =========================
  NAME + PROFILE PICTURE
 ========================= */
h1 {
  display: inline-block;
  vertical-align: middle;

  color: #fffceb64;
  font-family: "Helvetica", Arial, sans-serif;

  font-size: 26px;
  font-weight: 500;

  margin: 0;
}

h1 + p {
  display: inline-block;
  float: right;
  vertical-align: middle;

  margin: 0;
}

h1 + p img {
  display: block;

  width: 64px;
  height: 64px;

  object-fit: cover;
  border-radius: 50%;

  border: none;
  box-shadow: none;
}
/* =========================
  INTRO QUOTE
 ========================= */

blockquote {
  margin: 18px 0 18px 0;
  padding-left: 12px;

  border-left: 2px solid #ff5722;

  color: #fffdf0bb;
}

blockquote + p {
  padding-bottom: 10px;
  border-bottom: 2px solid #ff5722;
}

/* =========================
  NORMAL PARAGRAPHS
 ========================= */

p {
  margin-top: 6px;
  margin-bottom: 12px;
}

/* =========================
  SECTION HEADINGS
 ========================= */

h2 {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 500;

  font-family: "Helvetica", Arial, sans-serif;

  margin-top: 28px;
  margin-bottom: 22px;

  padding-top: 20px;
  color: #fffceb64;
  /* border-top: 1px solid #aaaaaa; */
}

/* =========================
  ITEM HEADINGS
 ========================= */

h3 {
  font-size: 18px;
  line-height: 1.25;
  font-weight: 700;
  color: #fffcebbb;

  margin-top: 20px;
  margin-bottom: 3px;
}

/* =========================
  DATES
 ========================= */

h3 + p {
  margin-top: 0;
  margin-bottom: 4px;
}

h3 + p b {
  font-weight: 600;
}

/* =========================
  EDUCATION
 ========================= */

h2 + h3 {
  margin-top: 4px;
}

h2 + h3 + p {
  margin-bottom: 14px;
}

/* =========================
  PROJECT / COMPANY IMAGES
 ========================= */

/* Airport Authority logo */

h3 + p + p img {
  width: auto;
  height: 35px;

  max-width: 75px;

  object-fit: contain;

  border: none;
  box-shadow: none;
  border-radius: 0;
}

/* Project logos */

h3 + p + p {
  margin-top: 2px;
  margin-bottom: 10px;
}

h3 + p + p img {
  display: inline-block;
  vertical-align: middle;

  width: auto;
  height: 38px;

  max-width: 100px;

  margin-right: 10px;

  object-fit: contain;

  border: none;
  box-shadow: none;
  border-radius: 0;
}

/* =========================
  ALL OTHER IMAGES
 ========================= */

img {
  max-width: 100%;
  height: auto;
}

/* =========================
  LISTS
 ========================= */

ul,
ol {
  margin-top: 10px;
  margin-bottom: 18px;

  padding-left: 68px;
}

li {
  margin-bottom: 4px;
}

/* =========================
  LINKS
 ========================= */

a {
  color: #ff5722;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* =========================
  BOLD
 ========================= */

b {
  font-weight: 700;
}

/* =========================
  INLINE CODE
 ========================= */

code {
  font-family: "Courier New", monospace;
  font-size: 0.9em;

  background-color: #000000;

  border: 1px solid #828282;
  border-radius: 2px;

  padding: 2px 5px;
}

/* =========================
  CODE BLOCKS
 ========================= */

pre {
  background-color: #111111;
  color: #ffffff;

  padding: 16px;
  margin: 18px 0;

  overflow-x: auto;
  border-radius: 2px;
}

pre code {
  background: transparent;
  border: none;
  padding: 0;

  color: inherit;

  font-family: "Courier New", monospace;
  font-size: 14px;
  line-height: 1.5;
}

/* =========================
  MOBILE
 ========================= */

@media (max-width: 700px) {
  body {
    padding: 40px 16px 20px 16px;
  }

  h1 {
    font-size: 32px;
    line-height: 56px;
    margin-left: 10px;
  }

  h1 + p img {
    width: 56px;
    height: 56px;
  }

  ul,
  ol {
    padding-left: 28px;
  }
}
