/* Logan Forsythe, Daniel Lewis */
.clear {
    clear:both;
}
.banner{
    height: 3.5em;
    width: 100%;
    background-color: white;
    position: relative;
    background-image: url("../images/banner.png");
    border-radius: 5px;
    box-shadow: 0 0 15px gray;
    min-width: 40em;
}
.logo{
    position: absolute;
    height: 100%;
    cursor:hand;cursor:pointer;
}


.search{
    float: right;
    margin-top: 1.5em;
    margin-right: 2em;
}
body{
    background-image: url("../images/background.png");
    margin: 0;
    padding: 0;
    font-family:verdana;
    min-width: 950px;
}

.dropbtn {
    color: black;
    background-image: url("../images/banner.png");
    font-size: 16px;
    cursor: pointer;
    padding: 5px;
    margin-right: 1em;
    margin-top: 0;
    border-radius: 5px;
    border: darkgray solid 1px;
}


.dropbtn:hover, .dropbtn:focus {
    background-color: #3e8e41;
}

.dropdown {
    float: right;
    position: relative;
    padding: 5px;
    color: black;
}
.icon{
    height: 2em;
    width: 2em;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    right: 0;
    z-index: 1;


}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown a:hover {background-color: #ddd;}

.show {
    display: block;
    max-height: 8em;
    overflow: scroll;
}


.sidepanel  {
    width: 0;
    position: absolute;
    z-index: 1;
    height: 250px;
    top: 0;
    left: 0;
    background-color: darkred;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    margin-top: 3.5em;
}

.sidepanel a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidepanel a:hover {
    color: #f1f1f1;
}

.sidepanel .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
}

.openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: darkred;
    color: white;
    padding: 10px 15px;
    border: none;
}

.openbtn:hover {
    background-color:#444;
}

.filters{
    width: 75%;
    margin-left: 5em;
    overflow: hidden;
    margin-top: 20px;
}
.filter{
  
    background-color:#444444 ;
    color: white;
    border: darkgray solid 2px;
    border-radius: 5px;
    width: fit-content;
    margin: 1em;
    padding: 5px;
    float: left;
    box-shadow: 0 0 15px gray;
    font-size:12px;
    cursor:pointer;cursor:hand;
}
.click{
      background-color: darkred;
}
.recipeContainer {
    float:left;
    width:90%;
    margin-left:5%;
    height:400px;
    background-color:lightgray;
    overflow-y:scroll;
    border-radius: 5px;
    box-shadow: 0 0 15px gray;
    margin-bottom:15px;

}
.recipeContainerHead {
    float:left;
    width:90%;
    margin-left:5%;
    height:20px;
    padding-left:15px;
}
.recipeHead {
    float:left;
    font-size:18px;
    font-weight:bold;
    text-align:center;
    width:100%;
    margin-bottom:10px;
    height:15px;
}
.recipeListRowHeader {
    clear: both;
    height: 20px;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
    border-bottom: 1px solid lightgray;
    position: fixed;
    background-color: lightgray;
    z-index: 999999;
    height: 35px;
    width:90%;
    padding-top:3px;
}
.footer {
    clear:both;
    margin-top:20px;
    text-align:center;
    font-size:10px;
    width:100%;
}
.recipeListRow {
    clear: both;
    height: 30px;
    font-size: 14px;
    font-weight: normal;
    border-bottom: 1px solid #f1f1f1;
    padding: 5px;
    cursor:pointer;cursor:hand;
}
.recipeListRow:hover {
    background-color:#eee;
}
.recipeListing {
	margin-top:30px;
}
.recipeListName {
    float:left;
    width:350px;
    padding:2px;
    cursor:pointer;cursor:hand;
}
.recipeListCategory {
    float:left;
    width:200px;
    padding:2px;
    cursor:pointer;cursor:hand;
}
.recipeListMessage {
    float:left;
    width:450px;
    padding:2px;
    cursor:pointer;cursor:hand;
}
.recipeListFrom {
    float:left ;
    width:200px;
    padding:2px;
    cursor:pointer;cursor:hand;
}
.actualRecipeContainer {
    position:relative;
    clear:both;
    width:100%;
    margin:0 auto;
    background-color:white;
    font-family:georgia;
    padding:10px;
}
.recipeName {
    clear: both;
    font-size: 36px;
    text-align: left;
    font-family: georgia;
    color: #76923c;
}
.recipeDetails {
    background-color: White;
    margin-top: 30px;
    overflow: hidden;
    min-height: 200px;
    padding:10px;
}
.recipeIngredients {
    float: left;
    width: 35%;
    font-size: 16px;
    text-align: right;
    padding-right: 20px;
    line-height:22px;
}
.recipeIngredientsLabel {
    font-weight:bold;
}

