.is-cf:before,
.is-cf:after {
  content: "";
  display: table;
}

.is-cf:after {
  clear: both;
}

.is-cf {
  *zoom: 1;
}

body {
  font-family: "Times New Roman", Times, serif;
  height: 100%;
  margin: 1.5em;
}
@media only screen and (max-width: 670px) {
  body {
    margin: 1em;
  }
}

iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 0;
  z-index: -1;
}

img {
  opacity: 0;
  transition: opacity 0.35s ease-in-out;
}
img.loaded {
  opacity: 1;
}

canvas {
  background: white;
}

header {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-bottom: 4.5em;
  z-index: 100;
}

nav {
  width: 75%;
  float: left;
}
@media only screen and (max-width: 1024px) {
  nav {
    width: 50%;
  }
}
@media only screen and (max-width: 670px) {
  nav {
    width: 100%;
    margin: 0 0 1em;
  }
}
nav li {
  list-style-type: none;
  display: inline;
  width: 33.33333%;
  float: left;
}
@media only screen and (max-width: 670px) {
  nav li:first-of-type {
    padding-right: 0.15em;
  }
}
nav li a {
  font-weight: bold;
}

ul {
  padding: 0;
  margin-top: 0.5em;
  list-style-type: none;
}
ul li.title {
  margin-bottom: 1em;
}
ul li a:hover {
  color: red;
  border: none;
}

main {
  display: flex;
  flex-direction: row;
  width: 100%;
}
@media only screen and (max-width: 670px) {
  main {
    flex-direction: column;
  }
}
main aside {
  width: 100%;
  max-width: 25%;
  margin-bottom: 1.35em;
}
main aside p {
  padding: 0;
}
main aside p + p {
  padding: 0;
}
@media only screen and (max-width: 670px) {
  main aside {
    max-width: 100%;
  }
}
main .content {
  width: 100%;
  max-width: 630px;
}

.search-field {
  position: fixed;
  top: 1.5em;
  right: 1.5em;
}
.search-field form input {
  border: none;
  font-family: "Times New Roman", Times, serif;
  font-size: 1rem;
  font-weight: bold;
  text-align: right;
}
.search-field form input::-webkit-input-placeholder {
  color: black;
}
.search-field form input:focus::-webkit-input-placeholder {
  transition: opacity 0.5s 0.5s ease !important;
  opacity: 0;
}
.search-field form input:focus {
  border: none;
  box-shadow: none;
  outline: 0;
}

[data-template=artist] main,
[data-template=client] main,
[data-parent=categories] main,
[data-template=year] main {
  display: block;
}
[data-template=artist] main h2,
[data-template=client] main h2,
[data-parent=categories] main h2,
[data-template=year] main h2 {
  margin: 0;
  margin-bottom: 1.25em;
}
@media only screen and (max-width: 670px) {
  [data-template=artist] main h2,
[data-template=client] main h2,
[data-parent=categories] main h2,
[data-template=year] main h2 {
    margin-bottom: 1em;
  }
}

ul li {
  line-height: 1.3;
}
ul li a {
  text-decoration: none;
}

.project_details {
  width: 100%;
  max-width: 25%;
}
@media only screen and (max-width: 670px) {
  .project_details {
    max-width: 100%;
  }
}
.project_details ul {
  margin: 0;
}
.project_details .text {
  margin-top: 1em;
  padding-right: 2em;
}
.project_images figure {
  margin: 0;
}
.project_images figure + figure {
  margin-top: 1em;
}
.project_images figure img {
  max-width: 100%;
  display: block;
}

article {
  display: flex;
  flex-direction: row;
  padding-top: 1.25em;
  border-top: 1px solid;
  width: 100%;
}
@media only screen and (max-width: 670px) {
  article {
    flex-direction: column;
    padding-top: 1em;
  }
}
article + article {
  margin-top: 1.25em;
}

.work {
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 670px) {
  .work {
    flex-direction: column;
  }
}
.work h2, .work ul {
  margin: 0;
}
.work section {
  flex: 1;
}
@media only screen and (max-width: 670px) {
  .work section + section {
    margin-top: 1.2em;
  }
}

