html { font-family: "Manrope", Arial, sans-serif ; }
body { background-image: url(/images/columbus-bw.jpg); background-size: cover; }
main { 
  width: 100%; max-width: 1280px; min-height: 100%;
  margin: 0 auto; 
  background-color: #fff; 
  position: relative;
  padding-bottom: 50px;
}
.row { padding: 0 20px;}
.col { width: 100%; }
@media screen and (min-width: 768px) { 
  .row { padding: 0 50px;}
}
@media screen and (min-width: 1024px) { 
}
@media screen and (min-width: 1024px) { 
  .lg-col-9 { width: 75%; }
}
@media screen and (min-width: 1440px) { 
  .xl-col-6 { width: 50%; }
}

.card { width: 100%; max-width: 600px; margin: 0 auto; padding: 25px 0; }
h1 { font-size: 3em; font-weight: 200; text-align: center;}
h2 { margin: 1em 0; }
.qualities { display: flex; align-items: center; justify-content: center; gap: 0.5em; font-size: 0.75em; }
.qualities span::after { content: "\26AC"; margin-left: 0.5em; }
.qualities span:last-child::after { content: ""; margin-left: 0; }
@media screen and (min-width: 500px) { 
  h1 { font-size: 4em;}
  .qualities { font-size: 1em; }
}
@media screen and (min-width: 768px) { 
  h1 { font-size: 6em;}
}
.container { display: flex; flex-direction: column; padding: 0 20px; gap: 20px; position: relative; margin-bottom: 30px; }
.container > img, .container > blockquote { flex: 0 1 auto; }
.container > img { width: 100%; height: fit-content; border-bottom: 1px dashed #999; border-right: 1px dashed #999; }
.container > .lines { display: none; }
@media screen and (min-width: 768px) { 
  .container { flex-direction: row; gap: 50px; margin-bottom: 50px; padding: 0 50px; } 
  .container > img { width: 34%; }
  .container > .lines { 
    position: absolute; bottom: -29px; left: 35%; width: 45px; height: 30px; 
    display: block;
    border-left: 1px dashed #999; border-top: 1px dashed #999; 
  }
}


.description { font-size: 1.5em; align-self: center; line-height: 1.125; }
@media screen and (min-width: 1280px) { .description { font-size: 2.5em; line-height: 1.375; } }
.description em { font-weight: 800; font-style: normal; }


.lb { position: relative; } 
#lb-sldr { 
  margin: 0 0 0 20px; height: 220px;
  scroll-snap-type: x mandatory;
  overflow-y: hidden; overflow-x: overlay; 
  scrollbar-width: thin; scrollbar-color: rgb(220, 220, 220) #fff; 
}
#lb-thmbs { width: 1843px; }
#lb-thmbs > a { display: inline-block; margin-right: 25px; scroll-snap-align: left; }
#lb-thmbs > a > img { display: inline-block; width: 200px; border: 1px solid #999;  }
#lb-thmbs > a:last-child > img { margin-right: 0; }

.lb button.forward, .lb button.backward  { 
  width: 34px; height: 200px; background-color: rgba(248,248,248,0.8); 
  border: 1px solid rgba(248,248,248,0.8);
  font-size: 36px; line-height: 0; font-weight: 700; color: #4a4a4a;
  position: absolute; top: 0;  
}
.lb button.backward { left: 0; display: none; }
.lb button.forward { right: 0; }
.lb button.forward:hover, button.backward:hover { background-color:  #efefef; border: 1px solid #efefef }
@media screen and (min-width: 768px) { 
  #lb-sldr { margin: 0 50px; }
  .lb button.backward { left: 16px; }
  .lb button.forward { right: 16px; }
  .lb button.forward, .lb button.backward  { background-color: rgba(248,248,248,1.0); }
}

.lb-flex-centered { display: flex; align-items: center; justify-content: center; }
.lb-container { 
  position: fixed; top: 0; left: 0; width: 100%; height: 100%;
  background-color: rgba(0,0,0,0.9); 
  opacity: 0.0; transition: opacity .15s ease;
}
.lb-tools { position: absolute; right: 10px; top: 10px; z-index: 3; display: flex; gap: 5px;}
.lb-button { width: 44px; height: 44px; color: white; background-color: rgba(90,90,90,0.6); cursor: pointer; }
.lb-button:hover { background-color: rgba(90,90,90,1.0); }
.lb-svg-path { fill: #ffffff; transition: fill .15s ease; }
.lb-left { position: absolute; left: 10px; }
.lb-right { position: absolute; right: 10px; }
.lb-fs-exit { display: none; }

.lb-container {display: flex; align-items: center; justify-content: center;}
.lb-image {
  display: flex; align-items: center; justify-content: space-evenly; flex-direction: column-reverse; 
  width: 100%; height: 100%; 
  transition: opacity 0.3s ease;
  margin: 20px 0;
}
.lb-image > img { margin: 20px 0; }
.lb-caption { min-width: 100%; display: block; background-color: #fff; padding: 20px; min-height: 208px; }

@media screen and (min-width: 768px) { 
  .lb-image { flex-direction: row; width: auto; height: auto; justify-content: center; } 
  .lb-image > img { margin: 0; }
  .lb-image .left { width: 50%; display: flex; align-items: center; justify-content: center; }
  .lb-image .right { width: 50%; display: flex; align-items: center; justify-content: center; }
    .lb-caption { position: unset; padding: 50px; min-width: 375px; max-width: 500px; margin-right: 50px;  } 
}

form { 
  border: 10px solid #e0f0f9; 
  padding: 30px 30px 40px 30px; 
}
form .row { padding-left: 0; padding-right: 0; margin-bottom: 2em; }
form label { display: block; margin-bottom: 0.25em; }
form input { 
  width: 100%; 
  border: 1px solid rgba(90,90,90,1.0); 
  border-radius: 5px; height: 2.5em; 
  padding: 0 0.5em;
}
textarea { width: 100%; min-height: 6em; }
input:active, input:focus, textarea:active, texarea:focus { outline: 2px solid #2689be; border: none;  }
form button { border-radius: 5px; padding: 0.75em 2em; background-color: #154966; color: white; border: none; }

.photos { display: flex; align-items: center; justify-content: flex-start; gap: 20px; padding: 0 50px; }
.photos img { width: 200px; }