body {
	background-color: #00a;
	background-image: url('../img/bg-field-monochrome.svg');
	background-size: cover;
	background-position: center;
}
.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.bg-trans {
	background-color: #07ac;
}
.img-logo {
	max-width: 80vw;
}
.card img {
	display:block;
	width: 100%;
}
.rtl {
	direction: rtl;
}
.jumbotron, .card-text {
	font-size: 80%;
}
.jumbotron a, .card-text a {
	text-decoration: underline;
}
.jumbotron {
	margin-left: 0.5em;
	margin-right: 0.5em;
}
.card-body {
	padding: 0.5em;
}
.w-100 {
	width: 100%;
}
.w-50 {
	width: 50%;
}
.mt1em {
	margin-top: 1em !important;
}
.mb1em {
	margin-bottom: 1em !important;
}
.pt1em {
	padding-top: 1em !important;
}
.pb1em {
	padding-bottom: 1em !important;
}
.list-group {
	margin: 4px 6px 23px 6px;
}
.item-link {
	text-align: left;
	width: 100%;
	margin-bottom: 0.5em;
	padding: 0.25em;
}
.item-link.rtl {
	text-align: right;
}
