body{
    background: rgb(230, 230, 230);
}
.bg-primary{
    background: #4AA02C !important;
}
/* Start Navbar Section */
.navbar-brand{
    font-size: 22px;
    padding: 0px;
    font-weight: bold;
    margin: 0px 10px 0px 15px
}
.navbar{
    padding: 0px;
}
.navbar-expand-lg .navbar-nav .nav-link{
    padding:8px 10px;
    font-weight: 600;
}
.navbar-dark .navbar-nav .active>.nav-link, 
.navbar-dark .navbar-nav .nav-link.active, 
.navbar-dark .navbar-nav .nav-link.show, 
.navbar-dark .navbar-nav .show>.nav-link{

    background: white;
    color: #4AA02C;
    border-bottom: 5px solid white;  
}
.navbar-dark .navbar-nav .nav-link{
    color: white;
    height: 60px;
    padding-top: 16px;
}
.navbar-dark .navbar-nav .nav-link:focus, 
.navbar-dark .navbar-nav .nav-link:hover{
  background: white;
  color: #4AA02C;
  border-bottom: 5px solid rgba(125,125,125,.6);  
}
.navbar .nav-item .dropdown-menu{
    border: none;
    border-radius: 0px;
    margin: 0px;
    padding: 0px;
}

.navbar .nav-item .dropdown-menu .dropdown-item:focus,
.navbar .nav-item .dropdown-menu .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    color: white;
    background-color: #4AA02C;
}
.navbar-height{
    background: #007bff;
    height: 45px;
}
#search .form-group{
    position: relative;
    margin-bottom: 30px;
}
#search .form-group input{
    padding-left: 65px;
    max-width: 500px;
}
#search #button{
    position: absolute;
    background-color: #4AA02C;
    font-size: 26px;
    color: white;
    top: 0px;
    left: 0px;
    width: 60px;
    height: 48px;
    border: none;
    border-radius: 5px 0px 0px 5px;
}
#search #button:hover,
#search #button:focus{
    border: 2px solid white;
    color: white;
}
#search button:focus {
    outline: none;
}
 

/* End Navbar Section */

/*Start main background image*/
#bg-image{
    background: url('../img/bg.jpg');
    background-size: 100% 100%;
    height: 420px;
}
#bg-image h3{
    min-width: 200px;
    text-align: center;
    color: #4AA02C ;
    background: rgba(248, 249, 250,.75);
    padding: 20px 15px;
    border-radius: 30px 5px;
    text-transform: uppercase;
    /*opacity: .7;*/
}

/*End main background image*/

/*Start #table-season section*/
#second-navbar div a{
    border: none;
    border-radius: 0;
    padding: 15px 20px;
    color: #4AA02C ;
    margin: -3px;
    font-weight: 600;
    font-size: 18px;
    min-width: 190px;
}
.card-img-top{
    max-height: 350px;
}
#fruits-vegetables,
#herbs,
#land{
    margin: 30px 0px;
}
#home{
    text-align: center;
    min-height: 400px;
    padding: 30px 0px ;
}
#home .row a{
    color: #016e25 ;
    font-size: 18px;
    font-weight: 700;
}
#home .row a:hover{
    text-decoration: none;
}

#fruits-vegetables img,
#herbs img,
#home img{
    display: block;
    max-width: 100%;
    width: 300px;
    height: 200px;
    margin: 8px auto;
}
#home .myhomepage img{
    width: 500px;
    height: 300px;
}
#land img{
    display: block;
    max-width: 100%;
    width: 500px;
    height: 350px;
    margin: 8px auto;
} 

#fruits-vegetables .row .col-xs-12:hover,
#herbs  .col-xs-12:hover,
#home .myhomepage  .col-sm-12:hover,
#land  .col-xs-12:hover{
        cursor: pointer;
    color: #254117;
    transform: translate(0px, -18px);
    z-index: 1000;
    background: white;
    border-radius: 5px;
    color: #016e25;
    font-size: 18px; 
    font-weight: 500; 
}

#fruits-vegetables p,
#herbs p{

    margin-top: 5px ;
    text-align: center;
    text-transform: capitalize;
}


#table-season{
    margin-top: 30px ;
    padding-bottom: 30px;
    background: rgb(230, 230, 230);
}
#table-season .fresh-header{
    text-align: center;
    background: #4AA02C;
    padding: 7px 0px;
    margin-bottom: 15px;
    color: white;
}
#table-season table{
    background: #cfdbe1 ;
    border: 3px solid white;
}
#table-season .table th{
    background-color: #016e25;
    color: #fff;
    text-align: center;
    padding: 10px 2px;
    font-weight: bold;

}

