:root {
	--indexWrapperBorderColor: #cccccc;
	--indexWrapperBackgroundColor: #f2f2f2;
	--indexPageCountBackgroundColor: #e6e6e6;
	--linkColor: #000000;
	--linkColorActive: #3058a7;
	--white: #FFFFFF;
	--grey: #F0F0F0;
}

* {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

html {
	font-size: 16px;
	font-family: 'Nunito', sans-serif;
}

.mainWrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 100vh;
}

@media only screen and (max-width: 600px) {
	
	.header {
		display: flex;
		background-color: #ffffff;
		color: #000000;
		margin: 10px 0px 0px 0px;
	}

	.post_date {
		margin: 0px 0px 10px 0px;
	}

	.post_date_text {
		text-align: right;
		font-size: 12px;
		margin: 20px 0px 10px 0px !important;
	}

	.adWrapper {
		display: flex;
		flex-direction: column;
		justify-content: centers;
		margin: 20px 0px 0px 0px;
		height: 250px;
	}

	.adAmazon {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: center;
		flex-grow: 1;
	}

	.adGoogle {
		margin: 20px 0px 20px 0px;
		max-width: 100%;
	}

	hr.new_post {
		border: 0;
		height: 0;
		border-top: 1px solid rgba(0, 0, 0, 0.1);
		border-bottom: 1px solid rgba(255, 255, 255, 0.3);
		margin: 20px 0px 10px 0px;
	}

	img.post {
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
		height: auto;
	}
}

@media only screen and (min-width: 1200px) {
	
	.header {
		display: flex;
		background-color: #ffffff;
		color: #000000;
		margin: 30px 30px 0px 30px;
	}

	.post_date {
		margin: 0px 0px 10px 0px;
	}

	.post_date_text {
		text-align: right;
		font-size: 12px;
		margin: 20px 0px 10px 0px !important;
	}

	.adWrapper {
		display: flex;
		flex-direction: column;
		justify-content: centers;
		margin: 20px 0px 0px 0px;
		height: 250px;
	}

	.adAmazon {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: center;
		flex-grow: 1;
	}

	.adGoogle {
		margin: 20px 0px 20px 0px;
	}

	hr.new_post {
		border: 0;
		height: 0;
		border-top: 1px solid rgba(0, 0, 0, 0.1);
		border-bottom: 1px solid rgba(255, 255, 255, 0.3);
		margin: 20px 0px 10px 0px;
	}
	
	img.post {
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 75%;
		height: auto;
	}
}

.menuBuffer {
	margin: 20px 0px 0px 0px;
}

.adAmazonSingle {
	
	margin: 0px 5px 0px 0px;
	
}

h1 {
	font-family: 'Gloria Hallelujah', cursive;
	font-size: 24px;
	margin: 0px 0px 0px 0px;
}

h2 {
	font-family: 'Amatic SC', cursive;
	font-size: 32px;
	font-weight: 700;
	margin: 16px 0px 16px 0px;
}

h3 {
	font-family: 'Amatic SC', cursive;
	font-size: 24px;
	font-weight: 700;
	margin: 16px 0px 16px 0px;
}

p {
	font-size: 16px;
	font-family: 'Nunito', sans-serif;
	margin: 16px 0px 16px 0px;
}

ul li {
	font-size: 16px;
	font-family: 'Nunito', sans-serif;
}

table {
	border-collapse: collapse;
}

table.post {
	width: 100%;
}

th, td {
	padding: 10px 0px 10px 0px;
	font-size: 12px;
	font-family: 'Nunito', sans-serif;
}

td {
	text-align: center;
	border-top: 1px solid #F0F0F0;
}

table.admin {
	width: 100%;
}

th.admin, td.admin {

}

td.admin {

}

tr.ingredients {
	height: 50px;
}

td.ingredients {
	height: 50px;
}

img.ingredients {
	height: 50px;
}

th.postsHeader {
	background-color: #e6e6e6;
}

table.post {
	border-bottom: 1px solid #F0F0F0;
}

th, td.safeCookingTemperatures{
	padding: 5px 5px 5px 5px;
}

td {
    margin-left: auto;
    margin-right: auto;
}

img {
	height: 30px;
}

.sub_title {
	font-weight: 700;
	font-size: 18px;
}

.htmlLink {
	color: var(--linkColor);
	text-decoration: none;
	font-weight: 400;
}

.htmlLinkActive {
	color: var(--linkColorActive);
	text-decoration: none;
	font-weight: 400;
}

