html {
	position: relative;
	min-height: 100%;
  }
body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 4em;
	padding-bottom: 4em;
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 4em; /* Set the fixed height of the footer here */
}

#recipe .ingredient-group-heading {
	font-style: italic;
	font-weight: bold;
	font-size: 1.0em;
	margin-top: 0.7em;
	margin-bottom: 0.2em;
	padding: 0;
}

a:link, a:visited {
	color: #b70000;
}

a:hover, a.btn-default:hover, .red-text {
	color: #b70000;
}

a.btn-default:link, a.btn-default:visited {
	color: black;
}

a.btn-primary:link, a.btn-primary:visited {
	color: white;
}

.category-icon {
	max-width: 100%;
	margin: auto;
}

.red {
	background-color: red;
}
.text-small {
	font-size: 0.8rem;
}
#mainmenu {
	border-bottom: 1px solid #c4c4c4;
	box-shadow: 0 30px 45px #f4f4f4;
	padding-bottom: 0.6em;
}
#menu-container {
	/*position: fixed;*/
	/*top: 0;*/
	width: 100%;
	max-height: 100%;
	overflow-y: scroll;
	background-color: white;
}
#mainmenu_trigger {
	/*position: sticky;*/
	top: 0;
	width: 100%;
	z-index: 100;
}

#mainmenu a:link, #mainmenu a:visited {
	color: black;
}

#mainmenu a:hover {
	color: #b70000;
}

.menu-subsection {
	background-color: white;
	display: flex;
	flex-wrap: wrap;
	align-items: start;
	width: 100%;
	border-left: 1px solid #c4c4c4;
}

.menu-category {
	display: flex;
	align-items: center;
	margin: 0 0.6em 0.6em 0;
	justify-content: space-between;
	border-bottom: 1px solid #c4c4c4;
}

.menu-category img {
	margin: 0 0.6em 0 0;
}

.menu-category.show:after {
	content: '➤';
	align-self: center;
	color: #b70000;
	margin-right: 0.6em;
}

.menu-category.show a:visited {
	color: #b70000;
}

.menu-category a:hover {
	text-decoration: none;
}

.menu-category img,
.menu-card img {
	margin-bottom: 0.4em;
}

.recipe-title {
	font-size: 4em;
	line-height: 1em;
	font-weight: 300;
	margin-bottom: 0.3em;
}

ul, ol {
	margin: 0;
	padding: 0;
}

ul li {
	list-style: none;
}

ul.notes li {
	list-style: circle;
}

h2 {
	font-weight: bold;
	font-size: 2em;
	margin: 0 0 0.2em 0;
}

section {
	margin: 2.5em 0 0.2em 0;
	padding: 0.5em 0 0 0;
	border-top: 1px solid #e2e2e2;
}

p {
	max-width: 55em;
}
#mainmenu_trigger {
	background: white;
	border-bottom: 1px solid #e2e2e2;
}

.btn-default {
	border: 1px solid #dbd6d8;
}

.status-blob-on,
.status-blob-off {
	position: absolute;
	font-size: 0.5em;
	text-align: center;
	color: white;
	height: 15px;
	width: 25px;
	margin: -1em 0 0 0;
	border-radius: 14px;
}

.status-blob-on {
	background: #019008;
}

.status-blob-off {
	background: #d20d00;
}

.info-blob {
	position: relative;
	display: inline-block;
	font-size: 0.5em;
	font-weight: bold;
	text-align: center;
	line-height: 1.2em;
	color: #d20d00;
	height: 1.4em;
	width: 1.4em;
	top: -0.1em;
	margin: 0 0.4em;
	border-radius: 0.8em;
	/* border-color: #d20d00; */
	border-style: solid;
	border-width: 1px;
	/* background-color: #7e99d7; */
}
.info-blob:hover {
	cursor: pointer;
	border-color: white;
	background-color: #d20d00;
	color: white;
}
.info-blob:before {
	content: '?';
}

.image-placeholder:before {
	content: 'No Images';
}

.image-placeholder {
	display: flex;
	justify-content: center;
	flex-direction: column;
	flex: 1;
	/*width: 100%;*/
	/*height: 100%;*/
	margin: 0 0 1em 0;
	background-color: #fafafa;
	border: 1px dashed #d0d0d0;
	text-align: center;
	border-radius: 4px;
	font-weight: bold;
	color: #dadada;
	cursor: pointer;
}

