       .bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
      }

      @media (min-width: 768px) {
        .bd-placeholder-img-lg {
          font-size: 3.5rem;
        }
      }

      .b-example-divider {
        height: 3rem;
        background-color: rgba(0, 0, 0, .1);
        border: solid rgba(0, 0, 0, .15);
        border-width: 1px 0;
        box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
      }

      .b-example-vr {
        flex-shrink: 0;
        width: 1.5rem;
        height: 100vh;
      }

      .bi {
        vertical-align: -.125em;
        fill: currentColor;
      }

      .nav-scroller {
        position: relative;
        z-index: 2;
        height: 2.75rem;
        overflow-y: hidden;
      }

      .nav-scroller .nav {
        display: flex;
        flex-wrap: nowrap;
        padding-bottom: 1rem;
        margin-top: -1px;
        overflow-x: auto;
        text-align: center;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
      }

      .navbar-toggler {
        border: none;
      }

      .navbar-toggler:focus, click {
        border: none;
      }      

      .navbar-brand{
        font-family: 'Quicksand', sans-serif;
        font-weight: 100;
        letter-spacing: 6px;
        color: #999;
      }

      .navbar-brand:hover, :focus, :active {
        color: #808080;
      }
      .carousel-item {
        height: inherit;
      }

      a {
       color: #454545;
      } 

      a:hover, focus, visited {
       color: #999;
      } 

      .carousel {
       margin-bottom: 0rem;
      }
      
      .section-heading{
        color: #999;
        letter-spacing: 2px;
      }

      .featurette-divider {
        margin: 0rem 0;
      }

      .footer-seperator{
        border-top: 1px #eee solid;
      }

      .navbar-toggler:focus{text-decoration:none;outline:0;box-shadow:none;}

      .btn-close:hover{color:#999;text-decoration:none;opacity:.50}

      .card {
        --bs-card-border-color: none;
        --bs-card-border-radius: 0rem;
        --bs-card-inner-border-radius: none;
      }    
     .card-title-text {
        font-size: 12px;
        letter-spacing: 3px;
      }  

      .nav-link{
        letter-spacing: 7px;
      }

      .dropdown-menu {
        border: none;
        border-radius: none;
        font-size:14px;
        --bs-dropdown-link-hover-bg: transparent;
        --bs-dropdown-link-color: #333;
        --bs-dropdown-link-hover-color: #999;
        --bs-dropdown-link-active-color: #999;  
        --bs-dropdown-padding-y: 0rem;
        --bs-dropdown-link-active-bg: transparent;
      }
      
      .dropdown-item {
        color: #777;
      } 
      
      .dropdown-close {
        margin-left: 39%;
        font-size: 14px;
        margin-top: 10px;
        margin-bottom: 5px;
      }

      .font12{
        font-size: 12px;
      }

      .mlminus10{
        margin-left:-10px;
      }

      .featurette-heading {
        font-family: 'Poppins';
        font-weight: 100;
        color: #bfbfbf!important;
        margin-top: 0.3em;
      }

      .featurette-text{
        font-family: 'Poppins'; 
        font-weight: 300;               
      }

      .album-top{
        padding-top: 0px!important;
      }

      .album-row-top{
        margin-top: -3em;
      }

      .about-socials{
        margin-right: 12px;
        border-radius: 50%;
        background: #f2f2f2;
        padding: 1em 1em 1em 1em;
      }

      .about-socials:hover, :active, :focus{
        color: #484e51!important;
      }

      body{
        font-family: 'Quicksand', sans-serif;
      }

      .bsb-timeline-1 {
      --bsb-tl-color: #f2f2f2!important;
      --bsb-tl-circle-color: #d9d9d9!important;
      }

      .timelinedateheader{
        font-size: 18px!important;
        color: #b3b3b3!important;
      }

      .timelinetitle{
        font-size: 16px;
        font-weight: 300;
      }

      .timelinetext{
        color: #5a5a5a!important;
        font-weight: 200;
      }

      .font12{
        font-size: 12px;
      }

      #searchLink{
        color: #737373;
      }

      @media only screen and (min-width: 1024px) {
        .card-title-text {
          font-size: 14px;
          color: #999!important;
        } 
        .featurette-text {
          font-weight: 200;
        }           
      }

      @media only screen and (min-width: 774px) {
        .featurette-text {
          font-weight: 200;
        }           
      }

      @media only screen and (max-width: 774px) {
        .featurette-heading {
          font-size: 35px;
        }
        .featurette-text {
          font-size: 15px;
        }    
      }

      @media only screen and (max-width: 600px) {
        .card-title-text {
          font-size: 11px;
        } 
        .featurette-text {
          font-size: 14px;
        }   
        .featurette-heading {
          font-size: 30px;
          color: #999!important;
        }              
      }