.adminLink {
	text-align: right;
	margin: 12px 0px 0px 0px;
}

#adminLink {
	color: rgb(48, 88, 167);
	text-decoration: none;
}

.recipeStepsMenu {
	color: rgb(48, 88, 167);
	text-decoration: none;
	text-align: right;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

p.footer_text {
	font-weight: 700;
	font-size: 12px;
}

p.amazonDisclosure_text {
	font-size: 12px;
	color: #A9A9A9;
}

.signature {
	font-family: 'Gloria Hallelujah', cursive;
	font-size: 16px;
	margin: 0px 20px 0px 0px;
	text-align: right;
}

.postArticle{
	text-decoration: none;
	color: black;
}

.postArticleUnderline{
	text-decoration: underline;
	color: black;
}

.plainLink{
	text-decoration: none;
	color: black;
}

div.ingredientWrapper {
	//border-left: 1px solid #F0F0F0;
	//padding: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
}

input {
	width: 100%;
}

textarea {
	width: 100%;
	height: 600px;
}

textarea.ingredient {
	width: 100%;
	height: 200px;
}

pre.postTemplate {
	font-size: 12px;
	word-break: break-all;
	overflow-wrap: break-word;
	overflow-x: auto;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
}

.indexWrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	margin: .5em 0px 0px 0px;
	border-color: var(--indexWrapperBorderColor);
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	background-color: var(--indexWrapperBackgroundColor);
}

.indexPostWrapper {
	display: flex;
	flex-direction: column;
	margin: 1em 1em 1em 1em;
	width: 250px;
}

.indexPostImageWrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0px 0px 0px 0px;
	width: 250px;
	height: 200px;
}

.indexPostTitleWrapper {
	margin: 1em 0px 0px 0px;
	text-align: center;
}

.indexPostImage {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	margin: 0px 0px 0px 0px;
}

.indexPostTitleWrapperH2 {
	font-size: 24px;
	margin: 0px 0px 0px 0px;
}

.main_menu {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	text-align: right;
	margin: 0px 2em 0px 2em;
}

.main_menu_text {
	text-align: right;
	margin: 0px 0px 0px 0px !important;
}

.main_menu_first_link {
	
}

.main_menu_middle_link {
	margin: 0px 0px 0px 1em;
}

.main_menu_last_link {
	margin: 0px 0px 0px 1em;
}

.pageCountWrapper {
	background-color:var(--indexPageCountBackgroundColor);
}

.pageCount {
	margin: 30px 30px 30px 30px;
}



.postWrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0px 30px 0px 30px;
}

.referenceWrapper {
	display: flex;
	flex-direction: column;
	background-color: var(--indexWrapperBackgroundColor);
	border-radius: 12px 12px 12px 12px;
	padding: 12px 12px 12px 12px;
}

.referenceWrapperTitle {
	display: flex;
	flex-direction: row;
	font-family: 'Amatic SC', cursive;
	font-size: 32px;
	font-weight: 700;
	text-align: left;
}

.referenceWrapperContent {
	display: flex;
	flex-direction: column;
	margin: 0px 0px 0px 0px;
}

.referenceWrapperContentRowHeader {
	display: flex;
	flex-direction: row;
	font-size: 12px;
}

.referenceWrapperContentRow {
	display: flex;
	flex-direction: row;
	font-size: 12px;
}

.referenceSubWrapper {
	display: flex;
	flex-direction: column;
	width: 85%;
	background-color: var(--white);
	border-radius: 12px 12px 12px 12px;
	margin: 1em 0px 0px 0px;
	padding: 12px 12px 12px 12px;
}

.referenceWrapperContentRowLeft {
	width: 50%;
	text-align: center;
	padding: 6px 0px 6px 0px;
	border-bottom: 1px solid var(--grey);
}

.referenceWrapperContentRowRight {
	width: 50%;
	text-align: center;
	padding: 6px 0px 6px 0px;
	border-bottom: 1px solid var(--grey);
}

.loginWrapper {
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin: 5% 0px 0px 0px;
}

.adminWrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 1em 2em 0px 2em;
}

.footer {
	background-color:var(--indexPageCountBackgroundColor);
	color: #000000;
	text-align: center;
	font-size: 12px;
	margin-top: auto;
	padding: 0px 15px 15px 15px;
}

.logonForm {
	width: 25%;
}

.header {
	margin: 10px 20px 0px 20px;
}