#container {
  margin-left: -20px;
}

.content {
  width: 100%;
  float: left;
}

.information {
  max-width: 680px;
  float: left;
  margin-left: 25%;
}
@media only screen and (max-width: 670px) {
  .information {
    width: 100%;
    margin-left: 0;
  }
}

.details {
  width: 25%;
  float: left;
}
@media only screen and (max-width: 1024px) {
  .details {
    width: 50%;
  }
}
@media only screen and (max-width: 670px) {
  .details {
    width: 100%;
  }
}

.col-artist,
.col-category,
.col-client {
  width: 22.5%;
  margin-right: 2.5%;
  float: left;
}

@media only screen and (max-width: 768px) {
  .col-artist,
.col-category,
.col-client {
    width: 30%;
    float: left;
  }
}

.col-year {
  width: 22.5%;
  float: left;
}
@media only screen and (max-width: 768px) {
  .col-year {
    width: 10%;
    float: left;
  }
}

@media only screen and (max-width: 670px) {
  .col-artist,
.col-category {
    display: none;
  }
}

@media only screen and (max-width: 670px) {
  .col-client {
    width: 80%;
  }
}

@media only screen and (max-width: 670px) {
  .col-year {
    width: 20%;
  }
}

@media only screen and (max-width: 670px) {
  .hide {
    display: none;
  }
}

img {
  max-width: 100% !important;
}

#homepage-images-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 3.75em 2.5em;
}
@media only screen and (max-width: 670px) {
  #homepage-images-container {
    padding: 10em 0 8em 1.5em;
  }
}

#homepage-images {
  display: block;
}
#homepage-images .work-container {
  -webkit-transition: opacity 0.25s ease-out;
  -moz-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  opacity: 0;
  display: block;
  width: auto;
  float: left;
  padding: 0 25px 25px 0;
}
@media only screen and (max-width: 670px) {
  #homepage-images .work-container {
    float: left;
  }
}
#homepage-images .work-container[data-loaded=true] {
  opacity: 1;
}
#homepage-images .work-container.spacer {
  width: 20%;
  height: 80px;
}
@media only screen and (max-width: 670px) {
  #homepage-images .work-container.spacer {
    display: none;
  }
}
#homepage-images img {
  display: block;
}
@media only screen and (max-width: 670px) {
  #homepage-images img {
    max-width: 100%;
  }
}

figure video {
  max-width: 42.5rem;
  display: block;
}
@media only screen and (max-width: 670px) {
  figure video {
    max-width: 100%;
  }
}

h1, h2, h3, p, a, dl, dd, dt, ul li {
  font-size: 16px;
  line-height: 19.2px;
  font-size: 1rem;
  line-height: 1.2rem;
  font-style: normal;
  font-weight: normal;
  color: #303030;
  margin: 0;
  text-rendering: optimizeLegibility;
}
@media only screen and (max-width: 480px) {
  h1, h2, h3, p, a, dl, dd, dt, ul li {
    font-size: 18.4px;
    line-height: 20.8px;
    font-size: 1.15rem;
    line-height: 1.3rem;
  }
}

.head {
  text-rendering: optimizeLegibility;
  font-size: 16px;
  line-height: 21.6px;
  font-size: 1rem;
  line-height: 1.35rem;
  font-weight: bold;
  color: #303030;
}

h1 {
  padding-bottom: 0.5em;
}
@media only screen and (max-width: 480px) {
  h1 {
    padding-bottom: 0.25em;
  }
}
h1 a {
  font-weight: bold;
}

h2 {
  font-weight: bold;
  margin: calc(1.35em) 0 calc(1.35em) 0;
}

p {
  padding-bottom: 1.35em;
}

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

header a {
  text-decoration: none;
}

dl {
  margin-top: 2em;
}

dd + dt {
  padding-top: 1em;
}

strong, b {
  display: block;
  padding-bottom: 1em;
}

/*# sourceMappingURL=style.css.map */
