
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen {
  html,
  body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    left: 0;
    top: 0;
    font-size: 100%;
  }

  body {
    font-weight: 400;
  }

  * {
    font-family: botanika-web, Helvetica, sans-serif;
    color: #000;
    line-height: 1.5;
  }

  h1 {
    font-size: 2em;
  }

  h2 {
    font-size: 1.5em;
  }

  h3 {
    font-size: 1em;
  }

  h4 {
    font-size: 1.125em;
  }

  h5 {
    font-size: 1em;
  }

  h6 {
    font-size: 0.875em;
  }

  p {
    font-size: 1.125em;
  }

  .font-light {
    font-weight: 300;
  }

  .font-regular {
    font-weight: 400;
  }

  .font-heavy {
    font-weight: 600;
  }

  .left {
    text-align: left;
  }

  .right {
    text-align: right;
  }

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

  .justify {
    text-align: justify;
  }

  .hidden-sm {
    display: none;
  }

  .container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 33.75em) {
  .container {
    width: 80%;
  }
}
@media only screen and (min-width: 60em) {
  .container {
    width: 75%;
    max-width: 60rem;
  }
}

@media screen {
  .row {
    position: relative;
    width: 100%;
  }

  .row [class^="col"] {
    float: left;
    margin: 0.5rem 2%;
    min-height: 0.125rem;
  }

  .row::after {
    content: "";
    display: table;
    clear: both;
  }

  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12 {
    width: 96%;
  }

  .col-1-sm {
    width: 4.33333%;
  }

  .col-2-sm {
    width: 12.66667%;
  }

  .col-3-sm {
    width: 21%;
  }

  .col-4-sm {
    width: 29.33333%;
  }

  .col-5-sm {
    width: 37.66667%;
  }

  .col-6-sm {
    width: 46%;
  }

  .col-7-sm {
    width: 54.33333%;
  }

  .col-8-sm {
    width: 62.66667%;
  }

  .col-9-sm {
    width: 71%;
  }

  .col-10-sm {
    width: 79.33333%;
  }

  .col-11-sm {
    width: 87.66667%;
  }

  .col-12-sm {
    width: 96%;
  }
}
@media only screen and (min-width: 45em) {
  .col-1 {
    width: 4.33333%;
  }

  .col-2 {
    width: 12.66667%;
  }

  .col-3 {
    width: 21%;
  }

  .col-4 {
    width: 29.33333%;
  }

  .col-5 {
    width: 37.66667%;
  }

  .col-6 {
    width: 46%;
  }

  .col-7 {
    width: 54.33333%;
  }

  .col-8 {
    width: 62.66667%;
  }

  .col-9 {
    width: 71%;
  }

  .col-10 {
    width: 79.33333%;
  }

  .col-11 {
    width: 87.66667%;
  }

  .col-12 {
    width: 96%;
  }

  .hidden-sm {
    display: block;
  }

  a.hidden-sm {
    display: inline-block;
  }

  .hidden-big {
    display: none;
  }
}
@media screen {
  /*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
  html.swipebox-html.swipebox-touch {
    overflow: hidden !important;
  }

  #swipebox-overlay img {
    border: none !important;
  }

  #swipebox-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999 !important;
    overflow: hidden;
    user-select: none;
  }

  #swipebox-container {
    position: relative;
    width: 100%;
    height: 100%;
  }

  #swipebox-slider {
    transition: transform 0.4s ease;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    white-space: nowrap;
    position: absolute;
    display: none;
    cursor: pointer;
  }
  #swipebox-slider .slide {
    height: 100%;
    width: 100%;
    line-height: 1px;
    text-align: center;
    display: inline-block;
  }
  #swipebox-slider .slide:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px;
  }
  #swipebox-slider .slide img,
  #swipebox-slider .slide .swipebox-video-container,
  #swipebox-slider .slide .swipebox-inline-container {
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
    padding: 3rem 0;
    margin: 0;
    width: auto;
    height: auto;
    vertical-align: middle;
  }
  #swipebox-slider .slide .swipebox-video-container {
    background: none;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 5%;
    box-sizing: border-box;
  }
  #swipebox-slider .slide .swipebox-video-container .swipebox-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
  }
  #swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
  }
  #swipebox-slider .slide-loading {
    background: url(../images/loader.gif) no-repeat center center;
  }

  #swipebox-bottom-bar,
  #swipebox-top-bar {
    transition: 0.5s;
    position: absolute;
    left: 0;
    z-index: 999;
    height: 50px;
    width: 100%;
  }

  #swipebox-bottom-bar {
    bottom: -50px;
  }
  #swipebox-bottom-bar.visible-bars {
    transform: translate3d(0, -50px, 0);
  }

  #swipebox-top-bar {
    top: -50px;
  }
  #swipebox-top-bar.visible-bars {
    transform: translate3d(0, 50px, 0);
  }

  #swipebox-title {
    display: block;
    width: 100%;
    text-align: center;
    line-height: 2.5;
  }

  #swipebox-prev,
  #swipebox-next,
  #swipebox-close {
    background-image: url(../images/icons.png);
    background-repeat: no-repeat;
    border: none !important;
    text-decoration: none !important;
    cursor: pointer;
    width: 50px;
    height: 50px;
    top: 0;
  }

  #swipebox-arrows {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 50px;
  }

  #swipebox-prev {
    background-position: -32px 13px;
    float: left;
  }

  #swipebox-next {
    background-position: -78px 13px;
    float: right;
  }

  #swipebox-close {
    top: 0;
    right: 0;
    position: absolute;
    z-index: 9999;
    background-position: 15px 12px;
  }

  .swipebox-no-close-button #swipebox-close {
    display: none;
  }

  #swipebox-prev.disabled,
  #swipebox-next.disabled {
    opacity: 0.3;
  }

  .swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
    animation: rightSpring 0.3s;
  }
  .swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
    animation: leftSpring 0.3s;
  }

  .swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
    backface-visibility: hidden;
    transition: all .3s ease;
    content: ' ';
    position: absolute;
    z-index: 999;
    top: 0;
    height: 100%;
    width: 20px;
    opacity: 0;
  }
  .swipebox-touch #swipebox-container:before {
    left: 0;
    box-shadow: inset 10px 0px 10px -8px #656565;
  }
  .swipebox-touch #swipebox-container:after {
    right: 0;
    box-shadow: inset -10px 0px 10px -8px #656565;
  }
  .swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
    opacity: 1;
  }
  .swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
    opacity: 1;
  }

  @keyframes rightSpring {
    0% {
      left: 0;
    }
    50% {
      left: -30px;
    }
    100% {
      left: 0;
    }
  }
  @keyframes leftSpring {
    0% {
      left: 0;
    }
    50% {
      left: 30px;
    }
    100% {
      left: 0;
    }
  }
}
@media screen and (min-width: 800px) {
  #swipebox-close {
    right: 10px;
  }

  #swipebox-arrows {
    width: 92%;
    max-width: 800px;
  }
}
@media screen {
  /* Skin 
  --------------------------*/
  #swipebox-overlay {
    background: #0d0d0d;
  }

  #swipebox-bottom-bar,
  #swipebox-top-bar {
    text-shadow: 1px 1px 1px black;
    background: #000;
    opacity: 0.95;
  }

  #swipebox-top-bar {
    color: white !important;
    font-size: 15px;
    line-height: 43px;
    font-family: Helvetica, Arial, sans-serif;
  }

  body {
    font-size: 1rem;
  }

  h1, h2, h3, h4, p {
    margin: .5rem 0;
  }

  h1 {
    margin: 0;
  }

  h2, h3 {
    margin-top: 0;
  }

  div > img, div > a > img {
    width: 100%;
    height: auto;
  }

  b, strong, h1, h2, h3 {
    font-weight: 600;
  }

  .div {
    border-bottom: 0.125em solid #000;
    margin-bottom: 1.5rem !important;
    font-size: 1.25rem !important;
    font-weight: bold;
  }

  .all {
    max-width: 80em;
    margin: 1em;
  }
}
@media screen and (min-width: 45em) {
  .all {
    margin: 2em;
  }
}

