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

h4 {
	text-align: center;
}

.block {
	border-radius: 7px;
	border-width: 3px;
	border-style: solid;
	margin: 5px;
	align-content: center;
}

.down {
	height: 100%;
	float: left;
}

.down_div {
	height: 32px;
	display: flex;
	justify-content: center;
}

.down_text {
	line-height: 32px;
	margin: 0 0 0 2px;
}

#diagram {
	height: 600px;
	width: 600px;
	max-width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	margin: auto auto 100px auto;
}

#clubs {
	background-color: #ffadad;
	border-color: #fc4444;
	grid-column-start: 1;
	grid-column-end: 4;
}

#kaa {
	background-color: #ffd6a5;
	border-color: #f7a036;
}

#karate_canada {
	background-color: #fdffb6;
	border-color: #e6ea62;
	grid-row-start: 5;
	grid-row-end: 6;
}

#wkf {
	background-color: #caffbf;
	border-color: #65e54b;
	grid-row-start: 7;
	grid-row-end: 8;
}

#ioc {
	background-color: #a0c4ff;
	border-color: #2e7af4;
	grid-row-start: 9;
	grid-row-end: 10;
}

#can_shito_ryu {
	background-color: #bdb2ff;
	border-color: #735def;
}

#ab_renshikan {
	background-color: #ffc6ff;
	border-color: #ef6bef;
}
