body {
  background-color: #468d2c;
}
/*Awal Navbar*/

.navbar-brand {
  display: flex;
  align-items: center;
}
.navbar-brand h1 {
  font-style: italic;
  font-weight: bolder;
  color: #635f5b;
  font-size: small;
}
.navbar-brand img {
  width: 40px;
  margin-right: 10px;
}
.navbar-brand span {
  margin-left: auto;
  font-size: small;
}
/*Akhir Navbar*/
section {
  margin-top: 100px;
}
/* Awal Tentang kami*/
.container h2 {
  font-style: italic;
  font-weight: bolder;
}
.container p {
  text-align: justify;
}
/* Akhir Tentang kami*/

/*awal whatshapp button*/
.button {
  width: 50px;
  position: fixed;
  right: 9rem;
  bottom: 40px;
}
.wa_button {
  position: fixed;
  right: 30px;
  bottom: 53px;
  text-decoration: none;
  color: rgb(131, 127, 124);
  font-weight: bold;
}
/*akhir whatshapp button*/

/*awal pemesanan*/
.row {
  font-style: italic;
}
/*akhir pemesanan*/

/*awal footer*/
footer {
  margin-top: 40px;
  background-image: url(img/footer.jpg);
  padding: 20px;

  list-style: none;
  line-height: 1.8;
  font-size: 16px;
  text-align: justify;
}

.footercontainer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 5px;
}

.map {
  flex: 1;
  min-width: 300px;
  max-width: 400px;
  height: 200px;
  margin-right: 20px;
}

.socialandlocation {
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
  min-width: 200px;
  margin-bottom: 20px;
}

.socialicons {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

.socialicons a {
  margin-right: 10px;
  font-size: 24px;
  color: #fafafa;
  text-decoration: none;
  font-size: 30px;
}

.contactinfo {
  text-align: center;
  color: rgb(255, 255, 255);
}

.contactinfo ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 20px;
}

.contactinfo ul li {
  margin-bottom: 5px;
}

.footerbottom {
  text-align: center;
  margin-top: 15px;
}

/*akhir footer*/
