﻿body {
    font-family: 'Roboto', sans-serif;
    background-color: #fafafa;
    color: #1f1f1f;
    height: 100%;
    margin: 0;
}
form {
    border: 3px solid #f1f1f1;
}

/* Full-width inputs */
input[type=text], input[type=password] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

/* Set a style for all buttons */
.btnSubmit {
    background-color: #ebae34;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
}
.btnUpload {
    background-color: #9f9f9e;
    color: white;
    padding: 5px 5px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 15%;
}
/* Add padding to containers */
.container {
    padding: 16px;
}

/* The "Forgot password" text */
span.psw {
    float: right;
    padding-top: 16px;
}
.header {
    background-color: white;
    padding: 20px;
    text-align: center;  
}
#pageHead {
    color: #ebae34;
}

#restImg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    max-height: 200px;
}

#overlay {
    background-color: rgba(0, 0, 0, 0.5);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 200px;
}
.rest-banner-text {
    text-align: left;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    padding-left: 100px;
}
#welcomeTxt {
    font-size: 40px;
    font-weight: bold;
}
#restName{
    font-size:40px;
    font-weight:bold;
}
#restDescription {
    font-size: 18px;
    font-weight: 400;
}
.banner-img {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("images/sandwich.jpg");
    height: 950px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.banner-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}
#btnSearch {
    background-color: #ebae34;
    border: none;
    color: white;
    padding: 8px 22px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius:3px;
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
}

li {
    float: left;
}

li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

li a:hover {
    background-color: #111;

}
.wrapper {
    background-color: #fff;
    margin: 0 auto;
    max-width: 1680px;
    min-width: 320px;
    position: relative;
}
.inputTxt {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
.DropDownState {
    width: 20%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
.btnEdit{
    float:right;
}
#lblMenu{
    font-size: 40px;
}
#btnAddItem{
    float:right;
}
.Card-Title{
    font-size:15px;
    font-weight:bold;
}
#card-image {
    height: 150px;
    position: relative
}
.choicetxt{
    width:80%;
}
#btnAddOption {
    background-color: #ebae34;
    border: none;
    color: white;
    padding: 8px 22px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 3px;
    float:right;
}
#ddlCategories {
    position: absolute;
    min-width: 160px;  
    padding: 10px 16px;
    z-index: 1;
}
#btnSignOut {
   background-color:transparent;
   border:none;
   color:white;
}
