html {
  height: 100%;
  font-size: 16px;
  line-height: 1.5;
  font-family: sans-serif;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  min-width: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  min-height: 100%;
  margin: 0;
  padding: 20px 0;
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  background: #000b11;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@-ms-viewport {
  width: device-width;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  display: block;
}

.align-center {
  text-align: center !important;
}

.align-left {
  text-align: left !important;
}

.align-right {
  text-align: right !important;
}

.hide {
  display: none;
}

.fltleft {
  float: left;
  text-align: center;
  font-style: italic;
  color: #fff;
  margin: 10px 20px 0px 10px;
}

.fltright {
  float: right;
  margin: 0 10px 10px 10px;
}

.center {
  text-align: center;
}

.left {
  float: left;
}

.right {
  float: right;
}

.center-block {
  margin-left: auto;
  margin-right: auto;
}

.wrapper {
  margin: 0 auto;
  width: 96%;
  max-width: 1920px;
}

.wrapper {
  position: relative;
  background: rgb(4, 0, 6);
  background: rgb(5, 5, 10);
}

main {
  display: block;

  padding: 0;
}

h2 {
  margin: 1em 0;
  text-align: center;
  font-size: 2em;
  letter-spacing: 0.08em;
  color: #fcfcfc;
}

h2 span {
  letter-spacing: normal;
  font-size: 80%;
}

.home {
  margin: 0;
  margin-left: 40px;
  font-size: 2.1em;
}

.artist {
  width: 33.33333%;
  float: left;
  text-align: center;
  padding: 0px 8px;
}

.no-bio {
  width: auto% !important;
  float: none !important;
}

.artist p {
  margin-top: 0;
}

.artist img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  margin-bottom: 10px;
}

.biography {
  margin-left: 33.33333%;
  padding: 0 8px;
  max-width: 50em;
}

.biography:after {
  content: "";
  display: table;
  clear: both;
}

.centered {
  margin: 0 auto;
  max-width: 800px;
}

#gallery {
  text-align: center;
}

#gallery h2 {
  text-align: center;
  margin: 1.4em;
}

#new_art {
  text-align: center;
  margin: 0 1.1em;
  padding-top: 1em;
}

#new_art h3 a {
  border-bottom: dashed 1px #fff;
}

.galleries-home {
  margin: 20px 80px;
}

.new-art-home {
  margin: 20px 80px;
}

.thumb {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: bottom;
  margin: 0 40px 4em 40px;
  position: relative;
}

.top {
  vertical-align: top;
}

.thumb a:link,
.thumb a:active,
.thumb a:visited {
  text-decoration: none;
  color: #fff;
}

.thumb a:hover {
  color: #fff;
}

.thumb img {
  display: block;
  margin: 0 auto 10px auto;
  vertical-align: bottom;
}

.thumb > h3 {
  font-size: 1em;
  padding: 0;
  padding-bottom: 0.5em;
  margin: 10px 0;

  line-height: 1.1;
}

.thumb p,
.art p {
  margin: 0;
  padding: 0;
  padding-top: 0.5em;
  color: #fff;
  font-size: 1.1em;
  word-wrap: break-word;
  text-align: center;
}

.thumb {
  text-decoration: none;
  /*ie8 and under*/
}

.thumb a:hover {
  -moz-opacity: 0.5;
  -webkit-opacity: 0.5;
  -khtml-opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: pointer;
}

.galleries .thumb {
  margin: 0px;
}

.services h2 {
  text-align: left;
}

.news,
.services {
  text-align: left;
  margin: 0 20px 20px 20px;
  padding: 10px;
  clear: both;
}

.news a {
  text-decoration: none.;
}

.news a:link {
  text-decoration: none;
}

.news,
.thumbback {
  *zoom: 1;
}

.news:before,
.thumbback:before,
.news:after,
.thumback:after {
  content: "";
  display: table;
}

.news:after,
.thumbback:after {
  clear: both;
}

.news h2 {
  font-size: 1.3em;
  letter-spacing: 0.12em;
  line-height: 1.286em;
  margin-top: 1.5em;
  margin-bottom: 0.643em;
  margin-left: 10px;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #eee;
  text-align: left;
}

