
html, body, form, ul, li, table, td {
    margin: 0;
    padding: 0;
}
body {
    color: #333333;
    position: relative;
}
body, input, textarea {
    font-family: "Helvetica Neue", Helvetica;
    font-size: 13px;
}
a {
    color: #636363;
    text-decoration: none;
}

.hyperlink {
    color: #636363;
    text-decoration: underline;
}

/*a:hover {
    color: #333333;
    text-decoration: none;
}*/

a img {
    border: 0 none;
}

.mono {
    font-family: 'DM Mono', monospace;
    font-size: 12px;
}

td {
    vertical-align: top;
}
ul {
    list-style-position: inside;
}
h1 {
    font-size: 24px;
}
h2 {
    font-size: 18px;
}
h3 {
    font-size: 12px;
}
blockquote {
    border-left-style: solid;
    border-left-width: 3px;
    color: #636363;
    font-size: 16px;
    margin-left: 7px;
    padding-left: 20px;
}
.clear {
    clear: both;
}
.main_separator {
    color: #DEDFE0;
}
.wrapper {
    padding-top: 31px;
}
#header {
    padding-top: 40px;
    /*padding-left: 5px;*/
    padding-bottom: 80px;
    
    margin-left: 10%;
    margin-right: 10%;
    border-bottom: 1px solid #DEDFE0;
    
}

#header-navigation {
    
}

ul {
    list-style-type: none;
    list-style-position: inside;
    color: #303030;
    line-height: 32px;
    text-decoration: none;
}

#site-title {
    float: left;
    font-size: 23px;
    line-height: 27px;
    overflow: hidden;
    padding-right: 40px;
    width: 210px;
}
#site-title a {
    color: #333333;
    font-weight: bold;
    text-decoration: none;
}
#header-left {
    float: left;
    padding-right: 40px;
    width: 210px;
}
#header-center {
    float: left;
    padding-right: 30px;
    width: 210px;
}
#search {
    float: right;
    width: 220px;
}
#header-right {
    margin: 20px 0 0 10px;
}
#search label, #search input[type="submit"] {
    display: none;
}
#search input[type="text"] {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DEDFE0;
    font-size: 13px;
    margin: 0;
    outline: medium none;
    padding: 7px 9px;
    width: 200px;
}
#page_search input[type="submit"] {
    display: none;
}
.menu ul {
    list-style-type: none;
}
.menu ul li {
    padding-bottom: 9px;
}
.menu ul a {
    color: #303030;
    line-height: 13px;
    text-decoration: none;
}
#boxes {
    margin-top: 40px;
}
.box {
    margin-bottom: 70px;
    width: 210px;
    color: #636363;
    margin: 0 1rem 4rem 0;
    display: inline-block;
    break-inside: avoid-column;
}
.box .rel {
    position: relative;
}
.box .rel p {
    margin: 0;
}
.box .texts {
    color: #FFFFFF;
    left: -20px;
    opacity: 0;
    position: absolute;
    top: -20px;
    width: 210px;
    z-index: 200;
}
.box .texts .categories a, .box .texts a, .box .texts .posted, .box .texts .posted a {
    color: #FFFFFF;
}
.box .texts .transparent img {
    opacity: 0.1;
}
.box .texts .abs {
    position: absolute;
    top: 0;
}
.box .categories {
    padding-top: 12px;
    padding-bottom: 10px;
    color: #A1A1A1;
}
.box .categories a, .box .posted a {
    color: #A1A1A1;
}
.box h3 {
    font-size: 16px;
    color: #000;
    margin: 0;
    padding-bottom: 10px;
}
.box h3 a {
    color: #333333;
}
.box .posted {
    color: #A1A1A1;
    padding-top: 10px;
}
.box img {
    display: block;
}
.fetch {
    background: none repeat scroll 0 0 #F9F9F9;
    border-radius: 4px 4px 4px 4px;
    clear: both;
    margin: 0 auto 40px;
    text-align: center;
    width: 460px;
}
.fetch a {
    color: #333333;
    display: block;
    font-size: 16px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
}
.fetch:hover a {
    color: #FFFFFF;
}
#content {
    padding-bottom: 20px;
    margin-left: 10%;
    margin-right: 10%;
}
#content h1 {
    margin-top: 10px;
}


#nav-above {
    color: #636363;
    float: left;
    padding-right: 40px;
    text-align: right;
    width: 210px;
}
#nav-above a {
    color: #333333;
    text-decoration: none;
}
.nav-previous, .nav-next {
    display: inline;
}
.nav-separator {
    color: #E5E5E5;
}

.masonry-with-columns {
  column-gap: 3rem;
}

@media only screen and (max-width : 1100px) {
    .masonry-with-columns {
      columns: 3 200px;
    }
}

@media only screen and (min-width : 1100px) {
    .masonry-with-columns {
      columns: 4 200px;
      width: 1000px;
    }
}

#about-content
{
    margin-top: 30px;
    margin-bottom: 30px;
    width: 333px;
}

#footer {
    margin-left: 100px;
    margin-right: 100px;
    border-top: 1px solid #DEDFE0;
    padding: 30px 0 100px;
}

#site-info {
    float: left;
    line-height: 22px;
    padding-right: 40px;
    width: 460px;
}
#site-info a {
    color: #333333;
    font-weight: bold;
    text-decoration: none;
}

.flex-container {
    display: flex;
    flex-direction: row;
}

.flex-left {
    width: 20%;
    height: 100vh;
}

.flex-right {
    width: 80%;
}


  img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
  } 
  
  /* Embed */
  
  .embed {
    overflow: hidden;
    padding-top: 100%;
    position: relative;
  }
  
  .embed--1-2 {
    padding-top: calc(100% / (1 / 2));
  }
  
  .embed--2-1 {
    padding-top: calc(100% / (2 / 1));
  }
  
  .embed--2-3 {
    padding-top: calc(100% / (2 / 3));
  }
  
  .embed > * {
    height: 100%;
    left: 0;
    /* object-fit: scale-down; */
    object-fit: contain;
    padding: 0.25em;
    position: absolute;
    top: 0;
    width: 100%;
  }
  
  /* Gallery  */
  
  .gallery-3-4 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(5, 1fr);
  }
  
  .gallery-1-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 1fr);
  }

  .gallery__item--h-2 {
    grid-column-end: span 2;
  }
  
  .gallery__item--h-3 {
    grid-column-end: span 3;
  }
  
  .gallery__item--v-2 {
    grid-row-end: span 2;
  }
  
  .gallery__item--v-3 {
    grid-row-end: span 3;
  }
  