@media screen {
  .header {
    margin-bottom: 2rem;
  }

  .paintings .row [class^="col"] {
    margin: 0 4% 0 0;
  }
  .paintings .row [class^="col"]:last-child {
    margin-right: 0;
  }

  .painting {
    margin-bottom: 1.5rem;
  }
  .painting img {
    display: block;
  }
  .painting h3 {
    margin-bottom: 0;
  }
  .painting-desc {
    margin-top: 0;
  }

  .bio h3 {
    margin-bottom: 0;
  }
  .bio p.subtitle {
    margin-top: 0;
  }

  .row .col-4.bio {
    margin-left: 0;
    margin-right: 4%;
  }

  select, .link-bio {
    font-size: 1.25rem;
    font-weight: bold;
    margin: 0;
    padding: 0;
    border: 0;
  }

  select {
    font-family: botanika-web, Helvetica, sans-serif;
    width: 100%;
  }

  .link-bio {
    margin-bottom: 1.25rem;
    margin-right: 4%;
    width: 96%;
  }
  .link-bio a {
    display: block;
    text-decoration: none;
    padding: 0 .25em;
    border-bottom: 0.125em solid #000;
    position: relative;
  }
  .link-bio a:after {
    position: absolute;
    content: "+";
    right: .25em;
  }

  #swipebox-title {
    color: #fff;
  }

  .painting-desc > span {
    display: inline;
  }
  .painting-desc > span:after {
    content: ", ";
  }
  .painting-desc > span:last-child:after {
    content: "";
  }
}
@media only screen and (min-width: 45em) {
  .painting-desc > span {
    display: block;
  }
  .painting-desc > span:after {
    content: "";
  }
}