.more a:link {
  text-align: underline;
}

.information {
  margin: 32.5px 4em;
}

.slideholder {
  position: relative;
  width: auto;
  margin: 0;
  margin-top: 25px;
  height: 300px;
}

.copy {
  height: 50px;
  padding: 2px;
}

header {
  display: flex;
  background: url(../images/gallery-logo.gif) 50px 0px no-repeat;

  height: 96px;
  margin: 10px 0;
}

header > div:first-child {
  width: 30%;
  background: red;
}

header > div:last-child {
  width: 70%;
}

.shell {
  padding: 0;
}

a:link,
a:visited,
a:active {
  color: #fff;
}

a:hover {
  color: #e40101;
}

/*Tables*/
table.bio {
  border-collapse: collapse;
  font-size: 1em;
  margin: 0 auto;
}

.bio tr {
}

.bio td {
  font-weight: bold;
}

.col1 {
  color: rgba(255, 255, 255, 0.7);
  width: 50%;
  text-align: right;
  padding-right: 10px;
}

.col2 {
  background: ;
  width: 50%;
  color: #f1f1f1;
  text-align: left;
}

table.dark {
  width: 100%;
  color: #fff;
}

.dark img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  border: 0;
  display: block;
}

.dark a:hover img {
  -moz-opacity: 0.5;
  -webkit-opacity: 0.5;
  -khtml-opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.dark a:link,
.dark a:visited,
dark a:active {
  color: #fff;
}

.dark a:hover {
  color: #e40101;
}

.dark td {
  width: 50%;
  font-size: 1em;
  font-weight: bold;
  vertical-align: bottom;
  padding: 20px 0;
  text-align: center;
  line-height: 1.5em;
}

@media (max-width: 640px) {
  .dark td {
    padding: 20px;
  }
}

.biography p {
  text-indent: 0;
  line-height: 1.7;
  max-width: 35em;
  text-align: left;
}

.biography p:first-child {
  text-indent: 0;
}

p {
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana,
    Tahoma, sans-serif;
  line-height: 1.4;
  letter-spacing: 0.008em;
  padding: 0 10px;
  font-size: 1.3em;
  margin-bottom: 1em;
  color: #c6c6c6;
}

.news p:first-child {
  text-indent: 0;
}

.listing {
  margin: 0 auto;
  max-width: 60em;
}

.copy p {
  margin: 0;
  font-size: 12px;
  font-family: sans-serif;
}

h1 {
  font-size: 2.5em;
  margin-top: 1.4em;
  margin-bottom: 1em;
  line-height: 1.8;
  text-align: right;
  padding-right: 80px;
  color: #f9f0f5;
  font-family: Georgia, "Times New Roman", Times, serif;
}

h3 {
  font-size: 1.1em;

  font-family: sans-serif;
}

.all-artists {
  height: 50px;
  background: url(../images/all-artists.gif) no-repeat;
  background: url(../images/main-gallery.png) no-repeat;
}

/*Primary Navigation*/

#hnav {
  margin: 0px -3px;

  background: #002305;
  background: linear-gradient(to bottom, #131a2d 0%, #0a0300 100%);

  background: linear-gradient(to bottom, #0a0300 0%, #131a2d 100%);
  background: linear-gradient(to bottom, #0a0300 0%, #131a2d 100%);
  background: linear-gradient(to top, #131a2d 0%, #0a0300 100%);
}

#hnav ul {
  font-family: sans-serif;

  list-style: none;

  width: 100%;
  margin: 0;
  text-align: center;
  padding-right: 50px;
}

@media only screen and (max-width: 800px) {
  #hnav ul {
    text-align: center;
    padding-right: 0;
  }
}

#hnav li {
  display: inline-block;
  width: 8em;
}

#hnav a {
  display: block;
  text-align: center;
  font-size: 1.2em;
  letter-spacing: 0.14em;
  text-decoration: none;
  padding: 4px 0;
  color: rgba(200, 200, 200, 0.9);
  text-transform: uppercase;
}

