html, body {
  font-size:16px;
}
.navbar-toggle {
  margin: 2px;
  padding: 15px !important;
}
main {
  background: #f1f3f3;
}
main > div {
  max-width:600px;
  margin:0 auto;
  background:#fff;
}
.museo-header {
  display:block;
  width:100%;
}
.stanza_nome,
.stanza_nome_menu {
  background:#23303b;
  color:#fff;
  text-align:center;
  padding:1em 1.5em;
  font-weight:bold;
  font-size:1.3em;
  border-top:1px solid #d9dddd;
  cursor:pointer;
}
.museo-item {
  width: 100%;
  box-sizing: border-box;
  line-height: 1.6em;
  font-size: 1.1em;
  position: relative;
  display: none;
}
.museo-item.aperto {
  box-shadow: 0 0 60px -10px rgba(0,0,0,0.4);
  z-index: 3;
}
.museo-item * {
  box-sizing:border-box;
}
.bottone,
.bottone-menu {
  background:#d9dddd;
  border-top:1px solid #111;
  padding:1.5em;
  cursor:pointer;
  display:flex;
  justify-content:space-between;
}
.bottone-menu {
  background: none;
  border-top: 1px solid #000;
  padding: 5vw;
  align-items: center;
}
.bottone-titolo {
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
  padding-right:0.5em;
}
.bottone-menu .bottone-titolo {
  width: 60vw;
  color: #B4BCC5;
  font-size: 4.5vw;
}
.bottone img {
  width:2em;
  margin-top:-0.3em;
}
.bottone-menu img {
  margin:0;
  width: 10vw;
}
.contenuto {
  display:none;
  overflow:hidden;
}
.museo-img {
  background: #f1f3f3;
  overflow:hidden;
  margin-bottom:0.5em;
  max-height:80vh;
  position:relative;
}
.museo-img::after {
  content:"";
  display:block;
  position:absolute;
  z-index:2;
  bottom:0;
  left:0;
  right:0;
  width:100%;
  height:15vh;
  background: -moz-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
  opacity:0.6;
}
.bottone-menu .museo-img {
  width:14vw;
  height:14vw;
  margin:0;
  border-radius: 30vw;
}
.bottone-menu .museo-img::after {
  display:none;
}
.museo-item .contenuto img {
  width:100%;
  /* max-width:200px; */
  margin:0 auto;
  display:block;
  z-index:1;
}
.museo-autore {
  padding: 0.5em 1.5em;
  color: #53707b;
}
.museo-titolo {
  font-weight:bold;
  margin:0.5em 0;
  border-left: 0.25em solid #d33e57;
  padding: 0 1em 0 0.6em;
  font-size: 1.75em;
  line-height: 1.2em;
}
.museo-data {
  padding: 0.5em 1.5em 1.5em;
  color: #53707b;
}
.museo-desc {
  padding: 0.5em 1.5em 1.5em;
}
.museo-info {
  color:#36535e;
  background:#f1f3f3;
  padding: 1.5em;
  font-size: 1em;
}
.museo-istruzioni {
  font-size: 0.75em;
  text-align: center;
  color: #5F6C77;
  background: #e9ebeb;
  line-height: 1.5em;
}



.access main > div {
  background: #000;
}
.access .rosso {
  color: #FFC9DD;
}
.access .museo-autore,
.access .museo-info,
.access .museo-data {
  color:#e0e0e0;
}

.access .museo-info {
  background:#1c1c1c;
}
.access .bottone {
  background: #111;
  border-top: 1px solid #ddd;
  padding: 1.5em;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}
.access .museo-istruzioni {
  color:#fff;
}
.access .stanza_nome {
  background: #13202b;
}