.demo-pic,
.method-pic {
	border: 1px solid #b0b0b0;
	max-width: 100%;
	display: block;
}

.handy {
	cursor: pointer;
}

.recipe-card {
	display: inline-flex;
	flex-direction: column;
	margin: 0.3em;
	border-width: 1px;
	border-style: solid;
	border-radius: 5px;
	border-color: #CCC;
	color: black !important;
	text-decoration: none;
	background-color: white;
}

.recipe-card-image {
	border-radius: 5px 5px 0 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-color: #CCC;
	background-size: cover;
	background-position: center center;
	margin: 0 !important;
	display: flex;
	align-items: center;
	justify-content: center;
}

.recipe-card-title {
	padding-top: 0.3em;
	padding-left: 0.7rem;
	padding-right: 0.7rem;
	padding-bottom: 0.5rem;
	font-size: 1em;
	line-height: 1.1em;
	overflow-x: clip;
}

.category_button, 
.category_button .recipe-card-image {
	border-color: #CCC;
	font-weight: bold;
	text-align: center;
}

.category_button .recipe-card-title {
	/* background-color: white; */
	color: rgb(50, 50, 50);
}

.category_button:hover,
.recipe-card:hover .recipe-card-image {
	border-color: #b70000 !important;
}

.recipe_button, .recipe_button .recipe-card-image {
	font-weight: 400;
	border-color: #aaaaaa;
	text-align: left;
}

.recipe_button {
	/* background-color: #9c9c9c;
	color: white;
	border-color: #666666; */
	background-color: #f2f2f2;
	color: #2e2e2e;
	border-color: #aaaaaa;
}

.recipe-card-active,
.recipe-card-active .recipe-card-image,
.category_button.recipe-card-active .recipe-card-title,
.category_button.recipe-card-active .recipe-card-image,
.recipe_button.recipe-card-active .recipe-card-title,
.recipe_button.recipe-card-active .recipe-card-image
{
	border-color: #b70000 !important;
}

.recipe_button.recipe-card-active .recipe-card-title
{
	color: white;
	background-color: #b70000 !important;
}

.recipe_closer, .recipe_closer .recipe-card-image {
	background-color: #ededed;
	border-color: #ededed !important;
	color: white;
}

.recipe-card-lg {
	font-size: 1em;
}

.recipe-card-lg .recipe-card-image {
	height: 100px;
	min-width: 25%;
}

.recipe-card-sm {
	max-width: 102px;
}

.recipe-card-sm .recipe-card-image {
	height: 84px;
	min-width: 100px;
}

@media screen and (min-width: 576px) {
	.recipe-card-lg {
		/*max-width: 15em;*/
		max-width: 45%;
		font-size: 1em;
	}

	.recipe-card-title {
		padding-top: 0.3em;
		font-size: 1.7em;
		line-height: 1.1em;
	}

	.recipe-card-lg .recipe-card-image {
		height: 150px;
		min-width: 150px;
	}

	.recipe-card-sm {
		max-width: 102px;
	}

	.recipe-card-sm .recipe-card-image {
		height: 84px;
		min-width: 100px;
	}

	.recipe-title {
		font-size: 6em;
		line-height: 1.2em;
		font-weight: 300;
	}

}
@media screen and (min-width: 1740px) {
	#mainmenu_trigger {
		background-color: unset;
		border: none;
	}
}

@media screen and (max-width: 576px) {
	ol li {
		list-style-position: inside;
	}
}

.recipe-card-title:last-child {
	flex-grow: 1;
}

.recipe_list {
	width: 100%;
}

.recipe-card-sm .recipe-card-title, .recipe-card-title-sm {
	font-size: 1em;
	padding-top: 0.3em;
	line-height: 1.1em;
}

a.recipe-card:hover {
	color: #b70000 !important;
	border-color: #b70000 !important;
	text-decoration: none !important;
}

.recipe-card-disabled {
	opacity: 0.5;
}

.recipe-card-nowrap {
	white-space: nowrap;
	max-width: unset;
}

.recipe-card-title-nowrap {
	white-space: nowrap;
	max-width: unset;
}

.method-step {
	white-space: pre-line;
}

