<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.list-title .list-title-text {
  text-align: left;
  padding: 0 20px;
}

.inline {
  display: inline-block;
  /* border: 1px solid red; */
  margin: 5px 10px;
  padding: 10px 10px;
}

.inline.title-text {
  vertical-align: middle;
  margin-right: 0;
}

.inline.title-image {
  vertical-align: middle;
  margin-left: 0px;
  margin-right: 25px;
}

p.profile-name {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 20px;
}

p.profile-title {
  font-size: 20px;
  font-weight: 600;
}

p.profile-content {
  color: #111;
  font-weight: 300;
}




@media (max-width: 1199px) {
  .bio-large-screen {
    display: none;
  }

  .bio-small-screen {
    display: unset;
  }

  .inline.title-image {
    width: 160px !important;
    max-width: unset !important;
  }
}

@media (max-width: 420px) {

  .inline.title-image {
    width: 140px !important;
    margin-right: 0 !important;
    max-width: unset !important;
  }
  .col-lg-8.mt-md-0 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
}

@media (min-width: 1200px) {
  .bio-large-screen {
    display: unset;
  }

  .bio-small-screen {
    display: none;
  }
}

@media (max-width: 991px) {
  #page-title {
    padding: 0 !important;
    
  }

}

.select-background-highlights {
  font-weight: 600;
  font-size: 21px;
  color: #ccc;
  margin: 20px 10px 5px 10px;
  padding: 10px 10px 0 10px;
}

/* add border-radius to profile image */
section .row .col-lg-4 img {
  border-radius: 15px;
  box-shadow: 5px 10px 22px #8e8e8e55;
}

.profile-button {
  background-color: rgba(220, 172, 46, 0.9) !important;
  background: linear-gradient(to right, rgba(224, 219, 219, 0.8) 0%, rgba(220, 172, 46, 1) 100%) !important;
  padding: 8px 30px !important;
  border-radius: 5px;
  z-index: 3;
  box-shadow: 5px 10px 22px #8e8e8e55;
}

section .content-wrap {
  padding-top: 60px !important;
}

.select-background-highlights {
  padding: 10px 10px 10px 10px;
  background: #dcac2ebb !important;
  width: fit-content;
  color: #fff;
  border-radius: 2%;
  display: none;
}

.profile-name,
.profile-title {
  padding-left: 10px !important;
  margin-bottom: 8px;
}

p.profile-title {
  font-family: 'PT Serif', serif;
  color: #DCAC2E;
  font-size: 24px;
}
p.profile-name {
  font-family: 'Philosopher', sans-serif;
  font-size: 39px !important;
  margin-top: 0px;
}

.inline.title-text {
  margin-bottom: 2px;
}


p.profile-content { 
  margin-top: 35px;
}

@media (max-width: 992px) {
  section .content-wrap {
    padding-top: 150px !important;
  }
}


@media (max-width: 991px) {
  .col-lg-8.mt-md-0 {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  p.profile-name {
    margin-top: 35px;
  }
}

.inline.title-text {
  padding: 9px 0px;
}
.selected-hightlights .inline.title-image {
  margin-top: 3px !important;
  margin-bottom: 3px !important;
  margin-right: 0 !important;
  max-width: 140px !important;
}

/* .selected-hightlights .inline {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
} */

@media (min-width: 992px) {
  .selected-hightlights {
    position: absolute;
    bottom: 0;
  }
}

@media (max-width: 1399px) and (min-width: 992px) {
  /* @media (min-width: 992px) { */
  .selected-hightlights {
    /* transform: scale(0.75);
    -webkit-transform-origin-x: 0; */
  }

  .selected-hightlights .inline.title-text{
    padding: 0 !important;
    
  }

  .selected-hightlights .inline.title-text div {
    font-size: 15px !important;

  }

  .selected-hightlights .inline {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .selected-hightlights .inline.title-image {
    margin: 3px !important;
    max-width: 110px !important;
  }


 
}</pre></body></html>