
body, div, a, td, h1 {
  font-family: Quando, 'Trebuchet MS', Tahoma, Arial, Helvetica, Verdana, sans-serif;
  font-size: 10pt;
  font-weight: 400;
}

body, div, td, h1, pre {
  color: #f6f6f0;
}

body {
  margin: 0px;
  background-color: #14100b;
}

.background {
  position: absolute;
  top: 0px; left: 0px; right: 0px; bottom: 0px;
  background-image: url('../art_in_details/darkwood.png');
  background-size: 100% auto;
  background-attachment: local;
  opacity: 0.3;
}

.main {
  position: absolute;
  top: 0px; left: 0px; right: 0px; bottom: 0px;
  overflow: auto;
}

.abs-main {
  overflow: hidden;
}

.header {
  background-color: #000000;
  padding-top: 4px;
}

.abs-header {
  position: absolute;
  z-index:  100;
  top:   0px;
  left:  0px;
  right: 0px;
}

.logo {
  float: left;
  margin-left: 10px;
  line-height: 40px;
  cursor: hand;
  cursor: pointer;
}

.logo .brand {
  font-size: 36px;
}

.logo img {
  border: 1px solid #272016;
  vertical-align: -5px;
}

.menu {
  float: right;
  margin-right: 10px;
  text-align: right;
  line-height: 40px;
  color: #666666;
  text-transform: uppercase;
}

.clear {
  height: 0px;
  clear: both;
}

.right {
  float: right;
  margin-left: 2em;
}

.left {
  float: left;
  margin-right: 2em;
}

.center {
  text-align: center;
}

.ib {
  display: inline-block;
}

.container {
  position: relative;
}

a {
  text-decoration: none;
  color: #ccddee;
} a:hover {
    text-decoration: underline;
    color: #ccddee;
  }

div, table, thead, tbody, tr, td, blockquote, input, textarea, select {
  border-color: #272016 !important;
  color: #f6f6f0;
}

th, code, blockquote, pre {
  background-color: #0b0906;
}

h2, h3, .brand {
  font-family: 'Alegreya Sans SC', Copperplate, Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size:   20pt;
}

.brand {
  white-space: nowrap;
}

.brand em {
  font-family: Flavors;
  /* font-weight: 800; */
  font-style: normal;
}

.content {
  margin: 0px 5em 0px 5em;
  min-height: 600px;
}

.abs-content {
  margin: 0px 0px 0px 0px;
  min-height: 0px !important;
  position: absolute;
  top:    55px;
  bottom: 22px;
  left:   10px;
  right:  10px;
}

.slider {
  background: none;
}

#photo-index {
  display:none;
}

.caption-wrap {
  position: absolute;
  width: 100%;
  height: 36px;
  top: auto;
  bottom: 0px;
}

.caption-bg {
  position: absolute;
  width: 100%;
  top: 0;
  line-height: 36px;
  background: #000;
  opacity: 0.3;
}

.caption {
  position: absolute;
  width: 100%;
  top: 0;
  line-height: 36px;
  text-align: center;
  color: #999;
}

.hover-panel {
  margin:           30px 15px;
  background-color: #333;
  border-radius:    15px;
  opacity:          0.9;
  text-align:       justify;
  font-size:        18pt;
  line-height:      24pt;
  color:            #edc;
}
  .hover-panel {
    &:nth-of-type(even) {
      .col-lg-7 {
        &:first-child {
          order: 2;
        }             
      }
    }
  }
  .hover-panel > div {
    padding: 10px;
  }
  .hover-panel img {
    border-radius:  6px;
    border:         1px solid #666666;
  }

#mandatory {
  position:   absolute;
  z-order:    999;
  top:        30px;
  left:       30px;
  right:      30px;
  bottom:     30px;
  background-color: #333;
  border-radius: 15px;
  opacity:    0.9;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  text-align: justify;
  font-size:  16pt;
  color:      #edc;
  padding:    5vh 20vw;
  overflow-y: scroll;
  scrollbars: auto;
}
  button {
    margin: 10px 15px;
    min-width:  333px;
  }

.footer {
  background-color: #000000;
  color: #666666;
  text-align: center;
  padding-top: 2px;
  padding-bottom: 1px;
}

.footer, .footer a {
  font-size: 12px;
}

.abs-footer {
  position: absolute;
  bottom: 0px;
  left:   0px;
  right:  0px;
}

.menu a, .footer a {
  color: #666666;
} .menu a:hover, .footer a:hover {
    color: #ccddee;
    text-decoration: none;
  }

.focal-point {
  width: 92%;
  margin: 0px auto;
}

.focal-point p {
  line-height: 1.6em;
}

.focal-point img, .ns_slideImage {
  border-radius:6px;
  border: 1px solid #666666;
}

.gal {
  display: inline-block;
  margin-bottom: 33px;
}

.gal img {
  height: 180px;
  width:  auto;
  margin-right: 22px;
}

.gal a {
  text-decoration: none;
}

.float-image {
  width: 40%;
  margin-bottom: 1em;
  text-align: center;
  color: #666666;
}

.float-image img {
  width: 100%;
  height: auto;
}
