/* .bg-pink {
    background: rgb(255,255,255);
background: linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(255,224,246,1) 7%, rgba(255,130,192,1) 65%);
} */
.bg-pink {
    background-color: deeppink;
}
.btn-pink {
    background-color: #f72585;
    color: #fff;
}
.btn-pink:hover {
    background-color: #d0377b;
    color: #fff;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #f72585;
}
.nav-link {
    color: #000;
}
.nav-link:hover {
    color: #f72585;
}
.orange-gradient {
    background: rgb(255,151,8);
background: linear-gradient(90deg, rgba(255,151,8,1) 50%, rgba(255,193,8,1) 50%, rgba(255,193,8,1) 50%);
}
.bg-orange {
    background-color: #5465ff;
}
.bg-pal1 {
    background-color: #5465ff;
}
.bg-pal2 {
    background-color: #1a936f;
}
.bg-pal3 {
    background-color: #ef476f;
}
.donate-box {
    margin-top: -7rem;
}

/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Carousel base class */
/* .carousel {
    margin-bottom: 4rem;
} */
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    background-color: rgba(0, 0, 0, 0.45);
    padding:1em;
}

/* Declare heights because of positioning of img element */
.carousel-item {
    height: 35rem;
}
.carousel-item img {
    width:100%;
    height: auto;
    object-fit: cover !important;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-arrow-left-circle-fill' viewBox='0 0 16 16'%3e%3cpath d='M8 0a8 8 0 1 0 0 16A8 8 0 0 0 8 0zm3.5 7.5a.5.5 0 0 1 0 1H5.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L5.707 7.5H11.5z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-arrow-right-circle-fill' viewBox='0 0 16 16'%3e%3cpath d='M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0zM4.5 7.5a.5.5 0 0 0 0 1h5.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3a.5.5 0 0 0 0-.708l-3-3a.5.5 0 1 0-.708.708L10.293 7.5H4.5z'/%3e%3c/svg%3e");
}

/* 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: 5rem 0;
    /* Space out the Bootstrap <hr> more */
}
/* Thin out the marketing headings */
/* rtl:begin:remove */
.featurette-heading {
    letter-spacing: -.05rem;
}
/* rtl:end:remove */
/* 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: 7rem;
    }
}

.bg-navbar {
    background-color: transparent;
}
@media(max-width:767.98px){
    .carousel-item {
        height: 20rem;
    }
    
}

section.event img {
    width: 100%;
    height: auto;
    max-height: 180px;
    object-fit: cover;
}
section.event .card {
    min-height: 220px;
}
img.event-image {
    width:100% !important;
    margin-left:auto;
    margin-right:auto;
}

img.absolute-logo {
    position: absolute;
    top:20px;
    max-width: 200px;
}
.blog-img-thumbnail {
    width:100%;
    height: auto;
    max-width: 220px;
    object-fit: cover;
}
.event a {
    color: #f72585 !important;
}

.gallery img.img-fluid {
    height: 200px !important;
    width: 100% !important;
    object-fit: cover !important;
}

.gallery a {
    text-decoration: none !important;
}

