.ecoEarth {
    height: 60px;
    width: 60px;
}
.title {
    display: inline;
    margin-top: 0px;
    padding-top: 0px;
    background: linear-gradient(to right, #294B29, #65B741 );
    font-family: 'Black Ops One';
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.top {
    margin:auto;
    width: 50%;
    padding: 10px;
    text-align: center;
    background-color: #163020;
    border-radius: 10px;
    border: 5px solid green;
}
.mid {
    background-color: #4b4537;
    margin: auto;
    margin-top: 20px;
    width: 1500px;
    height: 440px;
    border-radius: 5px;
    text-align: center;
    font-size: 20px;
    
}
.image {
    width: 30px;
    height: 30px;
    display: inline;
    
}
body {
    margin: 0px 0px 0px 0px;
    background-color: #163020;

}

h2 {
    text-align: center;
    background: linear-gradient(to right, #65B741, #294B29);
    font-family: 'Black Ops One';
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

p {
    font-family: 'Single Day';
    color: white;
}
.btn-txt{
    font-family: 'MedievalSharp', cursive;
    color: white;
}
#background-video {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.btn {
    width: 100px;
    height: 40px;
    border-radius: 10px;
    background-color: green;
    
}
#navitem {
    display: inline-block;
    list-style-type: none;
}

label {
    background-color: #DCFFB7;
    border-radius: 5px;
    height: 30px;
    padding-top: 2px;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
}

.carousel-indicators {
    margin-top: 20rem;
    padding-top: 40rem;
}

#carouselExampleIndicators {
    width: 100%;
    height: 80%;
}
ul {
    list-style-type: none;
}