.recipeDirectionsLabel {
    font-weight:bold;
}

.recipeDirections {
    float: left;
    width: 60%;
    font-size: 16px;
    text-align: left;
    padding-left: 20px;
    border-left: 3px dotted #76923c;
    line-height:22px;
}
.recipeMessage {
    clear:both;
    font-size:12px;
    text-align:left;
    margin-top:30px;
    padding-top:10px;
    border-top:1px solid #444;
    font-style:italic;
}
.recipeServes {
    clear:both;
    font-size:12px;
    text-align:left;
    text-decoration:italics;
}
.recipeAuthor, .recipeSubmitted {
    float:left;
    font-size:16px;
    text-align:left;
    color:#76923c ;
}
.container{
    width: 340px;
    height: 280px;
    margin:0 auto;
    margin-top: 3em;
    position: relative;
    background-color: lightblue;
    font-family: Helvetica, Arial;
    color: #444444;
    border: #818181 solid;
    border-radius: 5px;
    box-shadow: 0 0 15px gray;
    overflow: hidden;
}
.addContainer{
    width: 820px;
    height: 700px;
    margin:0 auto;
    margin-top: 3em;
    position: relative;
    background-color: lightblue;
    font-family: Helvetica, Arial;
    color: #444444;
    border: #818181 solid;
    border-radius: 5px;
    box-shadow: 0 0 15px gray;
    overflow: hidden;
}
.containerSignup{
    width: 340px;
    height: 450px;
    margin:0 auto;
    margin-top: 5em;
    position: relative;
    margin-left: 33%;
    background-color: lightblue;
    font-family: Helvetica, Arial;
    color: #444444;
    border: #818181 solid;
    border-radius: 5px;
    box-shadow: 0 0 15px gray;
    overflow: hidden;
}
form{
    background-color: #e7eaee;
    width: 100%;
    float: right;
    position: absolute;
    padding-top: 10px;

}
label{
    display: block;
}
.forminfo{
    border-radius: 3px;
    border: #818181 solid 2px;

}
.lower{
    background-color: gold;
    float: right;
    padding-right: 2em;
    width: 90.5%;
}
.entry{
    position: relative;
    padding-left: 2em;

}
h3{
    padding-left: 2em;
}
.button {
    border-radius: 4px;
    background-color: #950a1f;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 24px;
    padding: 20px;
    /*width: 150px;*/
    transition: all 0.5s;
    cursor: pointer;
    margin: 2px;
    float: right;
}

.button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.button span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}

.button:hover span {
    padding-right: 25px;
}

.button:hover span:after {
    opacity: 1;
    right: 0;
}
.about_title {
	clear:both;
	font-size:16px;
	font-weight:bold;
}
.error {
	clear:both;
	font-size:14px;
	color:RED;
	width:100%;
	text-align:center;
	margin-top:4em;
}
.new_account {
	clear:both;
	font-size:14px;
	width:100%;
	text-align:center;
}
.addMessage {
	width:100%;
	text-align:center;
	font-weight:bold;
	margin-top:20px;
	font-size:16px;
}
.addContainerMessage{
    width: 820px;
    height: 50px;
    margin:0 auto;
    margin-top: 3em;
    position: relative;
    background-color: lightblue;
    font-family: Helvetica, Arial;
    color: #444444;
    border: #818181 solid;
    border-radius: 5px;
    box-shadow: 0 0 15px gray;
    overflow: hidden;
}
.about, .about_text {
	width:90%;
	clear:both;
	margin-top:20px;
	padding:10px;
}
.about_title {
	clear:both;
	font-size:16px;
	font-weight:bold;
}