.navbar-default {
    background-color: #6b9e1f;
    /*background-color: #369e1f;*/
}

/*.navbar-default .navbar-nav > li > a {*/
/*    color: white;*/
/*    font-size: 25px;*/
/*}*/

.navbar-default .navbar-nav {
    font-size: 35px;
    list-style: none; /* This removes the bullet points */
    display: flex; /* This arranges the items in line */
    justify-content: space-around; /* This distributes the remaining space around the elements */
    align-items: center; /* This centers the items vertically */
    padding: 0; /* This removes any padding that might misalign your items */
}

.navbar-default .navbar-nav > li {
    margin: 0 20px; /* Add your desired space between the elements */
}

.navbar-default .navbar-nav > li > a {
    color: white;
}

.fluid-top {
    background: #cccccc;
}

.fluid-middle .row {
    padding: 0px;
    padding-bottom: 60px;
    background: white;
}

.inside {
    padding-left: 5%;
}

.content_main .row{
    background: #ff8981;
}

.fluid-bottom .footer .copyright {
    font-size: 20px;

}

.fluid-bottom {
    font-size: 14px;
    padding: 10px;
    text-align: center;
    background: #cccccc;
}

.under_construction {
    font-size: 20px;
    padding: 10px;
    text-align: center;
    background: #cb81ff;
}
.hero {
    font-size: 18px;
}

.page-header {
    background: white;
}

.bold {
    color: #332aff;
    font-size: 24px;
}
