* {
	font-family: "Raleway", sans-serif;
}

nav ul li a {
	font-family: "Raleway", sans-serif;
	font-size: 13px;
	color: rgb(0, 0, 0);
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
}

.container-section {
	position: relative;
	background: rgb(216, 70, 70) url(/img/banner2.jpg);
	height: 100vh;
	min-height: 25rem;
	width: 100%;
	overflow: hidden;
}

.container-about {
	background: black url(/img/banner2.jpg);
	height: 100vh;
	min-height: 25rem;
	width: 100%;
}

.container-about .container div {
	font-family: "Raleway", sans-serif;
	font-size: 40px;
	color: grey;
}

.container-about .container b {
	font-family: "Raleway", sans-serif;
	font-size: 40px;
	color: rgb(255, 255, 255);
}

.container-about .container p {
	font-family: "Raleway", sans-serif;
	font-size: 14px;
	color: rgb(255, 255, 255);
}

.carousel-indicators.carousel-indicators--thumbnails li {
	width: 80px;
	height: 40px;
	margin: 0;
	border: none;
	border-radius: 0;
}

.carousel-indicators.carousel-indicators--thumbnails .active {
	background-color: transparent;
}

.carousel-indicators.carousel-indicators--thumbnails .active .thumbnail {
	border-color: #337ab7;
}

.carousel-inner .carousel-item>img {
	-webkit-animation: thing 20s;
	-o-animation: thing 20s;
	animation: thing 20s;
}

@keyframes thing {
	from {
		transform: scale(1, 1);
	}

	to {
		transform: scale(1.3, 1.3);
	}
}

ul li a:hover {
	padding-bottom: 5px;
	border-bottom: 3px solid #ac0505;
}

ul li a.active {
	padding-bottom: 5px;
	border-bottom: 3px solid #ac0505;
}

.transisi {
	transition: background-color 200ms linear;
}

.scrollbar-colored {
	scrollbar-color: red green;
	overflow-y: scroll;
}

@media only screen and (max-width: 500px) {
	.h-screen {
		height: 35vh
	}
}