/* CSS by Ken Lambrecht */

:root {
  --Background: #111;
  --Modal-Background: #242424;
  --Text-Reverse: #ccc;
}

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}

body {
  background-color: var(--Background);
  color: var(--Text-Reverse);
  font-family: 'Maven Pro';
  font-size: 16px;
  /* background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed; */
}

a {
  color: #ddd;
  text-decoration: underline;
}

a:visited {
  color: #ddd;
}

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

.background-img {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.img-f {
  background-image: url('/static/images/walls/ken-lambrecht-f.jpg');
}

.img-01 {
  background-image: url('/static/images/walls/ken-lambrecht-01.jpg');
}

.img-02 {
  background-image: url('/static/images/walls/ken-lambrecht-02.jpg');
}

.img-03 {
  background-image: url('/static/images/walls/ken-lambrecht-03.jpg');
}

.img-04 {
  background-image: url('/static/images/walls/ken-lambrecht-04.jpg');
}

.img-05 {
  background-image: url('/static/images/walls/ken-lambrecht-05.jpg');
}

.img-06 {
  background-image: url('/static/images/walls/ken-lambrecht-06.jpg');
}

.img-07 {
  background-image: url('/static/images/walls/ken-lambrecht-07.jpg');
}

.img-x {
  background-image: url('/static/images/walls/ken-lambrecht-x.jpg');
}

.container {
  max-width: 1280px;
  padding: 0 20px;
}

.general-page {
  padding-top: 90px;
}

.site-phrase {
  color: #999;
  font-family: "Smooch Sans", serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  margin: 40px 0 0 0;
  text-align: center;
}

.by-kl {
  color: #777;
  font-family: "Smooch Sans", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  margin: 5px 0 20px 0;
  text-align: center;
}

.foyer {
  color: #111;
  font-size: 18px;
  padding-top: 140px;
  text-align: center;
  width: 50%;
}

.foyer h1 {
  color: #ddd;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.foyer h2 {
  color: #222;
  font-size: 22px;
  font-weight: 700;
}

.category-list a, .category-list a:visited {
  color: #fff;
}

.category-list a:hover {
  color: #fff;
  text-decoration: underline;
}

header {
  color: #999;
  font-size: 14px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.header-solid {
  background-color: var(--Background);
}

.header-translucent {
  background-color: rgba(0, 0, 0, 0.7);
}

.navbar {
  margin: 0;
  padding: 0;
}

.nav-navbar a, .navbar a:visited {
  color: #eee;
}

.navbar a:hover {
  color: #fff;
  text-decoration: underline;
}

.room-and-wall {
  color: #999;
  margin: 0 0 0 1em;
  padding-top: 10px;
}

.modal-header {
  background-color: #444;
  border-bottom: solid 1px #222;
}

.modal-title {
  margin-left: 30px;
}

.modal-content {
  background-color: var(--Modal-Background);
}

.modal-body {
  padding: 40px;
}

#klmt {
  font-size: 26px;
  margin-right: 20px;
}

.parable p {
  color: #AAA;
  /* font-family: "Merienda", serif; */
  /* font-size: 18px; */
  font-style: italic;
  font-weight: 300;
  margin-bottom: 20px;
  text-indent: 30px;
}

h1 {
  color: #ccc;
  font-size: 30px;
  line-height: 38px;
}

h2 {
  color: #ccc;
  font-size: 26px;
  line-height: 34px;
}

h3 {
  color: #ccc;
  font-size: 22px;
  line-height: 30px;
}

/* h4 {
  color: #ccc;
  font-size: 22px;
  line-height: 32px;
} */

h5 {
  color: #000;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}










/* .carousel { width: auto; height: 100%;} */

/* #carouselPhotos, #carouselExampleCaptions {
  border: solid 1px #333;
  border-radius: 10px;
  box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.4);
  height: auto;
  width: 100%;
} */

/* #carousel-caption {
  color: #777;
  font-size: 14px;
} */

/* Move controls */
/* .carousel-control-prev,
.carousel-control-next {
  filter: invert(30%) saturate(500%) hue-rotate(90deg);
} */

.carousel-item {
  transition: opacity 2s ease-in-out;
}

.carousel-fade .carousel-item {
  opacity: 0.6;
  transition-property: opacity;
}

.carousel-fade .carousel-item.active {
  opacity: 1;
}

/* .carousel-caption p {
  background-color: rgba(22, 22, 22, 0.4);
  border-radius: 10px;
  font-size: 0.75rem;
  color: #bbb;
  padding: 2px 14px;
} */


/* Put after the Bootstrap CSS */
.carousel-caption {
  bottom: auto !important;
  top: .75rem !important;
}


/* Put captions at the top */
.carousel-caption.caption-top {
  top: 0rem !important;
  bottom: auto !important;
  color: #ddd;
  padding-top: 10px;
  /* left: 1rem;
  right: 1rem; */
  /* padding: .5rem .75rem;
  background: rgba(0,0,0,.35);
  border-radius: .5rem; */
}

/* Make controls small buttons at the top corners */
.carousel .ctrl-top {
  top: 0rem;
  bottom: auto;
  width: 2.75rem;
  height: 2.75rem;
  opacity: .9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.carousel-control-prev.ctrl-top { left: 2.5rem; }
.carousel-control-next.ctrl-top { right: 2.5rem; }

/* Keep icons crisp in smaller buttons */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 1.1rem;
  height: 1.1rem;
  filter: drop-shadow(0 1px 2px rgba(0,0,0,.35));
}

/* Optional: move indicators to the top */
/* .carousel .indicators-top{
  top: .5rem;
  bottom: auto;
} */







.copyright {
  font-size: 12px;
  margin: 40px 0 20px 0;
}

/* SRT - Font Awesome icons via CSS properties (.icon::before - required to make icons render reliably.) */
.icon::before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.active {
  color: #3c3;
}

.glass-image-container {
  position: relative;
  display: inline-block;
  width: 100%;
}

.glass {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}


.l-b {
  color: #fff;
}

.kl-w-img, .quo, .ai, .bio {
  border-radius: 50%;
  height: auto;
  width: 100%;
}

.quo {
  border: 1px solid #333;
  box-shadow: 15px 15px 15px  rgba(0, 0, 0, 0.5);
}

.links {
  border-left: solid 1px #555;
  list-style-type: none;
  padding: 0 0 0 20px;
  margin: 20px 0;
}


.card-body {
  background-color: #bbb;
}

.ai-analysis {
  color: #222;
  padding: 80px;
}

.ai-analysis h3 {
  color: #111;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
}

.ai-analysis h4 {
  color: #111;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

.ai-question {
  margin-top: 30px;
}

.ai-question h3 {
  color: #111;
  font-size: 26px;
  font-weight: 400;
}

.ai-answer {
  margin-top: 30px;
}

#collapseinfo {
  margin-bottom: 10px;
}

.kl-w-cont {
  padding: 20px 50px 0 50px;
}



.photos {
  position: absolute;
  top: calc(600/1632 * 65vw);
  left: 50%;
  transform: translate(-50%, -40%);
}

.photo {
  margin: 0 0.5vw; /* 20px */
  border: 1px solid #333;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.photo img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;

}

.col-2 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.kl-pi {
  margin-right: 5px;
}
/* For walls with light from upper left */
.shadow-r {
    box-shadow: .5vw .5vw .25vw  rgba(0, 0, 0, 0.5);
}

/* For walls with light from upper right */
.shadow-l {
    box-shadow: -.5vw .5vw .25vw rgba(0, 0, 0, 0.5);
}

.login-btn {
  background-color: #14a;
  border-style: none;
  color: #ddd;
  font-weight: 700;
}

.login-btn:hover {
  background-color: #36c;
  border-style: none;
  color: #fff;
}

.exit {
  color: #111;
}

.exit:visited {
  color: #111;
}

.exit:hover {
  color: #444;
}

.custom-modal-dialog {
  max-width: 90vw;
}

.ph-d {
  font-size: 16px;
  padding-left: 40px;
  padding-top: 4px;
}

/* Change the color of the Bootstrap close buttons */
.btn-close {
  filter: invert(1) grayscale(100%) brightness(200%);
  transform: scale(0.75);
}

/* Photographs */

 .ph-q-cont {
   padding: 70px 90px 0 90px;
 }

 .ph-q-t {
   color: #777;
   font-size: 14px;
   margin: 10px 3px 30px 0;
   text-align: right;
 }

.ph-q {
  border: solid 1px #333;
  border-radius: 10px;
  box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.4);
  height: auto;
  margin-top: 30px;
  width: 100%;
}

.ph-q-a {
  color: #999;
}

/* Kind words */

.kw {
  border-bottom: solid 1px #444;
  color: #aaa;
  /* line-height: 28px; */
  margin-bottom: 25px;
  padding-bottom: 15px;
}

.kw h2 {
  color: #aaa;
  font-size: 18px;
  line-height: 24px;
  margin-top: 15px;
  font-weight: 700;
}

.kw-l {
  color: #777;
  font-size: 14px;
  font-weight: 400;
  margin: 20px 0 0 20px;
}

.kw-c {
  margin-top: 30px;
}

.kw-pho {
  height: 75px;
  width: 75px;
}

@media (max-width: 900px) {

  body {
    font-size: 16px;
  }

  .general-page {
    padding-top: 40px;
  }

  .foyer {
    padding-top: 60px;
  }

  .fixed-header {
    font-size: 10px;
  }

  .photo-collapse {
    font-size: 12px;
    line-height: 14px;
  }

  .photo-collapse-content {
    padding: 5px 0;
  }

  .right-column h2 {
    font-size: 18px;
    line-height: 24px;
  }

  .ph-q {
    box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.4);
    margin-top: 0;
  }

  .ph-q-cont {
    font-size: 18px;
    line-height: 23px;
    padding: 30px 20px 0 20px;
  }

  .ph-q-t {
    color: #777;
    font-size: 14px;
    margin: 10px 3px 55px 0;
    text-align: right;
  }

  .kw {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
    padding-bottom: 5px;
  }

  .kw h2 {
    font-size: 20px;
    line-height: 25px;
    /* margin-top: 10px; */
  }

  .kw-l {
    font-size: 14px;
  }

  .kw-c {
    margin-top: 10px;
  }

  .room-list {
    font-size: 16px;
  }

  .room-list h2 {
    font-size: 22px;
    line-height: 24px;
    margin-top: 10px;
  }

  h1 {
    font-size: 25px;
    line-height: 35px;
  }

  #accordionAbout .accordion-button {
    font-size: 16px;
    font-weight: 700;
  }

  #accordionAbout .accordion-body {
    padding: 20px 30px;
  }

  #accordionAbout h4 {
    font-size: 18px;
  }

  .ai {
    width: 100px;
    height: 100px;
    margin: 0 0 20px 0;
  }

  .ai-question {
    margin-top: 0;
  }

  .ai-answer {
    margin-top: 0;
  }

  #accordionAbout .ai-question {
    margin-top: 20px;
  }

  #accordionAbout .ai-question h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
  }

  .ph-q-cont {
    /* border-bottom: solid 1px #444; */
    font-size: 16px;
    /* margin: 0 0 20px 0; */
    padding: 30px 15px 10px 15px;
  }

  .ph-q-t {
    color: #777;
    font-size: 14px;
    margin: 0 0 30px 0;
    text-align: right;
  }

}

}

@media (max-width: 680px) {

  .ph-q-cont {
    border-bottom: solid 1px #444;
    font-size: 14px;
    margin: 0 0 20px 0;
    padding: 0 15px 10px 15px;
  }

  .ph-q-t {
    color: #777;
    font-size: 14px;
    margin: 0;
    text-align: right;
  }

}
