 
body {
  background: whitesmoke;
}
h1, h2, h3, h4, h5 {
  font-family: "Jomolhari", "DM Serif Display", serif, -apple-system;
}

.card {
  background: #fff;
  box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  margin-bottom: 1rem;
  padding: 0;
}

.card .card-title {
  color: #14879C;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  padding: .5em 0;
}
.card-body {

  padding: 5px 12px;
}
.d-grid2 {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fill, minmax(250px,1fr));
  grid-auto-rows: 200px;
  columns: 250px;
    column-gap: 20px;
}
.d-grid2 > * {
  grid-column: 1fr;
  break-inside: avoid-column;
    margin-bottom: 1rem;
}

.char-info {
  /* -moz-column-width: 13em;
 -webkit-column-width: 13em;
 -moz-column-gap: 1em;
 -webkit-column-gap: 1em; */
 column-gap: 1em; 
 column-width: 13em;
}
.char-info > * {
  display: inline-block; 
  width:  100%; 
}


  
.logo {
  display: block;
  width: 200px;
}
.main-menu > ul > li > a {
  color: #14879C;
}

.intro { padding-top: 80px; padding-bottom: 80px; }

h2.act { background: #14879C; color: #fff; padding: 5px 10px; width: 100%; display: block; 
text-align: center; }

.beatsheet-response p, .beatsheet-response { 
  
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5
}
.beatsheet-response p, .beatsheet-response {
  font-family: serif;
  font-size: 22px;
  line-height: 1.5;
  font-weight: normal;
  color: #333;
}

.intro-image-absolute {
  bottom: -1em;
    left: -1em;
    top: 1em;
    right: 0;
    position: relative;
    width: 40vh;
    margin: 0 auto;
}
.page-nos {
  display: block;
  color: #585858; 
  font-family: "Jomolhari", "DM Serif Display", serif, -apple-system;
}