
body{
  width: 100%;
  height: 100vh;
  box-sizing:border-box;
  font-family:sans-serif;
  background-color: #FF8900;
  background-image: 
  repeating-linear-gradient(
    45deg,
    transparent, 
    transparent 4px,
    rgba(255, 255, 255, 0.4) 4px,
    rgba(255, 255, 255, 0.4) 6px
  ),
  linear-gradient(
    to bottom right,
    rgba(255, 200, 0, 0.3) 0%,
    rgba(255, 150, 0, 0.1) 50%,
    rgba(200, 80, 0, 0.4) 100%
  );
}
#menu #menu{
    width:200px;
    height:50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size:25px;
}
#menu a:hover {
    background-color: #FCD9B6;
}
#pizza {
    min-width:200px;
    min-height:200px;
    display: inline-table;
}
div#pizza{
    background-color:#FCE5B6;
  margin:8px;
  border: 3px solid red;
  border-radius: 5px;
}
ul{
    list-style-type:none;
}
img#pizza, img#logo{
    width:200px;
    height:200px;
}
img#banner{
  min-height:300px;
  min-width:650px;
  margin-left:auto;
  margin-right:auto;
}
div#banner{
    display:flex;
  justify-content:center;
  align-items:center;
}
a:visited{
    color:black;
}
a:link{ 
    color:black;
}
#menu ul {
    list-style-type: none; 
    padding: 0;
    margin: 0;
    text-align: center; 
}
#menu ul li {
    display: inline-block; 
    margin: 0 10px; 
}
#menu ul li a {
    text-decoration: none; 
}
#main_filler{
    max-width:80%;
    margin:auto;
}
#main_filler_c{
    max-width: 90vw;
    margin:auto;
    display:grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
    background-image:url(img/bgfr.jpg);
    justify-items: center;
    align-items: start;
}


input[type=text], input[type=password] {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  display: inline-block;
  border: none;
  background: #f7f7f7;
}

input[type=text]:focus, input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}

hr {
  border: 2px solid;
  margin-bottom: 25px;
}

.registerbtn {
  background-color: #FF8900;
  color: white;
  padding: 16px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  opacity: 1;
  width:100%;
}
.registerbtn:hover {
  background-color:#FFB800;
}
.signin {
  background-color: #f1f1f1;
  text-align: center;
  width:100%;
  padding-top:1px;
  padding-bottom: 1px;
}
form#login{
    display: inline-block;
    width:40vw;
    margin-left:30%;
    margin-right:50%;
    background-color:#ffffff;
      border: 3px solid red;
  border-radius:4px;
}

div#promo, div#avatar{
display:inline-block;
}
div#promo {
  min-width:200px;
  min-height:250px;
  float:right;
  background-color:white;
  border: 3px solid red;
  border-radius:10px;
 
}
#admin{
  display:grid;
  grid-template-columns: 1fr 1fr;
}
a div#menu{
  color:black;
  background-color:white;
  border: 3px solid red;;
  border-radius:10px;
  transition: all 200ms ease;
}
a div#menu:hover{
  background-color: #FCD9B6;
}
div#pizza a#button{
  max-width:150px;
  display:block;
  background-color:white;
  border: 3px solid red;
  border-radius:5px;
  transition: all 200ms ease;
  text-decoration:none;
  padding:6px 6px 6px 6px;
  box-sizing:border-box;
  font-size:15px;
}
div#pizza a#button:hover{
  background-color: #FCD9B6;
}
div#pizza button{
  color:black;
  background-color:white;
  border: 3px solid red;
  transition: all 200ms ease;
  border-radius:5px;
  padding: 6px 6px 6px 6px;
}
div#pizza button:hover{
  background-color: #FCD9B6;
}
button.add_to-cart:hover{
    background-color: #FCD9B6;
}
img#avatar{
  max-height:200px;
  max-width:200px;
}

a.search{
  padding: 8px 15px; 
  text-decoration: none; 
  background: #ccc; 
  border-radius: 5px;
}
form.search{
  text-align: center; 
  margin: 20px;
}
button.search{
  padding: 8px 15px;
}
input.search{
  padding: 8px; 
  width: 250px;
}
div.search{
  place-self:center;
  text-align: center; 
  padding: 50px;
  background-color:white;
  opacity: 0.85;
}
#order{
   max-width:150px;
  background-color:white;
  border: 3px solid red;
  border-radius:5px;
  transition: all 200ms ease;
  box-sizing:border-box;
  font-size:15px;   
}
button#order:hover{
    background-color: #FCD9B6;
}

h3{
  display:flex;
  justify-content: center;
}
#shadow{
    color:white;
  text-shadow:
  1px -1px black,
  -1px 1px black,
  1px 1px black,
  -1px -1px black;
}

footer{
  min-height: 10%;
  background-color:#FCD9B6;
  align-content: center;
  text-align:center;
   clear:right;
}
footer#profile{
       position:fixed;
   bottom:0px;
   width:100vw;
}


#modal_full{
  background-color:white;
  border: 3px solid red;
  pointer-events:none;
  min-height:60vh;
  min-width:250px;
  position:fixed; 
  top:200px; 
  right:0px;
  transform:translate(100%,0);
  transition:500ms ease;
}
#modal_full.shown{
  transform:translate(0,0);
  pointer-events:auto;
}
button#modal_open{
  color:black;
  background-color:white;
  border: 3px solid red;
  transition: all 200ms ease;
  border-radius:5px;
  padding: 12px 12px 12px 12px;
  align-items: center;
  justify-content: center;
  font-size:25px;
  }
button#modal_open:hover{
   background-color: #FCD9B6;
}
button#modal_close{
  position:absolute;
  right:0px;
  top:0px;
  background:white;
  border:1px solid #FF8900;
  transition:200ms ease;
}
button#modal_close:hover{
  background-color: #FCD9B6;
}
button#remove{
  background-color:white;
  border: 3px solid red;
  transition:200ms ease;
}
button#remove:hover{
  background-color: #FCD9B6;
}
button#clear{
  background-color:white;
  border: 3px solid red;
  transition:200ms ease;
}
button#clear:hover{
  background-color: #FCD9B6;
}

table#admin{
  background-color:#FCD9B6;
}
#label{
    margin-left:20px;
}
button#profile{
      color:black;
  background-color:white;
  border: 3px solid red;
  transition: all 200ms ease;
  border-radius:5px;
  padding: 6px 6px 6px 6px;}
  button#profile:hover{
      background-color:#FCD9B6;
  }
}