/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700&display=swap");
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; }

:root {
  font-size: 16px;
  font-weight: 400;
  font-family: 'Nanum Gothic', sans-serif;
  color: #101010; }

p {
  font-size: 1rem;
  line-height: 1.7em; }

html {
  background-color: #f6f6f6; }

html, body {
  margin: 0;
  padding: 0; }

body {
  display: block;
  height: 100%; }

a {
  color: #101010;
  text-decoration: none; }
  a:hover {
    color: red; }

header {
  position: fixed;
  top: 0;
  background-color: #f6f6f6;
  width: 100%; }

footer {
  position: fixed;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1em;
  width: 100%;
  background-color: white; }

main {
  width: 100%;
  padding: 10em 0;
  display: flex;
  flex-direction: column;
  align-items: center; }

h1 {
  font-size: 1.8rem;
  font-weight: 700; }

h2 {
  font-size: 1.4rem;
  font-weight: 700; }

h4 {
  font-size: 1.1rem; }

h1, h2, h3, h4, h5 {
  margin: 0.7em 0; }

hr {
  border: 1.4px solid #101010; }

strong {
  font-weight: 700; }

section.header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 2em; }

h1.title {
  font-weight: 700;
  font-size: 1.5rem; }

a.menu-item {
  font-weight: 700;
  margin: 0 0.8em; }
  a.menu-item:hover {
    text-decoration: underline; }

ul.projects {
  display: grid;
  grid-template-columns: 300px 300px 300px;
  column-gap: 3em;
  padding: 0; }

h4.inverted {
  background-color: black;
  color: white;
  padding: 1em;
  margin: 0.2em 0 2em 0; }

li.project {
  display: flex;
  flex-direction: column;
  appearance: none; }

img.thumbnail {
  width: 300px;
  height: 300px; }
