body {
    color: black !important;
    background-color: lightcyan !important;
    font-family: 'Quicksand', sans-serif !important;
}

.colored-text, .colored-text:hover {
    color: #8e5ed6;
}

.img-shadow {
    filter: drop-shadow(5px 8px 10px #000000);
}

.no-overflow {
    overflow-x: hidden;
}

.navbar-brand {
    font-size: x-large !important;
    color: black;
}

.navbar-brand:hover {
    color: #8e5ed6;
}

.nav-item {
    padding-right: 10px;
}

.nav-link, .footer-link {
    color: black;
}

.nav-link:hover, .footer-link:hover {
    color: #8e5ed6;
}

img {
    max-width: 100%;
    height: auto;
}

.img-height {
    max-height: 700px;
}

svg {
    width: 100%;
    height: auto;
  }

a {
    text-decoration: none !important;
}

.review-store-img {
    width: 40px;
}

.apple-store-badge {
    max-width: 80%;
    padding: 4.5%;
    padding-top: 5.5%;
    height: auto;
}

.google-store-badge {
    max-width: 90%;
    height: auto;
}

.apple-store-badge-top {
    margin-top: 4.5px;
    max-width: 70%;
    height: 90%;
}

.google-store-badge-top {
    max-width: 90%;
}

.yc-badge {
    max-width: 250px;
}

.apple-health {
    max-width: 38%;
}

.google-fit {
    max-width: 38%;
}

.accordion-body {
    text-align: left;
}

.profile-pics {
    margin: 10px;
    border-radius: 500px;
}

@media (max-width: 991px) {
    .carousel-inner .carousel-item > div {
        display: none;
    }
    .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
}


.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

/* lg and up screens */
@media (min-width: 992px) {
    
    .carousel-inner .carousel-item-end.active,
    .carousel-inner .carousel-item-next {
      transform: translateX(33.33%);
    }
    
    .carousel-inner .carousel-item-start.active, 
    .carousel-inner .carousel-item-prev {
      transform: translateX(-33.33%);
    }
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start { 
  transform: translateX(0);
}

.accordion-button {
    color: black;
}

.accordion-button:focus {
    box-shadow: 0 0 0 .05rem #8e5ed6;
}

.accordion-button.collapsed {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:not(.collapsed){
    color: #8e5ed6;
}
  
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%238e5ed6'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}