@media screen {
  h3 {
    margin: .25em 0;
  }
}
@media only screen and (min-width: 45em) {
  h3 {
    margin: 0;
  }
}

@media screen {
  h2 {
    position: relative;
  }

  .back-top {
    text-decoration: none;
    font-size: .875em;
    padding: .25em;
    position: absolute;
    right: 0;
    top: 0;
  }

  .back-to-top.fixed {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
  }
  .back-to-top.fixed a {
    display: inline- block;
    padding: .5rem 2rem;
    font-weight: bold;
    margin: auto;
    background: #fff;
    border-radius: .25rem .25rem 0 0;
    box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.25);
    font-size: .8em;
    text-transform: uppercase;
  }

  .all {
    font-size: .75em;
  }
}
@media screen and (min-width: 30em) {
  .all {
    font-size: 1em;
  }
}
@media screen and (min-width: 45em) {
  .all {
    font-size: .8em;
  }
}
@media screen and (min-width: 60em) {
  .all {
    font-size: 1em;
  }
}

@media print {
  body {
    font-family: botanika-web, Helvetica, sans-serif;
  }

  h1, .filters, .bio, .link-bio {
    display: none;
  }

  .paintings {
    display: table;
    page-break-inside: auto;
  }

  .painting {
    display: table-row;
    page-break-inside: avoid;
    page-break-after: auto;
  }

  .painting-image, .painting-info {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    padding-bottom: 2em;
  }

  .painting-image {
    text-align: center;
  }
  .painting-image a {
    display: block;
    height: 100%;
  }
  .painting-image img {
    display: block;
    margin: 0 auto;
    max-height: 20em;
    max-width: 100%;
    width: auto;
  }

  .painting-title {
    font-size: 1em;
    margin-top: 0;
    margin-bottom: .5em;
  }

  .painting-desc {
    margin: 0;
  }

  .painting-desc span {
    display: block;
  }

  .painting-info {
    padding-left: 2em;
  }
}
