* {
  box-sizing: border-box;
}
body {
  background-color: white;
  padding: 0;
  margin: 0;
  font-family: 'Assistant', sans-serif;
  line-height: 1.8;
  font-size: 100%;
  color: #736f6f;
  color: #413d3d;
}
@media only screen and (max-width: 650px) {
  body {
    width: 100vw;
    overflow-x: hidden;
  }
}
.noScroll {
  overflow: hidden;
}
.splash {
  background-image: url(images/studio.jpg);
  height: 75vh;
  width: 100vw;
  background-size: cover;
  background-position: center center;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: -1;
}
.splash .photoCredit {
  position: absolute;
  color: white;
  bottom: 0px;
  right: 0;
}
#screen {
  background-color: white;
}
.photoCredit {
  font-size: 76%;
  padding: 5px;
}
.photoCredit span {
  opacity: 0.7;
  font-size: 80%;
  vertical-align: baseline;
}
.headerPush {
  height: 150px;
  display: none;
}
header {
  padding: 1vw 3vw 2vw 3vw;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  color: black;
  z-index: 6000;
  background-color: white;
  width: 100%;
  margin: 0;
}
@media only screen and (max-width: 650px) {
  header {
    padding: 1vw 3vw 10px 3vw;
  }
}
header .row1 {
  display: flex;
  align-items: flex-end;
}
@media only screen and (max-width: 650px) {
  header .row1 {
    align-items: flex-start;
  }
}
header .row1 .spacer {
  flex-grow: 1;
}
header h1 {
  margin: 0 0 0px 0;
  padding: 0;
  font-size: 300%;
  font-family: 'Economica', sans-serif;
  display: inline-block;
  padding-right: 3vw;
  border: none;
  color: black;
  font-style: normal;
}
@media only screen and (max-width: 650px) {
  header h1 {
    font-size: 250%;
    padding-top: 1vh;
  }
}
header #mobileMenuButton {
  background-image: url(images/menu.png);
  background-size: contain;
  width: 4vh;
  height: 4vh;
  margin: 3vh 2vh 3vh 3vh;
  margin: 20px;
  height: 40px;
  width: 40px;
  background-repeat: no-repeat;
  background-position: center;
  display: none;
}
@media only screen and (max-width: 650px) {
  header #mobileMenuButton {
    display: block;
    margin: 10px;
    width: 40px;
    height: 40px;
  }
}
header #mobileMenu {
  display: none;
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  background-color: white;
  z-index: 60000;
  padding: 4vh 10vw;
}
header #mobileMenu .closeButton {
  height: 30px;
  float: right;
}
header #mobileMenu .bigLinks {
  padding-top: 40px;
}
header #mobileMenu .bigLinks a {
  font-size: 160%;
  display: block;
  padding: 1vh 0;
  color: black;
}
header #mobileMenu .bigLinks .smallLinks a {
  font-size: 100%;
  display: block;
  margin-left: 3vw;
  padding: 0.75vh 0;
}
header .links a {
  color: inherit;
  font-size: 120%;
  padding: 0 5px;
}
@media only screen and (max-width: 650px) {
  header .links {
    display: none;
  }
}
header #projectsMenu {
  display: none;
  padding: 0% 10px;
  margin: 10px 0 0 -1%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  width: auto;
  top: -5px;
  background-color: white;
}
@media only screen and (max-width: 650px) {
  header #projectsMenu {
    display: none;
  }
}
header #projectsMenu a {
  display: inline-block;
  font-size: 100%;
  padding: 10px 20px;
  color: inherit;
}
header #projectsMenu a:hover {
  background-color: #e86f22;
  color: white;
}
a {
  color: blue;
  text-decoration: none;
}
strong {
  color: #e86f22;
}
.clear {
  clear: both;
}
.contentBounds {
  margin: 0 3%;
}
.contentBounds[data-cat] {
  margin: 0 2% 0 2%;
}
.divider {
  font-size: 1200%;
  text-align: center;
  opacity: 0.6;
  line-height: 0;
  padding-top: 100px;
  color: white;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: rgba(0, 0, 0, 0.5);
}
.sectionHead {
  padding: 100px 0 100px 0;
}
h1 {
  font-family: 'Rubik', san-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 400%;
  color: #e86f22;
  border-left: 10px solid #e86f22;
  padding: 1vh 0 0 2vw;
  line-height: 1;
}
h1 span {
  font-size: 50%;
  line-height: 1em;
  display: inline-block;
  margin: 10px 0 20px 0;
}
@media only screen and (max-width: 650px) {
  h1 {
    font-size: 250%;
  }
}
.colHolder {
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 650px) {
}
.colHolder .col1 {
  width: 38vw;
}
@media only screen and (max-width: 650px) {
  .colHolder .col1 {
    width: 100vw;
  }
}
.colHolder .col2 {
  width: 58vw ;
  top: 100px;
  height: 85vh;
  position: -webkit-sticky;
  position: sticky;
  overflow-y: scroll;
}
@media only screen and (max-width: 650px) {
  .colHolder .col2 {
    display: none;
  }
}
.contentColumns {
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 650px) {
  .contentColumns {
    display: block;
    width: 98vw;
  }
}
.contentColumns .column1 {
  width: 60%;
  padding: 3vw 3vw 3vw 0;
}
@media only screen and (max-width: 650px) {
  .contentColumns .column1 {
    width: 90vw;
    padding: 3vw 1vw 3vw 1vw;
  }
}
.contentColumns .column2 {
  width: 40%;
  padding: 3vw 0 3vw 3vw;
}
@media only screen and (max-width: 650px) {
  .contentColumns .column2 {
    width: 100vw;
    padding: 3vw 1vw 3vw 1vw;
  }
}
#artworkDetailOverlay {
  display: none;
}
@media only screen and (max-width: 650px) {
  #artworkDetailOverlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    overflow-y: scroll;
    background-color: white;
    z-index: 50000;
    padding-top: 2vh;
  }
  #artworkDetailOverlay.visible {
    display: block;
  }
}
.thumbs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.thumb {
  width: 29%;
  margin: 0 2% 18px 2%;
  border: 1px solid black;
}
.thumb .thumbImage {
  padding-top: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.button {
  color: #e86f22;
  border-radius: 20px;
  padding: 0.25em 1.1em;
  border: none;
  font-size: 86%;
  text-transform: uppercase;
  border: 1px solid #e86f22;
  font-weight: bold;
  margin: 0 20px;
  background-color: white;
}
.buttonHolder {
  text-align: right;
  padding: 0.3em 0em;
}
.moreButton {
  color: #e86f22;
  border-radius: 20px;
  padding: 0.25em 1.1em;
  border: none;
  font-size: 86%;
  text-transform: uppercase;
  border: 1px solid #e86f22;
  font-weight: bold;
  margin: 0 20px;
  background-color: white;
}
.moreContent {
  display: none;
}
.textSection {
  padding: 30px 20px;
}
.bigPainting {
  height: 100%;
  width: 100%;
  padding: 0vh 0vw 0vh 3vw;
  position: relative;
  display: flex;
  flex-direction: column;
  user-select: none;
}
@media only screen and (max-width: 650px) {
  .bigPainting {
    padding: 0;
  }
}
.bigPainting .closeButton {
  display: none;
  background-image: url(/images/icons_22.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
  margin: 10px auto;
}
@media only screen and (max-width: 650px) {
  .bigPainting .closeButton {
    display: inline-block;
    padding-bottom: 50px;
  }
}
.bigPainting .advanceButtons {
  bottom: 1vh;
  width: 100%;
  padding: 0 3vw 0 3vw;
  text-align: right;
}
.bigPainting .advanceButtons span {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  padding: 10px 10px;
  border-radius: 30px;
  cursor: pointer;
}
.bigPainting .advanceButtons #nextButton {
  background-image: url(images/icons_13.png);
}
@media only screen and (max-width: 650px) {
  .bigPainting .advanceButtons #nextButton {
    display: none;
  }
}
.bigPainting .advanceButtons #backButton {
  background-image: url(images/icons_49.png);
}
@media only screen and (max-width: 650px) {
  .bigPainting .advanceButtons #backButton {
    display: none;
  }
}
.bigPainting img {
  max-width: 90%;
  max-height: 80%;
  display: block;
  margin: 0px auto;
}
.bigPainting .title {
  text-align: center;
}
.bigPainting .caption {
  text-align: center;
  font-size: 80%;
}
.bigPainting .description {
  font-size: 80%;
  line-height: 1.2;
  padding: 0 1vw 3vw 1vw;
  text-align: center;
}
.bigPainting h3 {
  display: inline-block;
  padding-right: 10px;
  margin-bottom: 0;
}
.bigPainting .bioButton {
  font-size: 80%;
  background-color: #ababab;
  color: white;
  border-radius: 20px;
  padding: 1px 10px;
}
.bigPainting .bioButton .offPageLink {
  height: 1em;
}
.page {
  padding: 150px 100px 50px 30vw;
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 95%;
  overflow: scroll;
  z-index: 5000;
  visibility: collapse;
  opacity: 0;
  transition: opacity ease 0.3s;
}
@media only screen and (max-width: 650px) {
  .page {
    padding: 150px 10px 50px 20px;
  }
}
main,
.splash {
  opacity: 0;
  background-color: white;
}
body[data-pageId] {
  overflow: hidden;
}
body[data-pageId] main,
body[data-pageId] .splash {
  opacity: 0;
  transition: all 500ms;
}
body[data-pageId] header {
  position: fixed;
  top: 0;
  left: 0;
}
body.artworks main,
body.artworks .splash {
  opacity: 1;
  transition: all ease 1000ms;
}
body[data-pageId='aboutPage'] .page#aboutPage,
body[data-pageId='contactPage'] .page#contactPage,
body[data-pageId='commentsPage'] .page#commentsPage {
  visibility: visible;
  transition: all ease 0.3s;
  transform: translateX(-20px);
  opacity: 1;
}
.insetImage {
  float: left;
  max-width: 50%;
  margin: 0 2vw 0.5vw 0;
}
.insetImage img {
  width: 100%;
}
.insetImageLeft {
  float: left;
  max-width: 50%;
  margin: 1.5vw 2vw 0.5vw 0vw;
}
.insetImageLeft img {
  width: 100%;
}
.insetImageRight {
  float: right;
  max-width: 50%;
  margin: 2vw 0vw 0.5vw 2vw;
}
.insetImageRight img {
  width: 100%;
}
.quote {
  font-size: 150%;
  font-family: serif;
  font-style: italic;
}
.quoteMarks {
  display: none;
  font-size: 800%;
  line-height: 0.75em;
  opacity: 0.5;
  margin-left: 30px;
}
.quoteMarks.firstQuoteMark {
  position: relative;
  top: 0.5em;
}
.item4 {
  color: #e86f22;
}
.item5 {
  font-size: 130%;
  font-family: serif;
  font-style: italic;
  line-height: 1.9;
}
#whistleblowers .column1 {
  width: 60%;
}
@media only screen and (max-width: 650px) {
  #whistleblowers .column1 {
    width: 95%;
  }
}
#whistleblowers .column2 {
  width: 30%;
  font-size: 140%;
  border-left: 1px solid #ccc;
}
@media only screen and (max-width: 650px) {
  #whistleblowers .column2 {
    width: 95%;
    border: none;
  }
}
#whistleblowers .item1 {
  font-size: 200%;
  margin-top: -10px;
}
#whistleblowers .item3 {
  font-size: 80%;
}
[data-cat='0'] .thumb {
  width: 16%;
}
@media only screen and (max-width: 650px) {
  [data-cat='0'] .thumb {
    width: 21%;
  }
}
[data-cat='0'] .thumb .thumbImage {
  padding-top: 133%;
}
.progressThumbs {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 20px 0px;
}
.progressThumbs .progressThumb {
  width: 30%;
  margin: 1.5%;
  font-size: 80%;
}
.progressThumbs .progressThumb .thumbImage {
  background-size: cover;
  background-position: center;
  padding-top: 130%;
  border: 1px solid #999;
}
#state-of-grace .column1 {
  width: 60%;
}
@media only screen and (max-width: 650px) {
  #state-of-grace .column1 {
    width: 95%;
  }
}
#state-of-grace .column2 {
  width: 40%;
  font-size: 140%;
  border-left: 1px solid #ccc;
}
@media only screen and (max-width: 650px) {
  #state-of-grace .column2 {
    width: 95%;
    border: none;
  }
}
[data-cat='1'] .thumb {
  width: 29%;
}
.nytimesArticle {
  text-align: center;
  padding: 50px 0 30px 0;
}
.nytimesArticle #nyImage {
  width: 55%;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.5);
  transform: rotate(-5deg);
}
.nytimesArticle div {
  padding: 40px 0 0 0;
}
#wpLogo {
  height: 30px;
  vertical-align: middle;
}
#surreal .column1 {
  width: 80%;
}
@media only screen and (max-width: 650px) {
  #surreal .column1 {
    width: 95%;
  }
}
#surreal .column2 {
  width: 10%;
}
@media only screen and (max-width: 650px) {
  #surreal .column2 {
    width: 95%;
    border: none;
  }
}
[data-cat='2'] .thumb {
  width: 29%;
}
#early-surrealism .contentColumns .column1 {
  width: 100%;
}
@media only screen and (max-width: 650px) {
  #early-surrealism .contentColumns .column1 {
    width: 95%;
  }
}
#early-surrealism .contentColumns .column2 {
  width: 0%;
}
#early-surrealism strong {
  display: inline-block;
  margin-left: 20px;
}
@media only screen and (max-width: 650px) {
  #early-surrealism strong {
    margin-left: 0;
  }
}
@media only screen and (max-width: 650px) {
  #early-surrealism br {
    display: none;
  }
}
#commentsPage .column2 {
  position: -webkit-sticky;
  position: sticky;
  top: 15vh;
}
#commentsHolder .comment {
  padding: 20px;
}
#commentsHolder .commentName {
  color: black;
}
#commentsHolder .commentDate {
  display: inline-block;
  margin-left: 30px;
  font-size: 80%;
}
#commentsForm,
#contactForm {
  position: -webkit-sticky;
  position: sticky;
  top: 15vh;
}
#commentsForm h4,
#contactForm h4 {
  color: #e86f22;
}
#commentsForm div,
#contactForm div {
  padding: 3px;
}
#commentsForm textarea,
#contactForm textarea,
#commentsForm input,
#contactForm input {
  font-family: inherit;
  color: inherit;
  font-size: 100%;
  padding: 5px;
  border: 1px solid #aaa;
  border-radius: 5px;
  width: 100%;
}
#commentsForm #commentInput,
#contactForm #commentInput,
#commentsForm #contactMessageInput,
#contactForm #contactMessageInput {
  height: 140px;
}
#email {
  text-align: center;
  margin-bottom: 40px;
}
#email a {
  color: blue;
}
#email img {
  display: block;
  margin: 0 auto;
  height: 30px;
}
#aboutPage img {
  float: right;
  margin: 0 0 20px 20px;
}
#the-lady-of-light {
  display: flex;
  flex-direction: row;
  border: 1px solid #aaa;
  margin: 150px 2vw 2vw 2vw;
  padding: 30px;
}
@media only screen and (max-width: 650px) {
  #the-lady-of-light {
    display: block;
  }
}
#the-lady-of-light h2 {
  color: #666;
  font-style: italic;
  color: #e86f22;
}
#the-lady-of-light .col1 {
  width: 48%;
  margin: 1%;
}
@media only screen and (max-width: 650px) {
  #the-lady-of-light .col1 {
    width: 98%;
  }
}
#the-lady-of-light .col1 img {
  width: 100%;
}
#the-lady-of-light .col2 {
  width: 48%;
  margin: 1%;
  padding: 0 0 0 1vw;
}
@media only screen and (max-width: 650px) {
  #the-lady-of-light .col2 {
    width: 100%;
  }
}
#the-lady-of-light .groupImages {
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 650px) {
  #the-lady-of-light .groupImages {
    display: block;
  }
}
#the-lady-of-light .groupImages .groupImage {
  width: 48%;
  padding-top: 48%;
  margin: 1%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 650px) {
  #the-lady-of-light .groupImages .groupImage {
    width: 98%;
    padding: 98% 0 2% 0;
  }
}
#the-lady-of-light .groupImages .groupImage .caption {
  color: white;
  margin: 10px;
  line-height: 0.6;
  font-size: 80%;
}
@media only screen and (max-width: 650px) {
  #the-lady-of-light .groupImages .groupImage .caption {
    margin: 20px;
  }
}
.hypnottaHolder {
  display: flex;
  justify-content: flex-end;
  padding-top: 50px;
}
.hypnottaHolder .hypnotta {
  background-color: #fffbe1;
  background-image: url(images/hypnottaNotes.webp);
  background-size: 35%;
  background-repeat: repeat-x;
  background-position: bottom;
  padding: 15px 30px 15px 40px;
  display: flex;
  flex-grow: 1;
  max-width: 600px;
  min-width: 500px;
  border: 1px solid black;
  border-width: 1px 0 1px 1px;
}
@media only screen and (max-width: 650px) {
  .hypnottaHolder .hypnotta {
    min-width: 100vw;
    max-width: 100vw;
    padding: 20px 20px 20px 10px;
    border-width: 1px 0;
    background-size: 45%;
  }
}
.hypnottaHolder .hypnotta .graphic img {
  height: 150px;
}
.hypnottaHolder .hypnotta .text {
  font-family: 'Rubik', san-serif;
  padding: 20px;
}
.hypnottaHolder .hypnotta .text .title {
  font-size: 160%;
  font-weight: bold;
  font-weight: 400;
  font-style: italic;
  line-height: 1;
  margin-top: 10px;
}
.hypnottaHolder .hypnotta .text .title span {
  font-size: 130%;
}
@media only screen and (max-width: 650px) {
  .hypnottaHolder .hypnotta .text .title {
    font-size: 150%;
    margin-top: 0px;
  }
}
.hypnottaHolder .hypnotta .text .hypnottaButton {
  background-color: #e86f22;
  padding: 7px 15px;
  color: white;
  border-radius: 5px;
  display: inline-block;
  margin-top: 20px;
}
/*# sourceMappingURL=css.css.map */