/* General Rules -------------------------------------------------------------*/
body {
	margin: 0;
}


/* Footer Custom CSS--------------------------------------------------------- */
footer i{
	font-size: 1.5rem;
}

footer p {
	font-size: 0.5rem;
}
/* Forms Custom CSS---------------------------------------------------------- */
form ul {
	list-style: none;
	padding-left: 0;
}

.errorlist {
	list-style: none;
	padding-left: 0; /* remove default ul padding */
	color: red;
	margin: 0;
}
/* Cards Custom CSS---------------------------------------------------------- */
.card-img-top {
	height: 11vw;
	object-fit: cover;
}

/* base.html Template CSS --------------------------------------------------- */
/* Bootstrap NavBar Custom CSS */
.navbar-brand img {
	max-height: 2rem;
}

#welcome-cover {
	min-height: 45vh;
}

/* events/index.html CSS----------------------------------------------------- */
#world_card {
	background: center / cover no-repeat
		url(https://images.unsplash.com/photo-1552764217-6d34d9795ab9?q=80&w=1974&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
}

#friend_card {
	background: center / cover no-repeat
		url(https://images.unsplash.com/photo-1543807535-eceef0bc6599?q=80&w=1974&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
}

#course_card {
	background: center/ cover no-repeat
		url(https://images.unsplash.com/photo-1542744173-8e7e53415bb0?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
}

/* events/latest-events-list.html CSS---------------------------------------- */
/* Bootstrap Carousel Custom CSS */
.carousel-item {
	height: 400px;
}

.carousel-item img {
	object-fit: cover;
	object-position: center;
	height: 100%;
	width: 100%;
}

.carousel-control-next {
	border-radius: 50%;
}

/* events/event-detail.html CSS---------------------------------------------- */
#event-image {
	max-height: 50vh;
	overflow: hidden;
}