@import url('https://fonts.googleapis.com/css2?family=Ubuntu&display=swap');
html,body {
  scroll-behavior: smooth;

}

.carousel-inner img {
  width: 100%;
  height: 100%;
}

.about{
  text-align: center;
  padding-bottom: 30px;
  padding-top:40px;
  
}

.what-we-do{
  background-color: #ffa500;
  text-align: center;
  padding-top: 40px;
 
}
.what-we-do .headings{
  padding-bottom: 38px;
}

.order{
  background-attachment: fixed;
  background-image: url("../images/cover.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
  padding-top: 4%;
  padding-bottom: 4%;
}
.order-overlay{
  background-color: rgba(0, 0, 0, 0.8);
  margin-left: 2%;
  margin-right: 2%;
  padding-bottom: 20px;
  padding-left: 6%;
}
.order h2 {
  text-align: center;
}
.choice{
  display: none;
  padding-left: 2%;
  padding-right: 2%;
}
.deliver{
  display: none;
}
.pick-up{
  display: none;
  padding-left: 10%;
  padding-right: 10%;
}
td,th{
  font-size: 20px;
  color: white;
}
.choice h2{
  color:orange;
  text-align: left;
}
#your-orders{
  color: white;
  font-size: 30px;
}
#addedprice{
  display: none;
}
#finallmessage{
  display: none;
  padding-top: 10%;
  padding-right: 10%;
  padding-left: 10%;
  font-size: 28px;
}
#regards{
  text-align: center;
  color: aliceblue;
}
#info{
  padding-top: 5%;
  font-size: 22px;
  padding-right: 8%;
  padding-left: 5%;
  color: #ffa500;
}
button {
  border-radius: 15px;
  background-color: crimson;
}



.top-padding{
  padding-top: 70px;
}
.footer-widget{
  margin-bottom: 50px;
  color: blue;
}


.footer-widget a{
  font-size: 30px;
}

.footer-widget p{
  color: #eee;
}
.footer-link{
  padding-left: 0;
  list-style-type: none
}

.footer-link li{
  color: #fff;
}
.footer-link > li + li {
  margin: .5rem 0 0
}
.footer-link i{
  margin-right: 10px;
}

.footer-copy{
  padding: 40px 0px;
  border-top: 1px solid#444;
}


.feature-title{
  font-weight: 700;
  margin: 30px 0px 20px;
  font-size: 22px;
}