body {
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: rgb(var(--bs-tertiary-color-rgb));
}

h1, h2, h3 {
    font-family: 'Lora', serif;
}

h2 {
    color: #b5904c;
}
h5 {
    color: #4f99c6;
}

footer p, footer a {
    color: #b5904c;
    font-size: 14px;
}

a {
    color: #b5904c;
}

.card img {
  width: inherit;
}

li {
    margin-bottom: 8px;
}

.round {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
    width: 160px;
    height: 160px;
}

.roundlocation {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
    width: 100px;
    height: 100px;
    border: 5px solid #b5904c;
    cursor: pointer;
}

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

.carousel-item {
  height: 32rem;
}


.btn-outline {
  color: #873198;
  background-color: #ffffff;
  border-color: #c40de8;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.btn-outline {
  color: #873198;
  background-color: #ffffff;
  border-color: #c40de8;
  font-weight: bold;
  border-radius: 0;
}

.btn-outline:hover,
.btn-outline:active,
.btn-outline:focus,
.btn-outline.active {
  background: #873198;
  color: #ffffff;
  border-color: #c40de8;
  
}

.navbar-brand {
font-family: 'Lora', serif;
    font-size: x-large;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
/* rtl:end:ignore */


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 3rem 0; /* Space out the Bootstrap <hr> more */
}

.featurette-heading {
  letter-spacing: -.05rem;
}


.scroller-1 {
    background-image: url("../images/home/scroller-3.jpg");
    background-size: cover;
}

.scroller-2 {
    background-image: url("../images/home/scroller-1.jpg");
    background-size: cover;
}

.scroller-3 {
    background-image: url("../images/home/scroller-2.jpg");
    background-size: cover;
}



.backtotop {
    color: #5e1d6b;
    text-decoration: none;
}

.backtotop::after {
    content: "⇧";
    color: #5e1d6b;
    padding: 8px;
    font-weight: bold;
}



/*TESTIMONIALS */

img

::-webkit-scrollbar {
      width: 8px;
    }
    /* Track */
    ::-webkit-scrollbar-track {
      background: #f1f1f1; 
    }

    /* Handle */
    ::-webkit-scrollbar-thumb {
      background: #888; 
    }

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
      background: #555; 
    }  


 @media (max-width:991.98px) {
     .padding {
         padding: 1.5rem
     }
 }

 @media (max-width:767.98px) {
     .padding {
         padding: 1rem
     }
 }

 .padding {
     padding: 5rem
 }

 .testimonials .card {
    position: relative;
    display: flex;
    width: 350px;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #d2d2dc;
    border-radius: 11px;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(249, 249, 250);
    -moz-box-shadow: 0px 0px 5px 0px rgba(212,182,212,1);
    box-shadow: 0px 0px 5px 0px rgb(161, 163, 164,0.5);
}

 .card .card-body {
        padding: 1rem 1rem;
 }

 .card-body {
     flex: 1 1 auto;
     padding: 1.25rem
 }

 p {
     font-size: 0.875rem;
     margin-bottom: .5rem;
     line-height: 1.5rem
 }

 h4{
         line-height: .2 !important;
 }
.profile{
           margin-top: 16px;
    margin-left: 11px;
}

.profile-pic{
     width: 58px;
}

.cust-name{
     font-size: 18px;
}

.cust-profession{
     font-size: 10px;
}


.testimonials {
   
}
.items {
    width: 100%;
    margin: 0px 20px 0 5px;
    margin-top: 30px;
}

.slick-slide {
    margin: 10px
}

.lead {
    font-size: 1.12rem;
    font-weight: 300;
    font-family: 'Lora', serif;
    line-height: 1.8rem;
}



/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 2rem;
  }
}


#ninja-slider .caption {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
	color: #000 !important;
}

 .text-body-secondary {
    font-size: calc(1.225rem + .9vw);
	 
@media (min-width: 40em) {
  .text-body-secondary {
    font-size: 30px;
  }
}