body {
	/* background: url("https://class.mediaedutama.co.id/img/media/2021-12-09-bg-class-mei.jpg"); */
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
}

#Header h1,
#Header h2,
#Header h3 {
	color: #4A7AFF;
}


#Crumbs a:before,
#Crumbs a:after {
	content: none;
}

#Crumbs a {
	border-radius: 50px;
	background: #4A7AFF;
	padding: 5px 15px;
	font-weight: bold;
}

#Crumbs a:hover {
	background: #ffc0c0 !important;
}

#Konten {
	min-height: 0%;
	padding-bottom: 150px
}

#BoxKonten>.Menu a {
	background: linear-gradient(to bottom right, #fff, transparent, #fff) !important;
	border: 3px solid #4A7AFF !important;
	color: #4A7AFF;
	text-shadow: 1px 1px 3px #fff;
}

#BoxKonten>.Menu a:hover {
	background: #ffc0c0 !important;
	color: #fff;
	text-shadow: 1px 1px 3px #000;
}


#footer {
	display: flex;
	justify-content: space-between;
	align-content: flex-end;
	flex-direction: column;
	padding-bottom: 20px;
}

.footmedia {
	text-align: center;
	font-weight: bold;
}

.footmedia>div:first-child {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 0;
}

.footmedia>div:first-child>a {
	display: flex;
	align-items: center;
	padding: 0 10px;
	font-size: 16px;
	color: #000;
}

.footmedia>div:first-child>a:hover {
	color: rgb(221, 41, 41);
}

.footmedia>div:first-child>a img {
	height: 30px;
	margin-right: 5px;
}

.footmedia>div:last-child {
	display: inline-block;
	border-top: 2px solid #B3B3B3;
	padding-top: 10px;
}

center>* {
	padding: 5px 10px;
}

center .tombol.editor {
	display: inline-block;
}

@media only screen and (max-width: 500px) {
	#Konten {
		padding-bottom: 300px
	}

	.footmedia>div:first-child {
		flex-direction: column;
	}

	.footmedia>div:first-child a {
		padding: 5px 0;
	}
}