 #fullPage {
        background-color: rgb(240, 248, 240);
        width: 1440px;
        height: 6000px;
        margin: auto;
    }
    #topSmallBar {
        background-color: #d2dbd1;
        width: 1440px;
        height: 20px;
        padding: 20px 20px 10px 20px;
    }
    #miniBar{
        background-color: transparent;
        width: 600px;
        height: 20px;
        margin: auto;
    }
    #menuBar{
        background-color: transparent;
        width: 480px;
        height: 50px;
        float: left;
    }
    #afterMenuBar{
        background-color: transparent;
        width: 1440px;
        height: 700px;
        margin: auto;
        float: left;
    }
    #middleOne{
        background-color: transparent;
        width: 1440px;
        height: 100px;
        float: left;
    }
    #childMiddleOne{
        background-color: transparent;
        width: 460px;
        height: 30px;
        float: left;
    }
    #childMiddleHalf{
        background-color: transparent;
        width: 430px;
        height: 30px;
        margin: auto;
        float: left;
    }
    #middleTwo{
        background-color: rgb(216, 252, 213);
        width: 1440px;
        height: 400px;
        float: left;
    }
    #middleTwoOne{
        background-color: transparent;
        width: 300px;
        height: 400px;
        float: left;
        margin-right: 80px;
    }
    #forSmallText{
        background-color: transparent;
        width: 150px;
        height: 30px;
        float: left;
        margin: 110px 0 0 30px;
    }
    #forBigText{
        background-color: transparent;
        width: 230px;
        height: 70px;
        float: left;
        margin-left: 60px;
    }
    #forSmallTextTwo{
        background-color: rgb(91, 199, 19);
        width: 150px;
        height: 30px;
        float: left;
        margin: 0 0 0 30px;
    }
    #middleTwoTwo{
        background-color: rgb(92, 158, 92);
        width: 200px;
        height: 320px;
        float: left;
        margin: 30px 20px 20px 0;
    }
    #thoughts{
        background-color: transparent;
        width: 1440px;
        height: 500px;
        float: left;
    }
    
    #thoughtsOne{
        background-color: transparent;
        width: 940px;
        height: 500px;
        float: left;
    }
    
    #thoughtsTwo{
        background-color: transparent;
        width: 450px;
        height: 500px;
        float: left;
        margin-left: 50px;
    }
    #review{
        background-color: transparent;
        width: 1440px;
        height: 700px;
        float: left;
    }
    #empty{
        background-color: transparent;
        width: 1440px;
        height: 100px;
        float: left;
    }











    /* DropDown start */
            .navgBar{
              color: chocolate;
              display: flex;
            }
            .navgBar a, .dropbttn{
              color: rgb(11, 56, 6);
              padding: 10px;
              text-decoration: none;
              display: block;
            }
            .dropdown{
              position: relative;
            }
            .dropdown-content{
              position: absolute;
              top: 100%;
              left: 0;
              background-color: rgb(10, 119, 37);
              min-width: 170px;
              opacity: 0;
              transform: translateY(10px);
              transition: all 0.3s ease;
            }

            /* DropDown End */

            .dropdown-content a:hover{
              background-color: rgb(185, 228, 176);
            }
            .dropdown:hover .dropdown-content{
              opacity: 1;
              transform: translateY(0);
              visibility: visible;
            }






    .topText{
        color: rgb(15, 77, 7);
        font-size: large;
        margin: 20px 10px 0 50px;
        }
    .mediumText{
        color: rgb(15, 77, 7);
        font-size:large;
        padding: 10px 0 0 20px;
        }
    .miniText{
        color: rgb(15, 77, 7);
        font-size: medium;
        padding-left: 50px;
        }
    .bigText{
        color: rgb(15, 77, 7);
        font-size: xx-large;
        padding-left: 50px;
    }
    .bestSellers{
        color: rgb(15, 77, 7);
        font-size: small;
        text-decoration: underline;
        padding-left: 50px;
    }
    .footerText{
        color: rgb(15, 77, 7);
        font-size:large;
        padding: 50px 0 0 70px;
        }
    #footerOne{
        background-color: white;
        width: 1440px;
        height: 100px;
        float: left;
    }
    #footerOne1{
        background-color: white;
        width: 720px;
        height: 100px;
        float: left;
    }
    #footerOne1-2{
        background-color: white;
        width: 720px;
        height: 50px;
        float: left;
    }
    #footerOne1-3{
        background-color: white;
        width: 720px;
        height: 50px;
        float: left;
    }
    #footerOne2{
        background-color: white;
        width: 720px;
        height: 100px;
        float: left;
    }
    #footerTwo{
        background-color: transparent;
        width: 1440px;
        height: 200px;
        float: left;
    }
    #footerThree{
        background-color: transparent;
        width: 290px;
        height: 200px;
        float: left;
    }
    #lastBar{
        background-color: transparent;
        width: 1440px;
        height: 30px;
        float: left;
        margin-top: 40px;
    }









.subscribe-box{
    display:flex;
    gap:0px;

    max-width:900px;
    margin:auto;
    }

.subscribe-box input{
    flex:1;

    height:60px;

    border:none;

    padding:0 20px;

    font-size:16px;

    background:white;

    outline:none;
    }

.subscribe-box button{
    width:200px;

    border:none;

    background:#4C6243;

    color:white;

    font-weight:600;

    letter-spacing:2px;

    cursor:pointer;

    transition:0.3s;
    }

.subscribe-box button:hover{
    background:#3d5136;
    }

