/*Default Template*/

.homepage {
    margin: 0;
    padding: 0;
}

.header {
    background-color: #9cdaf8; 
    background-image: linear-gradient(315deg, #9cdaf8 0%, #98fcbd 74%);
}

.icons {
    float: inline-end;
    padding-top: 3%;
    padding-right: 5%;
    padding-bottom: 2%;
}

.navbar {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
  }
  
.navbar-options {
    display: inline-block;
}
  
.navbar-options a, .active a, .drop-button a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.navbar-options a:hover {
    background-color: #111;
}

.active a:hover {
    background-color: green;
}

.active {
    display: inline-block;
    background-color: #04AA6D;
    border: none;
    outline: none;
}

.dropdown {
    display: inline-block;
    overflow: hidden;
    vertical-align: bottom;
}
  
.dropdown .drop-button { 
    border: none;
    outline: none;
    color: white;
    background-color: inherit;
    font-size: 16px;
    height: 46px;
    font-family: inherit;
    margin: 0;
}
  
.dropdown:hover .drop-button {
    background-color: #111;
}
  
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #333;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
  
.dropdown-content a {
    float: none;
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}
  
.dropdown-content a:hover {
    background-color: #111;
}
  
.dropdown:hover .dropdown-content {
    display: block;
}

.footer {
    background-color: #9cb071;
    text-align: center;
    width: 100%;
    padding-bottom: 0.6250em;
    bottom:0px;
}

.footer-payment {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1%;
    margin-bottom: 1%;
    width: 50%;
}

.disclaimer {
    text-align: center;
    color: white;
}

/*Home Page*/

#customer-reviews {
    text-align: center;
    font-family: Garamond, serif;
    font-size: 1.875em;
}

/*Fruits*/

#fruits-content h1 {
    text-align: center;
}

#fruits-content figure {
    border: thin #c0c0c0 solid;
    display: inline-flex;
    flex-flow: column;
    padding: 1%;
    max-width: 220px;
    margin: auto;
    width: 50%;
    margin-bottom: 1%;
}

#fruits-content img {
    max-width: 200px;
    max-height: 200px;
    margin-bottom: 1%;
}

#fruits-content figcaption {
    background-color: #333;
    color: #fff;
    font: italic smaller sans-serif;
    padding: 3px;
    text-align: center;
}

/*Vegetables*/

#vegetables-content h1 {
    text-align: center;
}

#vegetables-content figure {
    border: thin #c0c0c0 solid;
    display: inline-flex;
    flex-flow: column;
    padding: 1%;
    max-width: 220px;
    margin: auto;
    width: 50%;
    margin-bottom: 1%;
}

#vegetables-content img {
    max-width: 200px;
    max-height: 200px;
    margin-bottom: 1%;
}

#vegetables-content figcaption {
    background-color: #333;
    color: #fff;
    font: italic smaller sans-serif;
    padding: 3px;
    text-align: center;
}

/*Gift Box & Baskets*/

#gift-content h1 {
    text-align: center;
}

#gift-box {
    margin-left: 20%;
}

#gift-basket {
    margin-left: 20%;
}

/*About Us*/

#about-content #about-title {
    text-align: center;
    display: block;
    font-size: 3em;
    font-family: Garamond, serif;
    color: black;
    padding: 1em 1em;
    background-image: url(images/fruit-wallpaper.jpg);
}

#about-content #about-title b {
    background-color: darkgray;
    padding: 1%;
    padding-left: 3%;
    padding-right: 3%;
    border-radius: 15%;
}

#about-content #about-text {
    float: right;
    margin-top: 1%;
    margin-bottom: 1%;
    background-image: url(images/fruit-background.jpg);
}

#about-content #about-text p {
    text-align: justify;
    margin-left: 50%;
    margin-right: 3%;
    margin-top: 10%;
    margin-bottom: 10%;
    background-color: gray;
    border-radius: 5%;
    font-size: 1em;
    line-height: 150%;
    color: white;
    padding: 3%;
}

/*Refund Policy*/

#refund-content {
    text-align: justify;
    margin-left: 5%;
    margin-right: 5%;
}

#refund-content h1 {
    text-align: center;
}

/*Privacy Policy*/

#privacy-content {
    text-align: justify;
    margin-left: 5%;
    margin-right: 5%;
}

#privacy-content h1 {
    text-align: center;
}

/*Terms and Conditions*/

#terms-content {
    text-align: justify;
    margin-left: 5%;
    margin-right: 5%;
}

#terms-content h1 {
    text-align: center;
}

/*Contact Us*/

#map {
    margin-left: 5%;
    margin-right: 5%;
    width: 90%;
}

/*FAQ*/

#faq-content div {
    text-align: center;
    display: block;
    font-size: 3em;
    font-family: Garamond, serif;
    color: black;
    padding: 1em 1em;
    background-image: url(images/fruit-wallpaper.jpg);
}

#faq-content div b {
    background-color: darkgray;
    padding: 1%;
    padding-left: 3%;
    padding-right: 3%;
    border-radius: 15%;
}

#faq-content p {
    text-align: justify;
    margin-left: 5%;
    margin-right: 5%;
}