h1 {
	background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url("images/karate_kamae.jpg");
}

button {
	background-color: rgba(0,0,0,0.6);
	color: white;
	border-radius: 50px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	border: none;
	height: 30px;
	width: 130px;
}

button:hover {
	background-color: rgba(0,0,0,1);
	cursor: pointer;
}

.karate_component {
	width: 600px;
	max-width: 100%;
	max-height: 80vh;
	aspect-ratio: 640 / 394;
	background-size: cover;
	margin: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.karate_component_title {
	color: white;
}

.karate_component_desc {
	text-align: center;
	color: white;
	margin-left: 10%;
	margin-right: 10%;
}

.icon {
	width: 17px;
	margin-right: 5px;
}

.karate_video {
	width: 100%;
	max-height: 80vh;
}

.section_desc {
	text-align: center;
}

.carousel {
	overflow-x: scroll;
	white-space: nowrap;
	display: flex;
}

.carousel_content {
	max-height: min(80vh, 480px);
	max-width: 85vw;
	margin-left: 5px;
	margin-right: 5px;
}