#hnav a:hover,
#hnav a:focus {
  color: #7e7e7e;
}

#hnav a:active {
  color: #004;
}

nav#primary {
  margin: 0;
  padding: 0;
}

#primary ul {
  background: #112122;
  width: 96%;
  margin: 0 auto;
  text-align: center;
  list-style: none;
  /*remove bullets*/
}

#primary ul:after {
  content: "";
  display: table;
  clear: both;
}

#primary ul li {
  display: inline-block;
  width: 10em;
}

#primary ul li a {
  text-decoration: none;
  display: block;
  padding: 10px 0;
  font-family: Baskerville, “Baskerville Old Face”, “Hoefler Text”, Garamond,
    “Times New Roman”, serif;
  font-size: 2em;
}

.sold {
  color: red;
}

hr {
  opacity: 0.1;
  width: 80%;
  margin: 20px auto;
}

br {
  line-height: 0;
}

.more {
  font-size: 1.5em;
  text-align: right;
  margin-right: 50px;
  letter-spacing: 0.2em;
  font-style: italic;
}

.news-home {
  text-align: center;
}

p.call {
  color: #fff;
  font-size: 1.5em;
}

.hnav:after,
.hnavshell:after,
.artist:after,
.thumback:after,
#gallery:after,
.top:after,
#new_art:after,
.artnav:after {
  content: "";
  display: table;
  clear: both;
}

.wrap:after,
.wrapper:after,
.footer:after,
footer:after,
main:after {
  content: "";
  display: table;
  clear: both;
}

.related {
  text-align: center;
  padding: 0;
  margin: 0 auto;
  max-width: 1280px;
}

.related,
.artnav {
  max-width: 1280px;
}

.related:after {
  content: "";
  display: table;
  clear: both;
}

@media only screen and (min-width: 100em) {
  .related,
  .artnav {
    max-width: 1600px;
  }
}

