/* Bootstrap Footer */
.b-example-divider {
    height: 3rem;
    background-color: rgba(127, 67, 246, 0.1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
  }
  
  .bi {
    vertical-align: -.125em;
    fill: currentColor;
  }

/* Gemking Farms Custom Colors for Navbar */

/* Override Bootstrap Menu default Colors */

.navbar-light .navbar-nav .nav-item .nav-link {
    color: #4C0099;
    font-size: 16px;
    font-weight: 600;
}
/* TODO:  Need consolidate if needed */

/* Hover over menu items */
a:hover {
    background-color: #CEBDF5;
}

.dropdown .dropdown-menu .dropdown-item:active, 
.dropdown .dropdown-menu .dropdown-item:hover{
    background-color: #CEBDF5 !important;
}

.dropdown-menu a{
    color: #4C0099 !important;
}

/* Sizing Carousel SVG icons (NOT TESTED)
svg.bi.bi-icon-sm {
    height: 8px !important;
    width: 8px !important;
}

svg.bi.bi-icon-xl {
    height: 16px !important;
    width: 16px !important;
}
*/

/* Gemking Farms Footer */
.footer-link h4{
    color:#4C0099;
    font-size: 22px;
    text-decoration: underline solid#b0b435;
    text-decoration-thickness: 5px;
}

.footer-link li{
    color:#4C0099;
    font-size: 16px;
    font-weight: 600;
}

/*------------------------------------------------------------------ Copyright -------------------------------------------------------------------*/
.footer-copyright{
    background: #060606;
    padding: 20px 0px;
    position: relative;
}
.footer-copyright p {
    text-align: center;
    color: #ffffff;
    font-size: 16px;
}
.footer-copyright p a{
    color: #ffffff;
}
.footer-copyright p a:hover{
    color: #CEBDF5;
    background-color: black;
}

/*--- About and some of this is common to other pages ---*/
.title-box{
    /*background: url("/static/images/flower-asters-banner.jpg") no-repeat center center;*/
    background: url("/static/images/butterfly-banner.jpeg") no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
    color:#ffffff;
    background-attachment: fixed;
    padding: 70px 0px;
    position: relative;
}

/* featurette-divider changes from bootstrap/carousel.css */
/* use with <hr> if you want a dividing line. Use with <p> if you want the space */
.featurette-divider {
    margin: 5rem 0;
    margin-top: 1rem;
    margin-right: 0px;
    margin-bottom: 1rem;
    margin-left: 0px;
}

/*------------------------------------------------------------------ Products -------------------------------------------------------------------*/
.title-all{
    margin-bottom: 30px;
}
.title-all h1{
    font-size: 32px;
    font-weight: 700;
    /*color: #000000;*/
    color: #4C0099
}
.title-all p{
    color: #999999;
    font-size: 16px;
}

