/* ADDED CLASSES */
@font-face {
  font-family: 'CooperBTLight';
  src:  url('/fonts/CooperBTLight.woff2') format('woff2'),
        url('/fonts/CooperBTLight.woff') format('woff');
}

@font-face {
  font-family: 'MaisonNeue';
  src:  url('/fonts/MaisonNeueWEB-Mono.woff2') format('woff2'),
        url('/fonts/MaisonNeueWEB-Mono.woff') format('woff');
}

html {
  font-size: 13px;
  letter-spacing: -0.2px;
  line-height: 18px !important;
}

body {
  color: black;
}

section {
  padding-bottom: 0px !important;
}

footer {
  font-size: 11px;
}

.page {
  padding-top: 32px;
  max-width: 1320px;
  margin: auto;
}

.is-display {
  font-family: "CooperBTLight", "Cambria", serif !important;
  line-height: 32px;
}

.is-mono {
  font-family: "MaisonNeue", "Courier", monospace !important;
}

::selection {
  color: white;
  background-color: black;
}

hr {
  margin: 16px 0px 16px;
  height: 1px;
  background-color: black;
}

hr.thick {
  height: 2px;
}

hr.extra-thick {
  height: 4px;
  margin: -24px 0px 20px;
}

hr.double {
  background-color: transparent;
  height: 9px;
  border-top: 2px solid black;
  border-bottom: 1px solid black;
}

.section-heading {
  display: flex;
  align-items: center;
  margin: 0px 0px 16px;
}

.section-heading h2 {
  margin-left: 8px;
  padding-top: 2px;
  line-height: normal;
}

.title {
  color: black;
  margin: 16px 0px 16px !important;
  font-weight: normal !important;
}

.profile {
  font-family: "CooperBTLight";
  font-weight: normal;
  font-size: 32px;
  line-height: 40px;
  padding: 0px 8px;
  height: 100%;
  display: flex;
  align-items: center;
}

@media screen and (min-width: 849px) {
  .columns {
    margin: 0px 0px 24px !important;
  }
  .column {
    padding: 0px 12px 0px;
  }
  .column:first-child {
    padding: 0px 12px 0px 0px;
  }
  .column:last-child {
    padding: 0px 0px 0px 12px;
  }
  .column:not(:last-child) {
    border-right: 1px solid black;
  }
  .headline {
    margin-bottom: 28px !important;
  }
  footer.columns {
    margin-bottom: 0px !important;
  }
}

@media screen and (max-width: 848px) {
  .main-title {
    padding-bottom: 8px !important;
  }
  .avatar {
    padding: 24px;
  }
  .columns {
    margin: 0px 0px 24px !important;
  }
  .column {
    padding: 0px 0px;
    margin-bottom: 24px !important;
  }
  .columns.reverse-mobile {
    display: flex;
    flex-direction: column-reverse;
  }
  hr.title-rule {
    margin: 12px 0px 16px !important;
  }
  .left-border {
    border-left: 1px solid black;
    padding-left: 12px !important;
    margin-left: 8px;
  }
  .headline {
    margin-bottom: 34px !important;
  }
  .quote {
    margin-bottom: 16px !important;
  }
  .profile {
    font-size: 24px;
    line-height: 32px;
  }
  summary {
    padding: 0px 8px;
  }
  footer {
    margin-bottom: 16px !important;
  }
}

.undivided {
  border: none !important;
}

img.lazy-load {
  opacity: 0;
  transition-property: filter, opacity;
  transition-duration: 0.33s;
  transition-timing-function: ease;
}

img.loaded {
  opacity: 1;
  transition-property: filter, opacity;
  transition-duration: 0.33s;
  transition-timing-function: ease;
}

img {
  filter: grayscale(100%);
  transition-property: filter, opacity;
  transition-duration: 0.33s;
  transition-timing-function: ease;
}

img:hover {
  filter: grayscale(0%);
  transition-property: filter, opacity;
  transition-duration: 0.33s;
  transition-timing-function: ease;
}

article img {
  filter: grayscale(100%);
  transition-property: filter, opacity;
  transition-duration: 0.33s;
  transition-timing-function: ease;
}

article:hover img {
  filter: grayscale(0%);
  transition-property: filter, opacity;
  transition-duration: 0.33s;
  transition-timing-function: ease;
}

.section {
  padding: 0px 16px;
}

.no-margin {
  margin: 0px !important;
}

.handle {
  position: relative;
  bottom: 11px;
  padding: 8px 16px 8px;
  letter-spacing: -0.2px;
  border: 1px solid black;
  background-color: white;
}

a.highlight {
  color: black;
  cursor: pointer;
  text-decoration: underline;
  background: linear-gradient(to right, #FFEF8D 50%, transparent 50%);
  background-size: 205% 100%;
  background-position:right bottom;
  transition: background 0.25s ease;
}

a.highlight:hover {
  /* background-color: #FAFE00; */
  background-position:left bottom;
  transition: background 0.25s ease;
}
.highlight {
  color: black;
  cursor: pointer;
  text-decoration: underline;
  background: linear-gradient(to right, #FFEF8D 50%, transparent 50%);
  background-size: 205% 100%;
  background-position:right bottom;
  transition: background 0.25s ease;
}

.highlight:hover {
  /* background-color: #FAFE00; */
  background-position:left bottom;
  transition: background 0.25s ease;
}

a::selection {
  color: black;
  background: rgba(125, 125, 125, 0.18);
}

.main-title {
  font-family: "CooperBTLight";
  font-size: 24px !important;
  font-weight: normal !important;
  line-height: 32px !important;
  margin: 0px !important;
}

.single-line {
  white-space: nowrap;
}

.article-title {
  font-family: "CooperBTLight";
  font-size: 24px !important;
  font-weight: normal !important;
  line-height: 32px !important;
  margin: 16px 0px 8px !important;
}

.client-list-title {
  font-size: 24px !important;
  font-weight: normal !important;
  line-height: 32px !important;
  margin: 0px;
}

.external-link {
  display: flex;
  align-items: center;
  margin-top: 16px;
}

article > .external-link {
  margin-top: 8px;
}

.external-link a {
  padding-top: 1px;
}

.icon {
  height: 24px;
  width: 24px;
  padding: 0px;
  margin-right: 8px;
}

.no-bullet ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul.pub-list li{

}

#static {
  height: 56px;
  width: 100%;
  background-color: black;
}

#quote {

}
