[data-md-color-scheme="gambio"] {
	--md-primary-fg-color: #002337;
	--md-primary-bg-color--light: #ededed;
	
	--md-accent-fg-color: #fdc300;
	--md-accent-bg-color: #002337;
	
	--md-primary-bg-color--dark: #1e2129;
	--md-accent-bg-color--dark: #002337;
	
}

.md-header .md-logo img {
	width: 126px;
	height: 100%;
}

.md-header__title, .md-tabs__link--active {
	color: #fdc300;
}

.md-typeset img{
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12), 0 3px 1px -2px rgba(0,0,0,.2);
	padding: 10px;
}

.md-content img.fullWidth{
	width: 100%;
}

.md-grid {
	max-width: initial;
}

.cards ul li {
	float: left;
}
.md-typeset .grid {
	width: 1050px;
	grid-gap:              .4rem;
	display:               grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr));
	margin:                0 auto;
}

.md-typeset .grid.cards>ul {
	display: contents;
}

.md-typeset .grid.cards>ul>li {
	border: .05rem solid var(--md-default-fg-color--lightest);
	border-radius: .1rem;
	display: block;
	margin: 0;
	padding: .8rem;
	transition: border .25s,box-shadow .25s;
}

article img {
	display: block;
	margin: 0 auto;
}

span[align="right"]
{
	float: right;
}

@media only screen and (min-width: 1220px) {
	img.enlargeable{
		transition: transform 0.25s ease;
		cursor: zoom-in;
	}
	
	img.enlargeable:active{
		transform: scale(1.66);
	}
}
