/*ini adalah css slide*/
.carousel-item {
	height: 600px;
	background-size: cover;
}
.carousel-item img {
	margin-top: 0px;
	background-size: cover;
}
.carousel-item .display-4 {
	margin-top: -50px;
}
.carousel-item h4 {
	text-shadow: 3px 2px 1px grey;
}
.carousel-caption .lead {
	font-size: 72px;
}
.carousel-caption p{
	font-size: 72px;
}
.carousel-item hr{
	border-color: #F05F40;
	width: 70px;
	border-width: 3px;
}

/*ini adalah css jumbotron dashboard*/

.jumbotron {
	height: 670px;
	background-image: url(../assets/img/profile/slider1.jpg);
	text-align: center;
	background-size: cover;
	margin-top: -120px;
}
.jumbotron .display-4{
	color: white;
	margin-top: 200px;
}
.jumbotron p{
	color: white;
}
.jumbotron hr{
	border-color: #F05F40;
	width: 70px;
	border-width: 3px;
}
.jumbotron .btn{
	background-color: #F05F40;
	border: none;
	border-radius: 25px;
	padding-left: 25px;
	padding-right: 25px;

}