body {
  color: #ccc;
  font-family: 'Dosis', sans-serif;
  margin-top: 50px;
}

h1, h2 {
  text-align: center;
}

h1, h2, h3, h4 {
  font-family: 'Poiret One', cursive;
}

p {
    font-size:16px;
}

a {
  color: #b28f5a;
}

a:hover, a:active {
  color: #cdb7a0;
}

.container{
  width: 95%;
}

body.main {
  background: url("../img/upview_lg.jpg") no-repeat center center fixed;
  background-size: cover;
}

.main h1, .main h2 {
  color: black;
}

.main h3 {
  text-align: center;
}

.main .jumbotron {
  margin-top: 10%;
  background: rgba(254,254,254,.0);
}

.main h1 {
  font-size: 5em;
}

body.about {
  /* moved from body to container because of sizing issues with the hands */
  background-color: #1a1300; /*added background color to blend with photo*/
}

.about .container {
  background-image: url("../img/mobilapps_lg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  max-width:1024px;
}

.gold-rule {
  width: 48px;
  height: 1px;
  background: #c9a84c;
  margin: 0 auto;
  border: none;
}

.k-monogram {
  width: 120px;
  height: auto;
  margin: 0 auto 0.5rem;
  display: block;
  opacity: 0.9;
}

.blog-tagline {
  font-family:Georgia, 'Times New Roman', Times, serif;
  font-style: italic;
  font-size: 16px;
  letter-spacing: 0.25em;
  text-align: center;
}

.blog-footer {
  text-align: center;
  padding: 2rem;
  max-width: 860px;
  margin: 0 auto;
}

.breadcrumb-nav {
  background: none;
  padding: 0;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  letter-spacing: 0.2em;
  color: #999;
  text-transform: uppercase;
}

.breadcrumb-nav a {
  color: #999;
  text-decoration: none;
}

.breadcrumb-nav a:hover { 
    color: #c9a84c; 
}

.sections-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 3rem 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}

.section-header {
  border-bottom: 1px solid #d4c9b0;
  padding: 3rem 2rem 2.5rem;
  text-align: center;
}

.section-header h1 {
  font-size: 52px;
  letter-spacing: 0.08em;
  margin-bottom: 0.5rem;
}

.section-card {
  padding: 3rem 2.5rem;
  text-decoration: none;
  display: block;
  transition: background 0.3s;
  position: relative;
  border-top: 1px solid #2a2a2a;
  border-bottom: 1px solid #2a2a2a;
}

.section-card:hover {
  background: #ede8de;
  color: #e8e0d0;
  text-decoration: none;
}

.section-number {
  font-weight: 100;
  font-size: 10px;
  letter-spacing: 0.2em;
  color: #555;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.section-title {
  font-weight: 300;
  font-size: 36px;
  letter-spacing: 0.05em;
  color: #201f1c;
  margin-bottom: 1rem;
  line-height: 1.15;
}

.section-accent {
  width: 32px;
  height: 1px;
  background: #c9a84c;
  margin-bottom: 1.5rem;
}

.section-description {
  font-style: italic;
  font-size: 17px;
  color: #7a6a4a;
  line-height: 1.7;
  margin-bottom: 2rem;
}

.section-topics {
  list-style: none;
  padding: 0;
  margin: 0 0 3rem 0;
}

.section-topics li {
  font-weight: 300;
  font-size: 10px;
  letter-spacing: 0.12em;
  color: #666;
  text-transform: uppercase;
  padding: 0.3rem 0 0.3rem 1rem;
  position: relative;
}

.section-topics li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #c9a84c;
  transform: translateY(-50%);
  opacity: 0.6;
}

.section-arrow {
  font-weight: 100;
  font-size: 10px;
  letter-spacing: 0.15em;
  color: #444;
  text-transform: uppercase;
  transition: color 0.3s;
  display: block;
}

.section-card:hover .section-arrow {
  color: #c9a84c;
}

.divider {
  max-width: 900px;
  margin: 0 auto;
  border: none;
  border-top: 1px solid #2a2a2a;
}

.posts-container {
  max-width: 860px;
  margin: 0 auto;
  padding: 1rem 2rem 3rem;
  list-style: none;
}

.post-item {
  border-bottom: 1px solid #d4c9b0;
}

.post-link {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 0;
  padding: 2rem 0;
  text-decoration: none;
  color: inherit;
  transition: background 0.2s;
}

.post-link:hover {
  margin: 0 -2rem;
  padding: 2rem;
  text-decoration: none;
  color: inherit;
}

.post-title {
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 0.5rem;
  line-height: 1.25;
}

.post-body {
  padding-left: 1.5rem;
  border-left: 1px solid #d4c9b0;
}

.post-date {
  font-weight: 100;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  line-height: 1.8;
}

.post-tag {
  display: inline-block;
  font-weight: 300;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #c9a84c;
  margin-bottom: 0.4rem;
}

.post-excerpt {
  font-style: italic;
  font-size: 16px;
  color: #7a6a4a;
  line-height: 1.7;
  margin: 0;
}

.post-hero-image {
    margin-bottom:12px;
    overflow:clip;
}

.post-hero-image img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    object-position: center center;
}

body.blog-linen {
  background: #f5f0e8;
  color: #1A120B;
}

.blog-linen .section-header {
  background: #ede8de;
}

.blog-linen .post-link {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 0;
  padding: 2rem 0;
  text-decoration: none;
  color: inherit;
  transition: background 0.2s;
}

.blog-linen .post-link:hover {
  background: #ede8de;
}

body.blog-dark {
  background: #352d0c;
  color: #cdc38f;
}

.blog-dark .section-header {
  background: #1A120B;
}

.blog-dark .post-link:hover {
  background: #1A120B;
}

body.projects {
  background-image: url("../img/circlesparks_lg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.goright {
  float: right;
  max-width: 50%;
}

.goleft {
  float: left;
  max-width: 50%;
}

.carousel {
  margin-top: 10%;
}

.carousel-inner {
  width: 30%;
  height: 30%;
  margin: auto;
}

.item {
  background: #fff3e6;
  opacity: .4;
  border-radius: 50%;
  padding: 5%;
  width: 100%;
  height: 100%;
}

.item:hover {
  opacity: .9;
}

.item p, .item h3 {
  color: #804d00;
  background: #fff3e6;
  width: 100%;
  padding: 3px 10px;
  margin: 0;
}





