body {
  font-family: "Noticia Text", serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
  margin: 0;  
  background: #A8B9B8;
  background: linear-gradient(180deg, rgba(168, 185, 184, 1) 0%,  #cbe57c 50%,  rgba(168, 185, 184, 1) 100%);
  overflow-x: hidden;
}

a {
  color: #324c5d;
}

a:hover {
  color: #ff2000;
}

p a {
  font-weight: bold;
}


h1 {
  margin:0;
  text-align: center;
  padding-bottom:15px;
}

h2 {
  margin-top: 0;
}

hr {
  border: 1px solid #eed6e1;
}

#header {
  position: absolute;
  top: 0;
  width: 100%;
  background-image: url('images/headerbg.jpg');
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  align-content: center;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}


#header:hover > .ufo2 {
    animation-name: spin;
    animation-duration: 1000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes spin {
    0 {
        transform:rotate(0deg);
    }
    25% {
        transform:rotate(20deg);
    }
    75% {
        transform:rotate(-20deg);
    }
    100% {
       transform:rotate(0deg);
    }
}

#logo {
  margin: 5px;
  width: 75%;
}

#container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  align-content: center;
  width: calc(100% - 36px);
  background: rgba(238, 214, 225, 1);
  background-image: url("tile1.gif");
  margin: 15px 15px 15px 15px;
  text-align: center;
  border-radius: 40px;
  padding-bottom: 22px;
  border: 3px solid #e5ced8;
}

#container div img {
  width:100%;
}

.interior {
  padding: 30px 30px 22px 30px;
  background-color: #f3dee8;
  width: 70%;
  min-width: 280px;
  margin-bottom: 20px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  border-bottom: 12px solid #ffee89;
}

.interior p {
  padding: 0 10px 0 10px;
}

.interior h3 {
  padding: 0;
  margin: 0 0 25px 0;
}


#interior1 {
  margin-top: 35%;
  margin-bottom: 20px;
  padding: 50px 30px 22px 30px;
 	background-color: #f3dee8;
 	width: 55%;
 	min-width: 280px;
  border-bottom: 12px solid #ffee89;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  }

#interior1 p {
  width: 80%;
  min-width: 260px;
  margin: 10px auto;
  text-align: justify;
  text-align-last: center;
}

#interior1:hover {
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
}

.interior:hover {
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
}

#interior_spon {
  padding: 30px 30px 22px 30px;
  background-color: #f3dee8;
  width: 40%;
  min-width: 280px;
  margin-bottom: 20px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  border-bottom: 12px solid #ffee89;
}

#interior_spon img {
  max-width: 120px;
  padding: 0 5px 0 5px;
}

#interior_spon p {
  padding: 0;
  margin: 0 0 20px 0;
  font-size: 80%;
}

#comics {
  position:fixed;
  bottom:0;
  left:7px;
  width:22%;
  min-width: 150px;
  z-index: 10;
}

#smallpress {
  position:fixed;
  bottom:-5px;
  right:-5px;
  width:25%;
  min-width: 170px;
  z-index: 10;
}

#exhiblist {
  font-size:1.2em;
  line-height: 1.6em;
  color:#4d6b80;
  overflow: hidden;
  text-overflow: ellipsis;
}

#exhiblist a {
  text-decoration: none;
}

.ufo {
  position:absolute;
  width: 15%;
  bottom: calc(-8% - 20px);
  right: calc(5% + 8px);
  min-width: 110px;
}

.ufo2 {
  position:absolute;
  width: 15%;
  bottom: calc(-8% - 20px);
  left: calc(5% + 8px);
  min-width: 100px;
}

.exname {
  white-space: nowrap;
  }

.exname::before {
    content: '\2666 \0020 ';
    color: #dec3d0;
}

.exname:last-child:after {
  content: '';
}

.lightbox {
  display: none;

  position: fixed;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  min-width: 300px;
  background: #fae8f1;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  text-align: center;
  border-top: 12px solid #ffc233;
}

.lightbox:target {
  display: block;
}

.lightbox>a {
  min-width: calc(100% - 20px);
  height: 35px;
  background: #ff5940;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 10px 10px 10px;
  font-size: 0.7em;
  text-decoration: none;
  color: #fae8f1;
}

.lightbox>a:hover {
  background: #ff7a66;
}


.lightbox span a {
  font-weight: bold;
}

.lightbox hr {
  margin-top: 15px;
}

.lightbox h3 {
  padding: 0 0 20px 0;
  margin-top: 0;
  margin: 20px 20px 0 20px;
  border-bottom: 1px dashed #ff7a66;
}

.lightbox p {
  padding: 0 7% 0 7%;
  text-align: justify;
  font-style: italic;
}

/* tables */
  .columns {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 100%;
    padding: 15px;
    }

  .column {
    min-width: 240px;
    flex: 1 1 0;
    border-right: 1px solid #eed6e1;
  }

  .row {
  display: flex;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}

.row-name {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
}

.row-tableno {
  flex-shrink: 0;
  margin-left: 8px;
  white-space: nowrap;
  text-align: left;
  min-width: 45px; 
}
