/* z-index hierarchy 
logo 1000
menu 2000
next zoom 3000
*/
html,
body {
  height: 100%;
  overflow: auto;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  background-color: black;
}
.info p {
  padding-left: 20px;
  padding-top: 20px;
  color: #dddddd;
}
a {
  cursor: pointer;
}
a:hover,
a:visited,
a:link,
a:active {
  text-decoration: none;
}
/* latin */
@font-face {
  font-family: 'Basic';
  font-style: normal;
  font-weight: 400;
  src: local('Basic Regular'), local('Basic-Regular'), url(http://fonts.gstatic.com/s/basic/v6/erYvY1QzK27EW53V1rJJeQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* logo div */
#logo {
  padding-top: 50px;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 1000;
}
#logo img {
  width: 100px;
}
#fb-icon {
  padding-left: 30px;
  position: fixed;
  left: 0px;
  bottom: 40px;
  z-index: 1000;
}
#instagram-icon {
  padding-left: 30px;
  position: fixed;
  left: 60px;
  bottom: 40px;
  z-index: 1000;
}
#fb-icon img {
  width: 40px;
  height: 40px;
}
#instagram-icon img {
  width: 40px;
  height: 40px;
}
#fb-icon2 {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    float: left;
}
#fb-icon2 img {
  width: 30px;
  height: 30px;
}

#instagram-icon2 {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
}
#instagram-icon2 img {
  width: 30px;
  height: 30px;
}

/* small menu button */
.menu-btn:hover {
  cursor: pointer;
}
.menu-btn:hover span {
  background: #ffd323;
}
.menu-btn span {
  display: block;
  width: 19px;
  height: 3px;
  margin: 4px 0;
  background: #999999;
}
.menu-label-gapper {
  padding: 0 10px;
}
.menu-label-wrapper {
  border-top: 1px solid #999999;
  cursor: pointer;
  font: 13px/1.1em Basic, sans-serif;
  text-align: center;
}
.menu-label {
  color: #f2f2f2;
  display: inline-block;
  padding: 8px;
  text-align: center;
  line-height: 26px;
}
.menu-button {
  display: inherit;
  color: grey;
  width: 126px;
  box-sizing: border-box;
}
.menu-button[data-state~="selected"] .menu-label-wrapper {
  border-top-color: #ffd323;
  border-top-width: 4px;
}
.menu-button[data-state~="selected"] .menu-label {
  color: #ffd323;
  padding-top: 5px;
}
.menu-button:hover .menu-label-wrapper {
  border-top-width: 4px;
  border-top-color: #999999;
}
.menu-button:hover .menu-label {
  color: #ffd323;
  display: inline-block;
  padding-top: 5px;
}
.menu-button-column {
  display: inline-block;
}
#menu-container0 {
  z-index: 2000;
}
.sticky-menu {
  position: -webkit-sticky;
  position: sticky;
  top: -40px;
}
.fixed-menu {
  position: fixed;
  top: 10px;
}
.body-with-fixed-menu {
  padding-top: 100px;
}
.body-with-hidden-fixed-menu {
  padding-top: 0px;
}
#menu-container {
  display: inline-block;
  padding-top: 50px;
  margin-left: 150px;
}
#my-contents-container {
  padding-left: 150px;
}
#my-contents-container address,
#my-contents-container h1 {
  color: #eee;
  padding-left: 20px;
}
#my-contents-container address span {
  display: block;
}
#description {
  font-size: 16px;
}
#description .info-header {
  color: #ffd323;
}
#description .info-body {
  color: #eee;
}
/* horizontal images */
.zoom-image-horizontal {
  display: block;
  width: 100%;
}
/* vertical images */
.zoom-image-vertical {
  display: block;
  width: 100%;
  margin: auto;
}
/* next and previous paintings links container */
#next-zoom {
  position: fixed;
  display: inline-block;
  z-index: 3000;
}
/* next and previous paintings links */
#next-zoom-a,
#prev-zoom-a {
  background-color: black;
  border-color: #333333;
  position: relative;
}
#next-zoom-a:hover,
#prev-zoom-a:hover {
  color: #ffd323;
}
/*screen-xs*/
@media (max-width: 767px) {
  .room-for-navigation {
    margin-right: 130px;
  }
  #next-zoom {
    right: 30px;
    top: 10px;
    text-align: right;
  }
  #menu-container0 {
    top: -10px;
  }
  #menu-container {
    padding-top: 10px;
    margin-left: 0px;
  }
  #my-contents-container {
    padding-left: 0px;
  }
  #painting-list-container {
    margin-left: 50px;
  }
  #logo, #fb-icon, #instagram-icon {
    display: none;
  }
  .slide-image {
    margin: auto;
  }
  #slide-description-block {
    margin: auto;
  }
  .poster {
    width: 100%;
  }
}
/* at least screen-sm */
@media (min-width: 768px) {
  #next-zoom {
    left: 30px;
    top: 300px;
  }
  #zoom {
    border-right: solid 1px #333333;
    border-left: solid 1px #333333;
  }
  /*
        important used to have menu expanded
        on resize/maximize although it has been
        minimized in xs state
    */
  .menu-button-column {
    display: inline-block !important;
  }
  #menu-btn-column {
    display: none !important;
  }
  #fb-icon2 {
    display: none;
  }
  #instagram-icon2 {
    display: none;
  }
  .poster {
    width: 80%;
  }
}
/*screen-sm*/
/*screen-md*/
/*screen-lg */
#slide-description {
  text-align: center;
  font-size: 18px;
  color: #eee;
}
.slick-slide a {
  outline: none;
}
/*prevent alt image info for all slides from showing before slick is initialized */
#slider-container {
  display: none;
}
#slider-container.slick-initialized {
  display: block;
}
