*, h1, h2, h3, h4, h5, h6 {
	font-family: 'Dosis', sans-serif;
}

body {
	padding-top: 65px;
}

.spacer-bottom {
	margin-top: 3em;
}

.btn-outline-secondary .fa-stack .fa-inverse {
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-outline-secondary:hover .fa-stack .fa-inverse {
	color: #6c757d;
}

.stack {
	margin: 0 3px 0 2px;
	font-size: 0.5em;
}

.stack.stack-kofi {
	left: -0.25em;
}

.stack.stack-kofi .fa-inverse {
	font-size: 0.8em;
	top: -0.2em;
	left: 0.1em;
}

.worldcosplay {
	position: relative;
	left: 0.15em;
}

.btn-outline-secondary .worldcosplay {
	margin: 0 3px 0 2px;
	font-weight: 100;
	-webkit-transform: scaleX(1.2);
	transform: scaleX(1.2);
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-outline-secondary:hover .worldcosplay {
	background-color: white;
	color: #6c757d;
}

.list-without-bottom-margin {
	margin-bottom: 0;
}

.print-container .caption {
	font-size: 90%;
	color: #6c757d;
}

.print-container .actions {
	font-size: 1.5em;
}

.print-container .actions a:hover {
	text-decoration: none;
}

.print-container .image-container img {
	max-width: 300px;
	height: 200px;
	width: 100%;
	object-fit: contain;
}

.print-container .image-container {
	position: relative;
}

.print-container .image-container .printed-count {
	position: absolute;
	top: 0;
	right: 0;
	margin-right: 10px;
	margin-top: 5px;

	color: #fff;
	background-color: #28a745;
	padding: .25em .6em;
	border-radius: 10rem;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.print-container:hover {
	background-color: #f8f9fa;
}

.print-modal img {
	height: auto;
	width: 100%;
	object-fit: contain;
}

.sushi {
	width: 100%;
}

.cart-image-preview {
	width: 100px;
	height: 100px;
	object-fit: contain;
}

@media (max-width: 576px) {
	.sushi {
		width: 50%;
	}
}

.image-fullscreen {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.8);
	display: none;
	z-index: 2000;
	cursor: pointer;
}

.image-fullscreen .fullscreen-close {
	position: fixed;
	top: 0;
	right: 0;
	color: #ccc;
	font-size: 46px;
	padding-right: 15px;
}

.image-fullscreen img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