.button {
  float: left;
  width: 100%;
  min-width: 80px;
  max-width: 640px;
  margin: 0;
  padding: 5px 0;
  font-size: 1.5em;
  background: linear-gradient(to bottom, #131a2d 0%, #0a0300 100%);
}

.five .button {
  width: 20%;
}

.four .button {
  width: 25%;
}

.three .button {
  width: 33.333333%;
}

.two .button {
  width: 50%;
}

.artists {
  background: ;
}

.purchasing {
  background: ;
}

.pixar {
  background: purple;
  width: 100%;
  font-size: 1em;
  margin-bottom: 20px;
}

.button span {
  border-bottom: dashed 1px #fff;
  font-weight: bold;
  color: #fff;
}

.button:hover span {
  border-bottom: none;
  color: #666;
  opacity: 0.45;
}

.button:hover,
.button:focus,
.button:active,
.artnav a:hover,
.artnav a:focus,
.artnav a:active {
  background: ;

  outline: 0;
}

@media only screen and (max-width: 37.5em) {
  .button {
    float: none;
    width: 100%;
    margin: 0 auto;
  }

  .two .button,
  .three .button,
  .four .button,
  .five .button {
    width: 100%;
  }

  .related a {
    text-decoration: none;
  }

  .news {
    text-align: center;
  }

  .news p {
    text-align: left;
  }

  .fltleft {
    float: none;
  }

  .listing img {
    float: none;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 60em) {
  .artist {
    width: 100%;
    float: none;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 10px;
  }

  .biography {
    margin: 0;
  }

  .biography + p {
    text-indent: none;
  }

  .biography p {
    text-indent: 1em;
  }

  .content {
    margin: 10px 0;
  }
}

.art-subject h3 {
  font-size: 2em;
  font-weight: normal;
  letter-spacing: 0.03;
  margin: 0.1em;
}

.art-subject > .thumb {
  max-width: 250px;
  vertical-align: top;
  margin: 2em 3.6em;
}

.art-subject > img {
  vertical-align: top;
}

p.lifespan {
  text-align: center;
  margin-top: ;
  padding: 0;
  font-size: 1.5em;
  color: #fff;
}

.center-block {
  margin-left: auto;
  margin-right: auto;
}

section {
  background: ;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.col {
  float: left;
  padding: 0 20px;
}

.w50 {
  width: 50%;
}

.red {
  background: red;
}

.blue {
  background: blue;
}

section {
  margin: 0;
  padding: 0;
}

.thumb > h3 {
  font-size: 1.2em;
  padding: 0;
  padding-bottom: 0.5em;
  margin: 10px 0;

  line-height: 1.1;
}

.fltleft {
  float: left;
  text-align: center;
  font-style: italic;
  color: #fff;
  margin: 10px 24px 0px 10px;
}

.about {
  /*
	float:left;width:50%;
	*/
  margin: 0 auto;
  margin-bottom: 20px;
  padding: 0 10px;
  max-width: 700px;
}

.about img {
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
}

.large {
  font-size: 42px;
}

.single {
  text-align: center;
  margin-bottom: 20px;
}

.single img {
  margin: 0 auto;
}

@media (max-width: 62em) {
  .event,
  .about {
    float: none;
    width: 100%;
  }

  h1 {
    font-size: 1.5rem;
    margin: 20px 0;
    padding: 0;
    text-align: center;
  }

  h2 {
    font-size: 1.3rem;
    text-align: center;
  }
}

.purchase-contact {
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  color: #95aaaa;
 
}

.purchase-contact p {
  margin: 0;
  color: white;
}

.purchase-contact span {
  color: #e0ffff;
}

.purchase-contact a {
  font-size: 0.8em;
  text-decoration: none;
  color: #fff;
}

.purchase-contact p {
  font-size: 16px;
  padding: 10px 0;
}

@media (min-width: 800px) {
  .purchase-contact p {
    font-size: 20px;
  }
}

/* Footer */
footer {
  background: #05050a;
  padding-top: 10px;
  color: white;
  font-family: "Heebo", sans-serif;
  margin-top: 10px;
  border-top: solid 2px rgba(24, 133, 152, 0.2);
}

footer p {
  font-size: 16px;
  color: #fff;
}
footer h3 {
  font-size: 24px;
}
footer .wrap {
  padding: 0 20px;
  color: #ebeaed;

  border-top: solid 2px rgba(24, 175, 152, 0.15);
  border-bottom: solid 2px rgba(24, 175, 152, 0.15);
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  color: inherit;
  opacity: 0.2;
}

footer hr {
  width: 80%;
  color: #222;
  margin: 20px auto;
}
.appointment {
  font-size: 28px;
  font-weight: bold;
}
.visit-phone {
  font-size: 24px;
}
@media (min-width: 1200px) {
  .appointment {
    font-size: 32px;
  }
}

.visit {
  display: flex;
  color: white;
  opacity: 0.9;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  text-align: center;
  padding: 20px 0;
}

.visit img {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
  border-radius: 5px;
}

.visit > div {
  width: 33.3%;
  padding: 0 10px;

  min-height: 300px;
  border-right: solid 1px rgba(24, 175, 152, 0.15);
  border-left: solid 1px rgba(24, 175, 152, 0.15);
}

.visit > div h3,
.visit > div p {
  text-align: center;
}

.visit > div:last-child {
  border-right-width: 0;
}

.visit > div:first-child {
  border-left-width: 0;
  padding: 0;
  padding-right: 10px;
}

.visit > .hours {
  text-align: center;
  align-content: center;
  justify-content: center;
 
}
.visit > .hours p {
  font-size: 18px;
  line-height: 1.6;
}
footer > .wrap {
  
}
footer a,
footer a:visited {
  color: white;
  text-decoration: none;
}

footer a:hover {
  color: rgba(255, 255, 255, 1);
}

.lower-nav,
.lower-nav a,
.lower-nav a:visited,
.copy {
  color: rgba(255, 255, 255, 0.5);
}

.lower-nav {
  margin: 0 auto;
  padding: 10px 0;
  text-align: center;
  border-top: solid 2px rgba(24, 133, 152, 0.2);
}

.main-links a {
  padding: 5px;
}

.social {
  margin-left: auto;
}

.copy {
  text-align: right;
  font-size: 10px;
  padding: 10px;
}

@media (max-width: 800px) {
  .visit img {
    max-height: 400px;
  }

  .visit > div:first-child {
    width: 100%;

    padding: 0;
  }

  .visit > div {
    border: none;
  }

  footer hr {
    display: none;
  }
}

@media (max-width: 650px) {
  footer {
    font-size: 80%;
  }

  footer h3 {
    font-weight: normal;
  }
}

/* FancyBox */

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: rgb(30, 30, 30);
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable="true"] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
/* Changed padding to 20px 0px */
.fancybox-caption {
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.3) 50%,
    rgba(0, 0, 0, 0.15) 65%,
    rgba(0, 0, 0, 0.075) 75.5%,
    rgba(0, 0, 0, 0.037) 82.85%,
    rgba(0, 0, 0, 0.019) 88%,
    rgba(0, 0, 0, 0) 100%
  );
  bottom: 0;
  color: #eee;
  font-size: 24px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 20px 0px 20px 0px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

/* changed padding from 75px to 20px */
@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 20px max(44px, env(safe-area-inset-right))
      max(25px, env(safe-area-inset-bottom))
      max(44px, env(safe-area-inset-left));
  }
}

