/* Background Colour - #FFFFFF */
/* Body Text - #000000 */
/* Heading Colour - #A2866B */
/* Alternative Heading Colour - #6F9F16 */
/* Call to Attention - #EBBC4E */

nav {
    background-color: #6F9F16;
}


body {
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

.main-section {
  border: solid black 2px;
  padding-top: 10px;
  padding-bottom: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
  border-radius: 30px;
  text-align: center;
  background-color: #A2866B;
}

.carousel-item {
  height: 100%;
  border: solid black 1px;
}

.address-list {
  list-style: none;
  padding-right: 30px;
}
.form-control {
  border: solid black 1px;
}

form {
  direction: flex;
  justify-content: center;
  align-items: center;
}

h3 {
  text-align: center;
}

.col-lg-6 {
  padding-left: 35px;
  padding-bottom: 20px;
}

.col-lg-12 {
  padding-left: 100px;
  padding-right: 100px;
}

.main-image-sizing {
  width: 98%;
  height: 500px;
}

.product-image-sizing {
  height: 90%;
  width: 50%;
}

nav ul {
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

nav ul li {
  display: inline-block;
  margin: 10px 15px;
  white-space: nowrap;
}

.navbar .nav-link.active {
  color: #EBBC4E !important;
  font-weight: bold;
}

.nav-link:hover {
  color: #EBBC4E;
  font-weight: bold;
}

div.col-lg {
  padding-left: 20px;
  padding-right: 20px;
}

iframe {
  width: 100%;
  height: 800px;
  padding-left: 20px;
  padding-right: 20px;
}

footer {
    text-align: center;
    background-color: #6F9F16;
    padding: 5px;
    padding-left: 10px;
    width: 100%;
}

