/* ==========================================================================
   normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css
   ========================================================================== */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:none}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* Variables */
:root {
  --accent-color: #3b6ded;
  --background-coor: #fffff8;
  --light-color: rgb(246, 240, 229);
  --light-text-color: rgb(80, 80, 80);
  --dark-accent-color: #1d47b2;
}

body {
  font-family: system-ui, -apple-system, Ubuntu, 'Helvetica Neue', sans-serif;
  font-size: 16px;
  background: var(--background-color);
}

a {
  color: var(--accent-color);
  text-decoration: none;
}

a:visited {
  color: var(--accent-color);
}

a:hover {
  filter: brightness(150%) !important;
}

a h3 {
  color: var(--dark-accent-color);
}


p {
  margin-block-start: 0;
  margin-bottom: 0.5em;
  line-height: 1.5em;
}

li {
  line-height: 1.5em;
}

nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

nav a {
  display: block;
  margin-top: 2em;
}

img {
  margin-bottom: 1em;
}

.container {
  padding-left: 2em;
  padding-right: 2em;
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
}

.main-image {
  width: 240px;
  height: 240px;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.5em;
  border-radius: 120px;
  background-image: url(/assets/images/avatar.jpg);
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.round-image {
  border-radius: 50%;
}

.full-width {
  width: 100%;
}

.post-date {
  color: var(--light-text-color);
  display: block;
  margin-top: -1em;
  margin-bottom: 1em;
}

.page-title {
  text-align: center;
}

.paragraph {
  margin-top: 1.2em;
  font-size: 1em;
}

.project-single {
  padding-bottom: 2.5em;
}

.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.box {
  display: block;
  width: 100%;
}

.box-3 {
  width: 30%;
  min-width: 100px;
  margin: 0 0.5%;
}

.box-4 {
  width: 31%;
  min-width: 180px;
}

.box-6 {
  width: 49%;
  min-width: 280px;
}

.box-8 {
  width: 61%;
  min-width: 360px;
}
.box-9 {
  width: 67%;
  min-width: 420px;
}

.post img {
  display: block;
  margin: 2em auto 1.5em auto;
  max-width: 120%;
}

.post img + em {
  display: block;
  margin-top: -1em;
  margin-bottom: 1.2em;
}

.post img.full-width {
  width: 120%;
  margin-left: -10%;
  margin-right: -10%;
}

.post iframe {
  display: block;
  margin: 2em auto 1.5em auto;
}

.post video {
  width: 80%;
  display: block;
  margin: 1.2em auto 1.2em auto;
}

.project-single img {
  border-radius: 5px;
}

.project-single .full-width {
  width: 90%;
  margin: 1em auto 1em auto;
  display: block;
}

.project-page h1 {
  text-align: center;
  font-size: 1.618em;
  font-weight: 600;
}

.project-page nav {
  justify-content: space-around;
}

.project-page nav button {
  background: #333;
  color: white;
  border: none;
  padding: 0.5em 1.618em;
  border-radius: 20px;
}


code {
  background-color: var(--light-color);
  padding: 0 10px;
  font-size: 0.9em;
  border-radius: 3px;
  display: inline;
}

@media screen and (max-width: 700px) {
  .post img.full-width {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .project-single .full-width {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}


