@import url(https://fonts.bunny.net/css?family=inter:300,700|poppins:300,300i,700,700i);
body {
  margin: 20px 0;
  padding: 0 10px;
  color: #333;
  background: url("/images/debut_light.png") #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  line-height: 1.5; }

i, em {
  font-family: "Poppins", sans-serif;
  font-style: italic; }

b, strong {
  font-family: "Poppins", sans-serif;
  font-weight: 700; }

h1, h2, h3, h4, h5, h6, h7 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #333; }

a {
  color: #39f;
  padding: 0;
  margin: 0; }
  a:visited {
    color: #777; }
  a:hover {
    color: #f30 !important;
    padding-top: 0.1em; }

img {
  border: 0;
  max-width: 100%;
  height: auto; }

section.page {
  max-width: 1000px;
  margin: 0 auto; }

header nav {
  color: #fff;
  font-size: 1em;
  margin: 0 0 25px 0;
  position: relative;
  overflow: hidden;
  clear: both;
  font-weight: 700; }
  header nav a {
    color: #333;
    text-decoration: none; }
  header nav ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  header nav li {
    float: left;
    margin: 0 20px 0 0;
    padding: 0; }

.tagline {
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  padding: 1em 0;
  margin: 1em 0;
  font-size: 1.5em; }

footer {
  margin-top: 5rem;
  font-size: 0.9em;
  color: #777;
  text-align: center; }
  footer a {
    color: #777; }
  footer .contact a {
    text-decoration: none;
    border: none; }
    footer .contact a img {
      width: 40px;
      margin: 0 10px; }

/*
 *
 * Miscellaneous
 *
 */
.clear {
  clear: both; }

.flickr_badge_image img {
  float: left;
  margin: 0 5px 5px 0;
  border: 1px solid #ccc; }

#copyright {
  padding: 50px 0 0 0;
  color: #777; }

.alignleft {
  padding: 0 10px 5px 0;
  float: left; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

.alignright {
  padding: 0 0 5px 10px;
  float: right; }

.thumbleft {
  float: left;
  margin: 0 10px 0 0; }

.thumbright {
  float: right;
  margin: 0 0 0 10px; }

.highlight {
  background-color: #ff0; }

.floatleft {
  float: left; }

.floatright {
  float: right; }

pre.code {
  font-family: monospace;
  background-color: #ffe;
  padding: 10px;
  border: 1px dashed #ccc; }

/*
 *
 * Project listing
 *
 */
.projectlisting {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0 4.5rem;
  justify-content: center; }
  .projectlisting .project {
    width: 150px;
    height: 250px; }
    .projectlisting .project:hover a {
      color: #f30;
      font-weight: bold; }
    .projectlisting .project .icon,
    .projectlisting .project .icon img,
    .projectlisting .project div.icon {
      margin: 0;
      padding: 0;
      width: 100%;
      background-color: #fff;
      border: 2px solid #eee;
      display: block;
      cursor: pointer; }
    .projectlisting .project:hover .icon {
      box-shadow: 0 0 20px -5px #ccc; }
    .projectlisting .project h3 {
      font-size: 90%;
      font-weight: normal;
      margin: 2px 0 0 0;
      text-transform: uppercase; }
    .projectlisting .project h3 a {
      text-decoration: none;
      border: none;
      color: #000; }
    .projectlisting .project p {
      margin: 0;
      padding: 0; }
    .projectlisting .project .details {
      display: none; }

/**
 *
 * Blog
 *
 */
body.blog .the-date {
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #aaa;
  margin: 0 0 0.5rem 0; }

body.blog article {
  margin: 1rem 0; }

body.blog article h2 {
  margin: 0; }

body.blog article h2 a {
  text-decoration: none; }

body.blog .cover {
  font-size: 0.8rem;
  text-align: right; }
  body.blog .cover img {
    width: 100%;
    max-width: 100%;
    height: 360px;
    object-fit: cover; }
  body.blog .cover a {
    text-decoration: none; }

body.blog .list .cover .credit {
  display: none; }

body.blog .list .cover img {
  height: 200px; }

/**
 *
 * Grue
 *
 */
body.error404 {
  height: 100%;
  background: #000;
  color: #fff;
  margin: 0;
  padding: 0; }
  body.error404 * {
    color: #aaa;
    padding: 0;
    margin: 0; }
  body.error404 #page {
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin: 0;
    padding: 0; }
  body.error404 #content {
    margin: 1em;
    max-width: 500px; }
  body.error404 #title {
    margin: 1em 0; }
  body.error404 #title h1 {
    font-size: 1em; }
  body.error404 #title p {
    margin: 0; }
  body.error404 p {
    margin: 1em 0; }
  body.error404 #searchform {
    margin: 0 0 0 -1px;
    padding: 0;
    display: inline-block;
    width: 90%; }
  body.error404 #s, body.error404 #s:focus {
    background-color: #000;
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    width: 90%; }
  body.error404 .grue {
    position: absolute;
    width: 96px;
    height: 132px;
    background: url(/images/grue.png) no-repeat; }
