.navbar .nav > li > a, .navbar .nav > li > a
.navbar .nav > li.current-menu-item > a
.navbar .nav > li.current-menu-ancestor > a {color: white;}
/* #2E7636*/
.navbar1 .navbar{background-color: green;}

.navbar1 .navbar-default .navbar-brand{color: black;}

.navbar1 .tab-panel{background-color: #000000; color: #000000}

.navbar1 .navbar-nav li a:hover,
.navbar1 .navbar-nav > .active > a
  {
    color: yellow !important;
    background-color:green !important;
    background-image: #fff !important;
  }







/* layout css */
.landing-wrapper {
    position: relative;
}

.landing-wrapper .landing-block {
    width: 100%;
    height: 93vh;
}

.landing-wrapper .background-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-row-gap: 0;
    overflow: hidden;
}

.landing-wrapper .background-content div {
    overflow: hidden;
}

.landing-wrapper .background-content img {
    object-fit: cover;
    object-position: 50% 10%;
    width: 100%;
    max-height: 100%;
}

.landing-wrapper .foreground-content {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    z-index: 1;
}

.landing-wrapper .foreground-content .foreground-text {
    width: 50%;
    box-sizing: content-box;
    padding: 1em;
    background-color: white;
    text-align: center;
    border-radius: 6px;
}
