/* Add here all your CSS customizations */
.custom-links a{
	text-decoration: none;
}
#header-social-icons .social-icons li a{
	color: #fff !important;
}
#white-arrow{
	background: transparent url(../img/arrows-dark.png) no-repeat 0 0 !important;
	background-position: -209px -101px !important;
}

#homepage-courses .card-body {
    box-shadow: 0 30px 60px -30px rgba(0, 0, 0, 0.45);
}
#HomePageSlider .carousel-caption>h1, .carousel-caption>p{
	color: #fff;
	}
#HomePageSlider .carousel-caption{
	top: 50%;
	transform: translateY(-50%);
	bottom: initial !important;
}

#blog-grids .blog-posts .post-content {
	border-bottom: 3px solid #cccccc;
	box-shadow: 0 20px 50px -32px rgba(0, 0, 0, 0.75);
}

#course-overview article .post-content{
	border-bottom: 3px solid #cccccc;
	box-shadow: 0 20px 30px -32px rgba(0, 0, 0, 0.75);
}