/* SCROLL BAR */
/* width */
/* ::-webkit-scrollbar {width: 8px;}
::-moz-scrollbar {width: 8px;}
::-ms-scrollbar {width: 8px;}
::-o-scrollbar {width: 8px;} */
/* Track */
/* ::-webkit-scrollbar-track {background: #ffffff;}
::-moz-scrollbar-track {background: #ffffff;}
::-ms-scrollbar-track {background: #ffffff;}
::-o-scrollbar-track {background: #ffffff;} */
/* Handle */
/* ::-webkit-scrollbar-thumb {background: #ffe189;}
::-moz-scrollbar-thumb {background: #ffe189;}
::-ms-scrollbar-thumb {background: #ffe189;}
::-o-scrollbar-thumb {background: #ffe189;} */
/* Handle on hover */
/* ::-webkit-scrollbar-thumb:hover {background: #6a7a80;}
::-moz-scrollbar-thumb:hover {background: #6a7a80;}
::-ms-scrollbar-thumb:hover {background: #6a7a80;}
::-o-scrollbar-thumb:hover {background: #6a7a80;} */

/* LOAD FONT */
/* @font-face {
  font-family: FuturaMedium;
  src: url('../../assets/Futura Medium.ttf') format("truetype");
  font-weight: normal;
} */

html {
  margin:0;
  width:100%;
}
body {
  /* overflow: hidden; */
}
a {
  color: #000000;
  cursor: pointer;
}
li {
  text-decoration: underline;
  cursor: pointer;
}
button {
  border-radius: 6px;
  border-color: #9a9a9a;
  background-color: #f9f9f9;
}
.pdf-iframe {}

#intro {

  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  /* CENTERED SIZE IMAGE */
  width: 100%;
  height: auto;
}


#mainBody {
  width:100%;
  margin-top: 2%;
}

/* HEADER */
#header {
  margin:0;
}
#menu-header {
  display:block;
  position:absolute;
  left: 0;
  font-family: futura-pt, sans-serif;
  font-weight: 500; /* MEDIUM */
  font-size: 19px;
  letter-spacing: -0.5px;
  color: #000000;
  text-decoration: none;
}
#content-header {
  display:block;
  position:absolute;
  right: 0;
  font-family: futura-pt, sans-serif;
  font-weight: 500; /* MEDIUM */
  font-size: 14px;
  letter-spacing: -0.5px;
}
#info-box {
  display:block;
  position:absolute;
  top: 30px;
  right: 0;
}
#info{}
.exhibition-info {
  text-align: right;
  margin: 0;
  margin-bottom: 4px;

  font-family: futura-pt, sans-serif;
  font-weight: 400; /* MEDIUM */
  font-size: 14px;
}


/* LEFT COLUMN */
#left-col {}
#menu-column {}
#menu {
  position: relative;
  width: 120px;
  margin-top: 20px;
  line-height: 1;
  font-size: 9px;
}
#menu option {
  font-size: 9px;
}
#icon-bar {
  margin-top: 10px;
  margin-bottom: 50px;
}


/* RIGHT COLUMN */
#right-col {}
#content-column {
  width: 100%;

}
#content {
  margin-top: 20px;
  text-align: center;
  font-family: futura-pt, sans-serif;
  font-weight: 400;  /* BOOK */
  font-size: 12px;
}
#content-left-col {}
#content ul {
  list-style-type: none;
  padding:0;
  margin:0;
}
#content ul li{
  margin-bottom: 5px;
}
.linkButton{
  color: #0000FF;
  text-decoration: underline;
  cursor: pointer;
}
#music {
  width: 40%;
}
#twitter {}

/* BULLETIN */
.bulletin-img{
  width:40%;
  height: auto;
  margin-bottom: 30px;
}

/* PAINTING PAGE */
.painting-img {
  width:70%;
  height: auto;
  margin-bottom: 30px;
}
.painting-txt {
  width:100%;
  height: auto;
  margin-bottom: 150px;

  font-family: futura-pt, sans-serif;
  font-size: 16px;
}

/* EXHIBITION PAGE */
.exhibition-title-img {
  width:100%;
  height: auto;
  margin-bottom: 50px;
}
.exhibition-title-box {
  width:100%;
  height: auto;
  margin-top: 50px;
  /* margin-bottom: 30px; */
  margin-bottom: 50px;

  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-size: 28px;
}
.exhibition-title {
  margin-bottom: 0px;

  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-size: 40px;
}
.exhibition-title-sub {
  margin: 0;

  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.exhibition-img {
  width:100%;
  height: auto;
  margin-bottom: 150px;
}
.exhibition-img-label {
  margin-top: -130px;
  margin-bottom: 150px;
}
.exhibition-iframe {
  width:100%;
  height: 500px;
  margin-bottom: 150px;
}
.exhibition-txt {
  width:100%;
  height: auto;
  margin-bottom: 150px;

  font-family: futura-pt, sans-serif;
  font-size: 16px;
}
.exhibition-button-box {
    text-align: center;
}
.exhibition-button {
  /* display: block; */
  height: auto;
  margin-bottom: 150px;
}
#content-right-col {}


/* EXHIBITION PAGE */
.back-btn{
padding: 0;
border: none;
font: inherit;
font-size: 3em;
color: inherit;
background-color: transparent;
/* show a hand cursor on hover; some argue that we
should keep the default arrow cursor for buttons */
cursor: pointer;
}


/* MUSIC PAGE */
#albumContent{margin-top: 50px;}
#albumContentHeader{
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-size: 20px;
}
#albumGrid{
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}
.album{
  /* 4 COLUMNS */
  /* flex: 25%;
  max-width: 25%; */

  /* 3 COLUMNS */
  flex: 33%;
  max-width: 33%;
  padding: 0 4px;
}
.album-img{
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}
.album-txt{
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-size: 14px;
}
