
/** @format */
@import url("https://cdn-ildghfn.nitrocdn.com/UBduLyrRgBWPvOTlHytebveCeDIaUejV/assets/static/source/rev-07f4f10/fonts.googleapis.com/8949a27e3f789822f2a63af2475ade70.css");

.flashcard {
	min-height: 400px;
	cursor: pointer;
}

ol.breadcrumb {
	background: transparent;
	padding: 0px;
}

.card {
	width: 100%;
	height: 100%;
}

.card-header {
	font-family: "Just Me Again Down Here", cursive;
	text-align: center;
	font-size: 2rem;
	background: white;
}

.toggleFullScreen {
	font-size: 1rem;
}

.flashcardsRemaining {
	font-weight: bold;
}

.card-footer {
	background: #fff;
	border: 0px;
}

.card-flip p {
	margin: 0 !important;
}

.card-body {
	font-family: "Just Me Again Down Here", cursive;
	font-size: 2.5rem;
	line-height: 2.6rem;
}

.fullScreen {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh !important;
	z-index: 999;
	margin: 0 !important;
	max-height: 100vh;
	background: rgba(80, 80, 80, .74);
}

.fullScreen .row {
	width: 100%;
	margin: 0px;
}

.fullScreen .card {
	min-height: 0px;
	height: 100%;
}

.fingerHelper {
	font-size: 3rem;
	width: 100%;
	text-align: right;
	position: absolute;
	bottom: 5%;
	right: 5%;
}
