.amount, .submit, .another-order, .checkout, .clear {
  display: none;
}
#amount{
  width: 50px;
}
body{
  background-color: black;
  color: white;
}
.card {
  background-color: blue;
  color: white;
}
.navbar{
  position: sticky;
  top: 0;
  width: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
  margin-bottom: 0px;
}
.navbar li{
  float: left;
}
.navbar li a{
  display: block;
  color: white;
  text-align: center;
  padding: 10px 14px;
  text-decoration: none;
}
.navbar li a:hover {
  background-color: #111;
}
.active{
  background-color: #4CAF50;
}
.col-md-4 img{
  max-width: 100%;
  margin-bottom: 20px;
  margin-top: 20px;
}
.header{
  margin-top: 0px;
  background: url("images/pizzain.jpeg") rgba(0, 0, 0, 0.5);
  height: 40vh;
  width: 100%;
  text-align: center;
  padding-top: 10%;
  padding-bottom: 10%;
  background-position: center;
  background-size: cover;
  color: white;
  background-blend-mode: multiply;
}
.col{
  margin-left: 0.6%;
}
.about{
  color: white;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family:  fantasy;
  font-size: 18px;
}
@media only screen and (min-width: 750px) {
  .card{
    width: 100%;
  }
  .topping{
    width:;
  }
  .card ul{
    width: 100%;
  }
  .header{
    padding-top: 5%;
  }
}