#table-season .table td, .table th{
    border: 2px solid white;

}
#table-season  tbody td:first-child{
    background: #cfdbe1 ;
    color: #016e25;
    font-weight:500;
    padding: 10px 3px;
}

.color1{
    background: #4AA02C;
}
.color2{
    background: #3EA055
}
.color3{
    background: #85BB65
}
.color4{
    background: #254117
}
.color5 {
    background-color: #6AA121;
}
.color6 {
    background-color: #306754;
}

#table-season .subTitle{
    background: #016e25 !important;
    color: white !important;
    font-weight: 700 !important;
    font-size: 18px !important;
}
/*End #table-season section*/

/*Start post section*/
#post-section{
    padding: 22px 0px 50px 0px
}
#post-section .title{
    font-size: 26px !important;
}
#post-section .subtitle{
    margin-left: 12px;
}
#post-section .row *{
    padding: 0;
    margin: 0;
}
#post-section .card{
    margin: 10px;
    color: #016e25;
    background: white;
    padding: 15px 10px;
    /*border: 3px groove #f8f9fa;*/
    border-radius: 50px;
    min-height: 90px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
#post-section .card1{
    /* height: 310px; */
    text-align: justify;
    padding: 25px 18px;
    border-radius: 25px;
}
#post-section .row h4{
    text-align: center;
    padding-top: 8px;
    font-size: 32px;
    font-weight: 800
}

/*End post section*/


/* Start footer section */
#footer{
    padding-top: 20px;
    background: #016e25 !important;
}
#footer  iframe{
    width: 100%;
    height: 350px;

}
#footer .map{
    padding: 2px; 
    background: white; 
    margin-top: 15px;
    margin-bottom: 30px;
}
#contact-us h6{
    margin-bottom: 10px; 
}
#contact-us .p-one{
    font-size: 15px;
    margin: 2px;
    color: rgba(255,255,255,.7);
    overflow-wrap: break-word;
}
#contact-us .p-two{
    margin: 2px 0px;
    color: rgba(255,255,255,.85);
    font-weight: 500;
    font-size: 15px;
}
#contact-us{
    margin-bottom: 15px;
}
#contact-us .fa{
    width: 40px;
    height: 40px;
    font-size: 20px;
    padding: 10px;
    font-weight: 100 !important;
    color: darkslategray;
    background-color: rgba(236,236,236,1);
    border-radius: 50%;
    margin: 7px 4px 3px 2px;
}
#contact-us .phone{
    margin-bottom: 30px;
}
#contact-us .fa-facebook{
    padding:10px 15px ;
}
#contact-us .fa-whatsapp{
    padding-left: 12px;
}
#contact-us .fa:hover{
    transform: rotate(360deg);
    transition: all 1s; 
}
#contact-us .email{
    margin-top: 20px !important;
    margin-bottom: 40px !important;
}
.copyrights{
    border-top: 1px solid #e0e5e6; 
    color: #e0e5e6;
    font-weight: 300;
    font-size: 14px;
    min-height: 30px;
    padding: 10px 10px 20px;
    margin: 20px 0px 0px 0px;
    text-align: center;
}
/* End footer section */

/* start contact me*/
#footer .footer .container{
    padding-top: 15px;
    padding-bottom: 30px;
}
#footer .footer *{
    color: #016e25 ;
    background: white;
}
#footer .footer .form input[type="submit"]{
    background: #016e25 !important;
    color: white;
} 
#footer .footer form{
    padding: 60px 5px 20px;
}
/* end contact me*/

/* Start about section */
#about{
    background: white;
    padding: 25px 5px 40px;
}
#about h5{
    font-size: 26px;
    color: green;
    text-transform: capitalize;
}
#about .content div{
    margin: 20px 5px;
    padding: 15px 5px 15px 10px;
    background: rgb(197, 211, 197);
    border-radius: 15px;
    border: 3px groove green;
}
#about li{
    list-style-type: square;
    font-weight: 600;
    padding-top: 2px;
    font-size: 18px;
}
/* End about section */
.lang{
    font-size: 16px;
    font-weight: 400;
}
#facebook-link{
    color: white;
    text-decoration: none;
}
.mymadol-content{
    display: none;
}
.card-body h6{
    display: inline-block;
    margin-top: 15px;
}
.card-season h5{
    background: green;
    display: inline-block;
    padding: 10px;
    color: white;
    border: 1px solid grey;
    border-radius: 7px;
    width: 80px;
    text-align: center;
}
#second-navbar{
    min-height: 51px;
}