/* changed margin-top from -50 to 0 to force image above the caption */
.fancybox-caption--separate {
  margin-top: -50px;
  margin: 0 auto;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}

/* Transition effects */

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }

  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}

/* Share */

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

.no-bio {
  text-align: center;
}

.no-bio img {
  display: block;
  margin: 10px auto 0 auto;
}

.no-bio h2 {
  margin-bottom: 0;
  padding: 0;
}

.no-bio p {
  margin: 0;
}

.contact h2 {
  text-align: left;
}

.contact a {
  text-decoration: none;
  color: rgba(200, 200, 200, 0.9);
}

.contact a:hover,
.contact a:focus {
  color: #7e7e7e;
}

.alert {
  text-align: center;
  color: bisque;
  font-size: 24px;
  padding: 20px;
}

.press, .collections {
  display: flex;
  flex-flow: row wrap;

  width: 100%;
  max-width: 1920px;
  border-top: transparent 1px solid;
  background: rgb(5, 5, 10);
  
}
section.press h2 {
  text-align: left;
}

.press-item, .collections-item {
  display: flex;
  flex-direction: column;

  max-width: 500px;
  margin: 10px auto;
  padding: 20px;
  border-radius: 20px;
  background: #151515;
  font-family: default;
  color: #fff;
}

.press-item > button {
  align-self: flex-end;
  border: transparent 1px;
  border-radius: 5px;
  
}
.press-item > button a {
color: #000;
  
}
.press-item > p, .press-item > span {
  color: #fff;
  font-size: 16px;
  padding: 0;
}

.collections-item a {
  color: #fff;
  font-size: 22px;
  margin-bottom:0;
}
.collections-item{
  text-align: center;
  padding-bottom: 0;
}
.collections-item span {
padding-top: 10px;
}

h1#home {
  margin: 40px 0 40px 0;
  text-align: right;

}

h2 {
  text-align: center;
  padding: 0 20px;
  margin-top: 0;

}


.wrapper {

  padding: 0px;
}


section a {
  text-decoration: none;
  color: inherit;
}



section a {
  color: rgba(200, 200, 200, 0.9);
}

section a:hover,
section a:focus {
  color: #7e7e7e;
}


section {
  margin-bottom: 100px;
}

section.slide {
  padding: 10px;
}

.slide img {
  border-radius: 5px;
}

section.art-awards div {
  max-width: 990px;
  margin: 0 auto;
}

section.collections {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: center;
  
}

section.collections>div {
  width: 20%;
  margin: 40px;
  max-width: 240px;

}

section.collections>div span {
  display: block;
  text-align: center;
  margin-bottom: 10px;
}

section.collections>div img {
  margin: 0 auto;
  max-width: 100%;
  border-radius: 5px;
  height: auto;
}

@media(max-width: 990px) {


  h2 {
      text-align: center;
  }
}