body {
    font-family: 'Poppins', sans-serif !important;
}

ul {
    padding: 0px;
}

section {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.bg-pink {
    background-color: #CF128C;
}

.text-pink {
    color: #CF128C;
}

a {
    text-decoration: none !important;
}

.arrow {
    color: #0f6595 !important;
}

.arrow::after {
  display: inline-block;
  padding-left: 8px;
  content: "➞";
  transition: transform 0.2s ease-out;
}
.arrow:hover::after {
  transform: translateX(4px);
}

/*hero*/
.position-md-absolute {
    position: absolute;
}

.arrow-down {
    position: absolute;
    text-align: center;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: 0px;
    transition: all 0.2s ease-out;
}

.arrow-down:hover {
    bottom: -10px;
    
}

.arrow-down a {
    color: white;
    font-size: 55px;
}

.bg-image {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

img.bg-image {
    object-fit: cover;
}

section {
    position: relative;
}

.bg-dark .container {
    position: relative;
}

.height-md-60 {
    min-height: 60vh;
}

/*events home page*/
.events-img {
    position: relative;
}

.events-img img {
    height: 70vh;
    width: 100%;
    object-fit: cover;
}

span.badge.bg-secondary {
    font-weight: 400;
}

.latest-event.card {
    padding: 3rem;
    margin-left: -85px !important;
}

.latest-event.card a {
    text-decoration: none;
}

.latest-event.card a.btn.btn-outline-primary {
    color: #0f6595 !important;
}

.latest-event.card a.btn.btn-outline-primary:hover {
    background-color: #0f6595 !important;
    border-color: #0f6595 !important;
    color: white !important;
}

@media (max-width: 768px) {
    .latest-event.card {
        margin-left: 0px !important;
        padding: 1rem;
    }
    
    .events-img {
        display: none;
    }
}


.nav-pills .nav-link.active {
    color: white !important;
    background-color: #0f6595 !important;

}

.nav-pills .nav-link {
    color: #0f6595 !important;
}



/*navbar*/

.navbar {
    transition: all 0.4s;
}

.navbar .nav-link {
    color: #fff;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
    color: #fff;
    text-decoration: none;
}

.navbar .navbar-brand {
    color: #fff;
}


/* Change navbar styling on scroll */

.navbar.navbar-expand-lg.fixed-top.py-3.navbar-light a {
     color: white; 
}

.navbar.navbar-expand-lg.fixed-top.py-3.navbar-light a:hover {
    color: #128ccf !important;
}

.navbar.navbar-expand-lg.fixed-top.py-3.navbar-light.active a {
     color: #555; 
}

.navbar.navbar-expand-lg.fixed-top.py-3.navbar-light.active a:hover {
    color: #128ccf !important;
}

/*
a.nav-link.active {
    color: white !important;
    background: #0f6595;
}
*/


.navbar.active {
    background: #fff;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
}

.navbar.active .nav-link {
    color: #555;
}

.navbar.active .nav-link:hover,
.navbar.active .nav-link:focus {
    color: #555;
    text-decoration: none;
}

.navbar.active .navbar-brand {
    color: #555;
}

li.nav-item a:hover {
    color: #128ccf !important;
}


/* Change navbar styling on small viewports */
@media (max-width: 991.98px) {
    .navbar {
        background: #fff;
    }

    .navbar .navbar-brand,
    .navbar .nav-link {
        color: #555;
    }

    .navbar.navbar-expand-lg.fixed-top.py-3.navbar-light a {
        color: #555 !important;
    }
}



/*
.logo {
    max-width: 150px;
}

nav.navbar.navbar-expand-lg.navbar-dark.bg-dark {
    background: #253031 !important;
}
*/

/*overrides*/
.btn-primary {
    background-color: #128ccf !important;
    border-color: #128ccf !important;
}

.btn-primary:hover {
    background-color: #0f6595 !important;
    border-color: #0f6595 !important;
}

.hero .btn-outline-primary {
    color: white !important;
    border-color: white !important;
}

.hero .btn-outline-primary:hover {
    background-color: #0f6595 !important;
    border-color: #0f6595 !important;
}

/*intro*/
/*
img.intro-img {
    border-radius: 200px 200px 0px 0px;
    height: 500px;
    object-fit: cover;
}
*/


/*footer*/
footer {
    padding: 4rem 0 4rem 0;
    background: white;
}

footer a,
footer p,
footer h5 {
    color: #727272;
}

footer ul {
    list-style: none;
    padding: 0px;
}

.text-logo {
    width: 375px;
}


.footer-logo img {
    border-radius: 150px 0px 0px 0px;
    max-width: 340px !important;
    height: 380px !important;
    object-fit: cover;
}

footer ul li a {
    text-decoration: none;
    transition: all 0.3s;
}

footer ul li a:hover {
    color: #0f6595;
}

@media (max-width: 768px) {
    .footer-logo {
        text-align: center;
    }
    .footer-logo img {
        height: 280px !important;
        border-radius: 0px !important;
    }
}



/*blog swiper home page*/

section.blog-feed .card {
    cursor: pointer;
}

section.blog-feed .card-header, .poem-list .card-header {
    background: none;
    border: none;
}

section.blog-feed .card-header img, .poem-list .card-header img {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50%;
    object-fit: cover;
}

section.blog-feed .card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.swiper-slide {
    width: 330px !important;
    height: 330px !important;
}

.swiper-slide img {
    width: 330px !important;
    height: 330px !important;
    object-fit: cover;
}

/*
.card-img-overlay {
    top: inherit !important;
    bottom: 0 !important;
}
*/

/*https://codepen.io/silvandiepen/pen/NOboze*/
.parallax {
    height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}




/* ## Comments
--------------------------------------------- */

ol.comment-list {
    list-style: none;
}

.comment-list .children {
    list-style: none;
    border: none !important;
}

.comment-respond,
.entry-pings,
.entry-comments {
    color: #444;
    padding: 20px 45px 40px 45px;
    border-radius: .25rem!important;
    overflow: hidden;
    background: #fff;
    -webkit-box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    -moz-box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    border-left: 4px solid #444;
}

.entry-comments h3 {
    font-size: 30px;
    margin-bottom: 30px;
}

.comment-respond h3,
.entry-pings h3 {
    font-size: 20px;
    margin-bottom: 30px;
}

.comment-respond {
    padding-bottom: 5%;
    margin: 20px 1px 20px 1px;
    border-left: none !important;
}

.comment-header {
    color: #adaeb3;
    font-size: 14px;
    margin-bottom: 20px;
}

.comment-header cite a {
    border: none;
    font-style: normal;
    font-size: 16px;
    font-weight: bold;
}

.comment-header .comment-meta a {
    border: none;
    color: #adaeb3;
}

li.comment {
    background-color: #fff;
    border-right: none;
}

.comment-content {
    clear: both;
    overflow: hidden;
}

.comment-list li {
    font-size: 14px;
    padding: 20px 30px 20px 50px;
}

.comment-list .children {
    margin-top: 40px;
    border: 1px solid #ccc;
}

.comment-list li li {
    background-color: #f5f5f6;
}

.comment-list li li li {
    background-color: #fff;
}

/*
.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
    width: 100%;
}
*/

.comment-respond label {
    display: block;
    margin-right: 12px;
}

.entry-comments .comment-author {
    margin-bottom: 0;
    position: relative;
}

.entry-comments .comment-author img {
    border-radius: 50%;
    border: 5px solid #fff;
    left: -80px;
    top: -5px;
    position: absolute;
    width: 60px;
}

.entry-pings .reply {
    display: none;
}

.bypostauthor {}

.form-allowed-tags {
    background-color: #f5f5f5;
    font-size: 16px;
    padding: 24px;
}

.comment-reply-link {
    cursor: pointer;
    background-color: #444;
    border: none;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
    padding: 4px 10px 4px;
    text-transform: uppercase;
    width: auto;
}

.comment-reply-link:hover {
    color: #fff;
}

textarea#comment, input#author, input#email {
    border: 1px solid #ced4da;
    padding: .5rem 1rem;
    border-radius: .3rem;
    width: 100%;
}

.comment-notes {
    display: none;
}

a#cancel-comment-reply-link {
    margin-left: 10px;
}


#submit {
    background: #128ccf;
    color: white;
    border: none;
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
}

#submit:hover {
    background: #0f6595;
    border-color: #0f6595;
}

/* donation form */
button.button.charitable-button.donate-button.button-primary {
    background: #128ccf !important;
    border: #128ccf !important;
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
	width: 100%;
}

.charitable-form-field input, .charitable-form-field select, .charitable-form-field textarea {
    min-height: calc(1.5em + (1rem + 2px));
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
    color: #212529;
    border: 1px solid #ced4da;
}

/*reviews*/
.review p {
    font-style: italic;
    color: #6c757d!important;
    line-height: 1.8;
}