.btn-sini{
	background-color: red;
	color: white;
}
.btn-sini:hover{
	background-color: gray;
}

.text-sini{
	color: red !important;
}

#header{

}
#main .carousel-inner img{
    max-height: 70vh;
    object-fit:cover;
    filter:grayscale(50%);
}
#carousel{
	position: relative;
}
#carousel .overlay{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgb(0, 0, 0, 0.5);
	color: white;
}
#carousel .overlay .container,
#carousel .overlay .row {
	height: 100%;

}
#event{
	background-color:#FF5733 ;
}
#event img{
	max-height: 100%;
}
#event p{
	size:23px;
}

#footer{
	background: linear-gradient(90deg,#1c3643,#273b47 25%,#1e5372);
}
#footer a{
	color: white;
}

