
h4, h5, h6 {font-family: 'Merriweather', serif; color: #000000;}
h1 {font-family: 'Merriweather', serif; color: #000000; font-weight: 400; font-size:2.5rem;}

h2 {font-family: 'Merriweather', serif; color: #000000; font-weight: 400; font-size:2rem;}
h3 {font-family: 'Merriweather', serif; color: #000000; font-weight: 400; font-size:1.5rem;}
li, p  {font-family: 'Work Sans', sans-serif; font-weight: 400!important; line-height:1.5rem; font-size: 1rem;}
.lead {line-height: 1.5!important; font-size:1.5rem;}
.subheader {line-height: 1.5!important; font-size:1.75rem;}
.display-5 {font-family: 'Corben', serif; color: #000000; font-weight: 400; font-size:7rem;}

.linkedin{
  width: 30px; height: 30px; fill:  #000000; margin-top: 24px; margin-left: 16px;
}

.linkedin:hover{
  fill:  #D89B00;
  cursor: pointer;
}

.bgcol{
  background-color: #f2efe6;
}

.imgshad{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 48px;
}

.br-lg{
  border-radius: 16px;
}

.br-sm{
  border-radius: 8px;
}

.hero{
  padding-bottom:80px;
}

.coolbutton {
  font-family: 'Work Sans';
  display: inline-block;
  text-decoration: none !important;
  padding: 0.75rem 1.25rem;
  border-radius: 12px;
  color: #fff;
  font-size: 1rem;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.coolbutton:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1E009F;
  border-radius: 12px;
  z-index: -2;
}
.coolbutton:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #D89B00;
  transition: all 0.3s;
  border-radius: 12px;
  z-index: -1;
}
.coolbutton:hover {
  color: #fff;
}
.coolbutton:hover:before {
  width: 100%;
}

.caseStudyH6 {font-family: 'Work Sans'; margin-bottom: 0 !important; font-weight: 400!important; color: #D89B00;}
.caseStudyH3, .caseStudyH2 {margin-bottom: 1.0rem !important;}
.quote {font-family: 'Work Sans'; font-size: 1.5rem; font-weight: 700 !important; line-height: 2.25rem;}
.author {font-family: 'Work Sans'; font-style: italic;font-size: 1.0rem; font-weight: 400 !important; color: #D89B00;}
.quotemarks {font-family: 'Corben', serif; color: #D89B00;}
.divider {width: 100%; max-width: 100%; overflow-x: hidden; border-bottom: 2px solid #D89b00}
.img-thumbnail {padding: 0rem !important; border: none !important;}
.btn, .btn-primary, .btn-primary:focus {font-family: 'Work Sans'; background-color: #1E009F; border-color: #1E009F; border-radius: 12px; font-size: 18px; height: fit-content;}
.btn-primary:hover {background-color: #D89B00; border-color: #D89B00;}
.btn-secondary:hover {background-color: #D89B00; border-color: #D89B00;}
.btn-secondary {background-color: #1E009F; border-color: #1E009F;}
.nav-link, .nav-link:focus {color: #000000;  font-weight: 600; font-size: 1rem;}
.nav-link:hover {color: #D89B00;}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {color: #1E009F; background-color: transparent;}
.carousel-item {height: 500px;}
.carousel-item.active {height: 500px; display: initial;}
.testimonials {height: 500px; display: flex;}
.logo_text {font-family: 'Corben', serif; color: #000000; font-size: 1.5rem; font-weight: 400;}
.logo_sub {font-family: 'Corben', serif; color: #000000; font-size: 1.2rem; font-weight: 400; margin-top:  0.15rem;}
.logo {height: 48px; margin-right: 16px;}
.offcanvas-body ul li {margin-bottom: 16px; font-size: 1.2rem;}

.client_img {
    -webkit-filter: grayscale(100%);
    -moz-filter:    grayscale(100%);
    -ms-filter:     grayscale(100%);
    -o-filter:      grayscale(100%);
    filter: gray; 
    opacity: 50%;
    padding: 12px!important;
    transition-duration: 2000ms;
    width:12.5%!important;
}

.client_img:hover {
    filter: none;
    opacity: 100%;
    transition-duration: 100ms;
}

.sticky-nav {
  width:100%;
  position: fixed;
  top: 0;
  z-index: 1000; /* keeps it above other content */
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px); /* Safari support */
  transition: background-color 0.3s ease, backdrop-filter 0.3s ease;
}

.homeHero{
  width: 100%;
  max-width: 600px;
}

.greyBG{
  background-color: #f5f5f5;
}

.beigeBG{
  background-color: #f2efe6;
}

.goldText{
  color: #D89B00;
}

.blueText{
  color: #1E009F;
}

.titleblock {
  background-color: #f5f5f5; margin: 50px -50px 50px 0px; z-index: 1;
}

.titleblockImg{
   min-height: 300px; background-size: cover; background-repeat: no-repeat; background-position: center bottom;
}

.alignBottomImg{
  position: absolute;
  bottom: 0;
}

.alignBottomImgContainer{
 position: relative;
}

.headerImg{
  max-width: 100%;
  width: 100%;
  height: auto;
  
}

.headerImgContainer{
  max-width: 100%;
  width: 100%;
  height: 200px;
  overflow-y: hidden;
  
}

.caption{
font-family: 'Work Sans'; margin-bottom: 0 !important; font-weight: 400!important; color: #000000; font-size: 0.8rem; line-height: 1.25rem;
}

.icon{
  width: 100px !important;
}

.highlight{
  font-weight: 700; /*background-color: #1E009F; color: #ffffff; padding: 6px;*/
}

li::marker{
  color: #D89B00;
}

ol{
  padding-left: 1.5rem;
}

li p{
  margin-left: 1rem;
}

.book_container{
  -webkit-box-shadow: 0px 4px 16px 4px rgba(0,0,0,0.1); 
box-shadow: 0px 4px 16px 4px rgba(0,0,0,0.1);
}

.book_cover{
  aspect-ratio: 2 / 3; background-position: center center; background-size:cover;
}

.book_info{
  padding: 16px 8px; height: 150px;
}

.book_info p{
  line-height: normal;
}

.book_category{
color: #999999; margin-bottom: 8px!important; font-size: 14px; 
}

.book_title{
font-family: 'Work Sans'; font-weight: 700!important; margin-bottom: 8px!important; font-size: 16px; 
}

.book_author{
vertical-align: bottom; font-size: 14px; 
}

@media (max-width: 990px){

.lead {line-height: 1.5!important; font-size:1.5rem;}
.display-5 {font-family: 'Corben', serif; color: #000000; font-weight: 400; font-size:5rem!important; margin-top: 48px;}
.subheader {line-height: 1.5!important; font-size:1.5rem;}
.homeHero{
  width: 80%;
  max-width: 500px;
}
}

@media (max-width: 768px){
.client_img {
flex: 0 0 auto;
width: 25% !important;
}

.lead {line-height: 1.5!important; font-size:1.5rem;}
.display-5 {font-family: 'Corben', serif; color: #000000; font-weight: 400; font-size:5rem!important;}
.portraitImg {width:66%;}

.titleblock{
  background-color: #f5f5f5; margin: 0px 0px 0px 0px; z-index: 1;
}
.br-lg{
  border-radius: 8px;
}

}

.headerImgContainer{
  max-width: 100%;
  width: 100%;
  height: 300px;
  overflow-y: hidden;
}

.linkedin{
  width: 30px; height: 30px; fill:  #000000; margin-top: 4px; margin-left: 12px;
}

