html{
	margin: 0px;
	padding: 0px;
	width: 100%;
	//height:100%;
	//min-height: 100%;
}
body{
	position: relative;
	//height: 100%;
	//min-height: 100%;
	margin: auto;
	font-family: 'Poppins', sans-serif;	
	scrollbar-width: none;
	ms-overflow-style: none;
	-webkit-text-size-adjust: none;
}
body::-webkit-scrollbar {
	display: none;
}
div.landing{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	grid-template-rows: 1fr 1fr 1fr;
	box-sizing: border-box;
	padding: 60px;
	background-color: white;
	z-index: 9;
}
.showLanding{
	display: grid;
}
.landing > div:nth-child(1){
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: flex-start;
}
.specialsButton{
	cursor: pointer;
}
.specialsButton:hover{
	border-bottom: 1px solid black;
}
.landing > div:nth-child(2) > p{
	display: inline-block;
	font-size: 30px;
}
.searchString{
	color: black;
	display: inline-block;
}
/*.searchString:focus{
	background-color: lightpink;
}*/
.wtfsicButton{
	font-weight: 700;
	cursor: pointer;
}
.wtfsicButton:hover{
	border-bottom: 1px solid black;
}
.landing > div:nth-child(3){
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-end;
}
.copyright{
	color: gray;
	font-size: 10px;
}
nav{
	display: flex;
	flex-direction: row;
	align-items: flex-end;
}
.navButton{
	color: black;
	font-size: 10px;
	font-weight: 700;
	cursor: pointer;
	margin-left: 12px;
}
.navButton:hover{
	color: black;
}
#cancelButton{
	//color: black;
	//margin-top: 12px;
}
main{
	width: 100%;
	//height: 100%;
	//min-height: 100%;
	max-width: 960px;
	margin: auto;
	box-sizing: border-box;
	padding: 0px 0px 60px 0px;
}
.masthead{
	position: static;
	flex-direction: column;
	justify-content: center;
}
.masthead > h1{
	font-size: 60px;
	flex-grow: 0;
}
.masthead > div.info{
	position: relative;
	width: 100%;
	max-width: 960px;
	height: 20px;
	//padding: 0px 15px;
	margin-top: 6px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
.info > p.notification{
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 12px;
	height: 20px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.today{
	font-size: 12px;
	color: black;
}
header{
	position: fixed;
	top: 0;
	width: 100%;
	min-height: 60px;
	box-sizing: border-box;
	padding: 0px 0px 0px 15px;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	background-color: rgba(255,255,255,0.9);
	backdrop-filter: blur(10px);
	z-index: 5;
}
h1{
	font-size: 15px;
	font-weight: 500;
	/*text-transform: uppercase;*/
	margin: 0px;
	white-space: pre;
	cursor: pointer;
}
h2{
	font-size: 15px;
	font-weight: 300;
	margin: 0px;
	flex-grow: 1;
}
.long{
	display: block;
}
.short{
	display: none;
}
p{
	margin: 0px;
	padding: 0px;
	font-size: 15px;
	outline: none;
}
span{
	outline: none;
}
a{
	color: black;
}
.material-icons{
	font-family: 'Material-Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	padding: 0px;
	margin: 0px;
	display: block;
}
.notification{
	color: gray;
	margin-right: 12px;
}
.tips{
	display: block;
}
.message{
	color: red;
	/* margin-top: 12px; */
	//font-size: 12px;
	//margin-left: 3px;
}
.dots{
	display: inline-block;
	width: 6px;
}
button{
	background-color: transparent;
	margin: 0px;
	padding: 12px;
	font-size: 12px;
	border: none;
	outline: none;
	cursor: pointer;
	display: block;
	height: 48px;
}
button.moreButton{
	margin: auto;
	color: gray;
}

form{
	display: flex;
	flex-direction: row;
	align-items: center;
}
fieldset{
	padding: 0px;
	margin: 0px;
	border: none;
}
input[type="file"]{
	display: none;
}
input[type="text"], input[type="email"]{
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border-radius: 0px;
}
input{
	font-family: "Poppins", sans-serif;
	font-size: 15px;
	font-weight: 400;
	-webkit-appearance: none;
	color: black;
	border: none;
	outline: none;
	padding: 0px;
	margin: 0px;
}
input::placeholder{
	color: lightgray;
}
input.submit{
	border: none;
	outline: none;
	padding: 0px;
	margin: 0px;
	font-family: "Poppins", sans-serif;
	font-size: 12px;
	font-weight: 500;
	background-color: transparent;
	cursor: pointer;
}
.loginForm{
	//width: 100%;
	//height: 100%;
	//display: flex;
	//justify-content: center;
	//align-items: center;
	margin-top: 60px;
}
.loginForm > fieldset{
	width: 360px;
	//max-width: 360px;
	//height: 360px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	//border: 1px solid lightgray;
	padding: 30px;
	box-sizing: border-box;

}
.loginForm > fieldset > h1{
	font-size: 15px;
	//align-self: flex-start;
	flex-grow: 0;
}
.loginForm > fieldset > p{
	font-size: 12px;
	margin-top: 30px;
	height: 90px;
}
.loginForm > fieldset > input.text{
	width: 100%;
	font-size: 15px;
	font-weight: 300;
	//text-align: center;
	border-bottom: 1px solid lightgray;
	margin: 40px 0px 30px 0px;
}
.loginForm > fieldset > input.text:focus{
	border-bottom: 1px solid gray;
}
.loginForm > fieldset > input.submit{
	//align-self: flex-end;
	font-weight: 700;
}
table{
	table-layout: fixed;
	width: 100%;
	max-width: 640px;
	margin: 120px auto 60px auto;
	//padding-top: 120px;
	border-collapse: collapse;
	//font-size: 30px;
	//font-weight: 500;
	box-sizing: border-box;
}
tr{
	//height: 60px;
	cursor: pointer;
}
tr:not(.selected):hover{
	background-color: #EEE;
}
td{
	padding: 0px;
	border: 0px;
	//vertical-align: center;
}
button.menuButton{
	display: none;
}
div.tools{
	background-color: transparent;
	flex-direction: row;
}
.hideTools{
	display: flex;
}
.showTools{
	display: flex;
}
.published{
	background-color: lightgreen;
}
.summary{
	box-sizing: border-box;
	padding: 15px;
	height:100%;
	width:100%;
}
.summary > div:nth-child(1){
	font-size: 20px;
	font-weight: 500;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.summary > div:nth-child(2){
	font-size: 15px;
	font-weight: 400;
	color: gray;
}
div.page{
	width:100%;
	max-width: 640px;
	cursor: pointer;
//	display: grid;
//	grid-template-columns: repeat(12, 1fr);
//	grid-template-row: minmax(240px ,360px);
	margin: 120px auto;
	//gap: 6px;
}
.preview{
	box-sizing: border-box;
	padding: 15px 15px 60px 15px;
	height:100%;
	width:100%;
	display: flex;
	flex-direction: column;
}
.preview:hover{
	background-color: #FAFAFA;
}
.preview > div:nth-child(1){
	//font-family: "Poppins", sans-serif;
	font-size: 30px;
	font-weight: 500;
}
.preview > div:nth-child(2){
	font-size: 15px;
	font-weight: 400;
	color: gray;
	padding-bottom: 20px;
}
.preview > div:nth-child(3){
	position: relative;
	width: 100%;
	flex-grow: 1;
}
.preview > div:nth-child(3) > img{
	position: absolute;
	top:0;
	left:0;
	height: 100%;
	object-fit: cover;
	filter: grayscale(100%);
	transition: 1s;
}
.preview > div:nth-child(3) > img:hover{
	filter: none;
}
.imagePlaceholder{
	//position: absolute;
	display: block;
	background-color: lightgray;
	width: 100%;
}

section{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	background-color: white;
	height:100%;
	overflow: scroll;
	scrollbar-width: none;
	ms-overflow-style: none;
}
section::-webkit-scrollbar {
	display: none;
}

article{
	width: 100%;
	max-width: 640px;
	margin: auto;
	box-sizing: border-box;
	padding: 120px 15px 60px 15px;
}
.hidden{
	display: none;
}
.visible{
	display: block;
}
div.headline, textarea.headline{
	font-size: 60px;
	font-weight: 500;
	outline: none;
	white-space: pre-wrap;
}
div.strip, textarea.strip{
	font-size: 30px;
	color: gray;
	outline: none;
	margin-top: 6px;
	white-space: pre-wrap;
}
div.author, textarea.author{
	font-size: 15px;
	font-weight: 400;
	outline: none;
	//color: gray;
	margin-top: 20px;
	margin-right: 15px;
	//text-transform: capitalize;
	display: inline-block;
	white-space: pre-wrap;
}
div.date{
	font-size: 15px;
	font-weight: 400;
	outline: none;
	color: gray;
	margin-top: 6px;
	display: inline-block;
}
div.cover{
	position: relative;
	width: 100%;
	background-color: lightgray;
	margin-top: 30px;
	box-sizing: border-box;
}
img{
	display: block;
	width:100%;
}
div.cover > img{
	position: absolute;
	top: 0px;
	left:0px;
}
div.caption, textarea.caption{
	font-family: "Poppins", sans-serif;
	font-size: 10px;
	font-weight: 400;
	outline: none;
	margin-top: 12px;
	color: gray;
	text-align: center;
	white-space: pre-wrap;
}
div.ingredients{
	margin-top: 30px;
}
div.ingredients > div{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	margin-bottom: 6px;
}
div.ingredients > div > :nth-child(1){
	width: 150px;
	flex-shrink: 0;
}
div.ingredients > div > :nth-child(2){
	width: 100px;
	flex-shrink: 0;
}
div.ingredients > div > :nth-child(3){
	flex-grow: 1;
}
div.notes, textarea.notes{
	font-family: "Poppins", sans-serif;
	font-size: 12px;
	font-weight: 400;
	font-style: italic;
	margin-top: 30px;
	white-space: pre-wrap;
	color: gray;
}
div.text, textarea.text{
	font-family: "Poppins", sans-serif;
	font-size: 15px;
	font-weight: 400;
	margin-top: 30px;
	white-space: pre-wrap;
}
textarea{
	font-family: 'Poppins', sans-serif;
	display: block;
	resize: none;
	outline: none;
	border: none;
	overflow: hidden;
	width: 100%;
	height: auto;
	padding: 0px;
	line-height: normal;
	font-size: 15px;
}
textarea::placeholder{
	color: lightgray;
}
[contenteditable=true]:empty:before{
	content: attr(data-placeholder);
	pointer-events: none;
	display: inline-block;
	color: lightgray;
}
/*[contenteditable=true]:focus:empty:before{
	content: " safsdfas";
}*/

svg.progress{
	padding-right: 15px;
}
circle{
	transform-origin: 50% 50%;
	transform: rotate(-90deg);
}

/*@media only screen and (max-width: 720px){
	div.page{
		display: block;
	}
	.preview{
		padding-bottom: 60px;
	}
}*/
@media only screen and (max-width: 480px){
	div.landing{
		padding: 30px;
	}
	.landing > div:nth-child(2) > p{
		font-size: 20px;
	}
	.long{
		display: none;
	}
	.short{
		display: block;
	}
	div.headline, textarea.headline{
		font-size: 30px;
	}
	div.strip, textarea.strip{
		font-size: 20px;
	}
	.preview > div:nth-child(1){
		font-size: 30px;
	}
	button.menuButton{
		display: block;
	}
	div.tools{
		background-color: rgba(255,255,255,0.9);
		position:absolute;
		top: 60px;
		right: 0px;
		flex-direction: column;
	}
	.hideTools{
		display: none;
	}
	.tips{
		display: none;
	}
	.loginForm > fieldset{
		max-width: 100%;
		border: none;
	}

}
