html, body {
    max-width: 100%;!important;
    overflow-x: hidden;!important;
}
body {
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #191919;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    background-image: url("/public/images/dirt.png");
}
.navbarImage
{

    background-image: url("/public/images/grass.png");
}
.navbar {
    padding: 0;



}

#navigation,.navbar .navbar-default{

}

.justify-content-center {
    justify-content: center !important;
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

.navbar li {
    position: relative;
}

.navbar a, .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: "Nunito", sans-serif;
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
    transition: 0.3s;
}

.navbar a i, .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;

}

.navbar-light .navbar-nav .nav-link {
    color: rgb(0, 0, 0);
}

.dropdown a {
    color: rgb(0, 0, 0);
}

.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
    color: green;
}

.navbar .getstarted, .navbar .getstarted:focus {
    background: rgba(0, 0, 0, .7);
    padding: 8px 20px;
    margin-left: 30px;
    border-radius: 4px;
    color: rgb(0, 0, 0);
}

.navbar .getstarted:hover, .navbar .getstarted:focus:hover {
    color: rgb(0, 0, 0);
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 4px;
}

.navbar .dropdown .ul2 {
    display: block;
    position: absolute;
    left: -140px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 4px;
}

.navbar .dropdown ul li {
    min-width: 200px;
}

.navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    font-weight: 600;

}

.navbar .dropdown ul a i {
    font-size: 12px;
}

.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
    color: rgb(0, 92, 0);
}

.navbar .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;

}




.nav-link:hover {
    color: green !important;

}

.navbar a {
    color: rgba(0, 0, 0);
    text-decoration: none;
}

.navbar a:hover {
    color: green !important;
    text-decoration: none;
}
.font_text1{
    font-size: 650%;
}
@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover > ul {
        left: -100%;
    }
}


@media (max-width: 968px) {
    .font_text1{
        font-size: 350%;
    }
    .display-4 {
                font-size: calc(0.475rem + 2.7vw);
        font-weight: 300;
        line-height: 1.2;
    }
    .display-3 {
        font-size: calc(0.525rem + 3.3vw);
        font-weight: 300;
        line-height: 1.2;
    }
}
@media (max-width: 768px) {

    .font_text1{
        font-size: 350%;
        text-align: center!important;
    }
}
@media (max-width: 1100px) {
    .font_text1{
        font-size: 350%;
    }
}

@media (min-width: 1200px){
    .display-4 {
        font-size: 2.5rem;!important;
    }

        .display-3 {
            font-size: 3rem;!important;
        }
}



@media (max-width: 600px) {
    .navbar a, .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-family: "Nunito", sans-serif;
        font-size: 26px;
        font-weight: 700;
        white-space: nowrap;
        transition: 0.3s;
    }

}