body {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

.navbar {
    background-color: #4B6B47;
    width: 100%;
}

.navbar-brand {
    color: #fff;
}

.navbar-brand img {
    height: 50px;
    margin-right: 20px;
}

.navbar-toggler {
    color: #fff;
}

.jumbotron {
    background-image: url('../img/kittycat.jpg');
    background-size: cover;
    background-position: center;
    height: 50vh;
    display: flex;
    flex-direction: column-reverse;
    z-index: 0;
}

.jumbotron button {
    padding: 10px;
    margin: 15px;
    font-size: 20px;
}

.emojis {
    font-size: 32px;
}

.text-section {
    background-image: url('../img/leaf.jpg');
    color: #fff;
    text-align: center;
    padding: 50px 0;
}

.baby-plant-header {
    padding: 2.5rem;
    color: #4B6B47;
    font-size: 32px;
}

.carousel-custom-text {
    position: absolute;
    top: 0;
    color: green;
}

.mission-para {
    max-width: 600px;
    margin-top: 45px;
}

.card-header h3 {
    color: #4B6B47;
}

.page-title {
    text-align: center;
    padding: 2%;
    color: #4B6B47;
}

.shop-price {
    font-size: 30px;
    color: #4B6B47;
}

.checkout-img-sm {
    width: 70%;
}

.checkout-img-md {
    height: 80%;
    width: 80%;
}

.e-blast {
    font-size: 20px;
    padding: 1%;
    color: #4B6B47;
}