body{
    margin: 0;
	color: black;
	font-family: sans-serif;
    min-height: 100%;
    width: 100%;
    position: absolute;
    background-color: navajowhite;
}

h1{
    text-align: center;
    font-size: 3.5em;
    margin-bottom: 0px;
}

h2{
	color: blueviolet;
}

h3{
	color: blueviolet;
}

h4{
	text-decoration: underline;
}

h5{
	margin-top: 0;
	margin-bottom: 0;
	font-size: 1em;
}

.comments .comment-body{
	margin-left: 10px;
}

.comments .comment-body a{
	margin-left: -10px;
}

label{
	display: inline-block;
	margin-bottom: 5px;
}

input{
	margin-bottom: 5px;
}

textarea{
	width: 350px;
	height: 8em;
}

abbr{
	font-size: 0.65em;
	vertical-align: top;
}

#background{
	width: 100%;
	min-height: 100%;
	position: absolute;
}
#myrecipetitle{
	background-color: darkkhaki;
}
#header2title{
	color: blueviolet;
	margin-bottom: 40px;
	font-size: 35px;
	text-align: center;
}
#header3title{
	color: blueviolet;
	margin-bottom: 30px;
	font-size: 30px;
	text-align: center;
}

#error{
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	width: 500px;
	padding: 10px;
	background-color: #111111;
	color: white;
}

#error button{
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#grey-tint{
	background-color: #000000aa;
	height: 100%;
	position: fixed;
	width: 100%;
}

#topmenu{
	background-color: navajowhite;
	display: flex;
	align-items: center;
	line-height: 50px;
}

#topmenu-right{
	display: flex;
	justify-content: flex-end;
	flex: auto;
}

#topmenu span{
	margin: 5px;
	padding: 0 20px;
}
#topmenu input{
	margin: 0px;
}
#topmenu a{
	text-decoration: none;
	color: seagreen;
}
#topmenu a:hover{
	color: red;

}
#post-content{
	text-align: center;
	box-sizing: border-box;
	align-items: center;
	padding-bottom: 5px;
}
#post-background{
	width: 500px;
    background: rgb(0,0,0,0.8);
    margin: 12% auto;
    padding: 40px 0;
    color: cornsilk;
    box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.5);
}
#search-content{
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}

.sidebysidecontainer{
	padding-top: 10px;
	padding-bottom: 10px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.sidebyside{
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	box-sizing: border-box;
}

.medium-column{
	width: 350px;
	height: 475px;
    background: rgb(0,0,0,0.8);
    color: cornsilk;
    box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.5);
}

.vflexcontainer{
	display: flex;
	flex-direction: column;
}

.cover-all{
	min-height: 100%;
	position: absolute;
	width: 100%;
}

.flex-auto{
	flex: auto;
}

.center-text{
	text-align: center;
}

.left-text{
	text-align: left;
}

.content-box{
	width: 500px;
    background: rgb(0,0,0,0.8);
    margin: 12% auto;
    padding: 40px 10px;
    color: cornsilk;
    box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.5);
}

.content-box p{
	margin: 0 0 5px 0;
}

.food-background{
	background-image: url(../img/food.jpg);
}

.post-background{
    background-image: url(../img/post.jpg);
}
#send-button{
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	box-sizing: border-box;
}

.smalltext{
	font-size: 0.75em;
}

.post h3{
	margin-bottom: 0;
	font-size: 1.75em;
}

.post h3 a{
	color: blueviolet;
	text-decoration: none;
}

.post h4{
	margin: 0;
	margin-bottom: 5px;
}

.post p{
	margin-top: 0;
	margin-bottom: 10px;
}

.post img{
	max-width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

.approve-button{
	text-decoration: none;
	color: #0055cc;
	margin: 5px;
}

.approve-button:hover{
	color: #0077ee;
}

.comments .approve-button{
	margin-left: 0;
}

.usernamelink{
	text-decoration: none;
	color: #0055cc;
}

.usernamelink:hover{
	color: #0077ee;
}