/*
 Theme Name:   Bootscore Child
 Description:  Bootscore Child Theme
 Template:     bootscore
 Version:      6.0.0
 Text Domain:  bootscore
*/

ul.ez-toc-list-level-5 {
    padding: 0 !important;
}

.post-thumbnail img {
    aspect-ratio: 18 / 9;
    object-fit: cover;
}

/* ul#bootscore-navbar {
    display: flex;
    align-items: center;
    gap: 10px;
} */


.carousel-item img {
    height: 700px;
    object-fit: cover;
    object-position: 0px 65%;
	 filter: brightness(0.8);
}

.eb-slider-wrapper.eb-slider-0rxb8 .slick-slider .eb-slider-item img {
    height: 250px;
    filter: brightness(0.8);
}

a.nav-link {
    font-size: 16px;
}

.nav-item-19 a {
	color:#fff;
}

img.eb-slider-image {
    border-radius: 10px;
}

ul.wp-block-list.Footer-link {
    padding: 0;
}

ul.wp-block-list.Footer-link li {
	text-decoration:none;
	  list-style: none;
}



@media only screen and (max-width: 786px) {
.carousel-caption h1 {
    font-size: 2rem !important;
}
	
#carouselExampleCaptions img {
    height: 275px;
    object-fit: cover;
}
}