 .site-logo {
   width: 50px;
   height: 50px;
 }

 a{
  text-decoration: none;
 }

 .nav-link{
  margin-right: 20px !important;
 }

 .title,
 .tagline {
   display: block;
   margin: 0;
   font-size: 24px;
 }

 .tagline {
   font-size: 11px;
 }

.h-70{
  height: 70px;
}
.h-pct-20{
  height: 20%;
}

.shareItText{
  font-family: 'Nunito';

}

.cursor-pointer{
  cursor: pointer;
}

.cursor-help{
  cursor: help;
}

.box {
  border: 1px solid #ccc;
  border-radius: 10px;
  background-color: #f9f9f9;
  padding: 20px;
  margin-top: 20px;
}

.box h3 {
  margin-top: 0;
}
.highlighter {
  background-color: #f9f9f9;
  padding: 15px 20px;
  font-family: 'Arial', sans-serif;
  margin: 20px 0;
  box-shadow: 0 2px 8px #0000001a;
  line-height: 1.5;
}

.highlighter:hover {
  border-left: 2px solid #98af4c !important;
  background-color: #ebebeb !important;
  cursor: pointer;
}

.scroll-margin {
  scroll-margin-top: 80px;
}


 @media (min-width: 768px) {
  .w-md-15 {
    width: 15% !important;
  }
  .w-md-20 {
    width: 21% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
}