@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");

* {
    font-family: "Poppins", sans-serif;
}

/* On screens that are 768px or less, set the background color to blue */
@media screen and (max-width: 768px) {
    .navbar {
        /* background-color: transparent; */
        z-index: 4;
        background-color: #212529 !important;
    }
}

/**************** Heaeder *********************/

.navbar {
    background-color: transparent;
    z-index: 4;
}

.navbar-collapse {
    display: flex;
    justify-content: space-around;
}

.navbar .nav-item .nav-link {
    color: #fafafa;
    font-weight: lighter;
}

header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 48%;
    width: 100%;
    background-color: black;
    opacity: 0.1;
    /* z-index: 1; */
}

header .navbar {
    position: absolute;
    width: 100%;
    z-index: 4;
}

header {
    background-image: url("../../assets/images/Mr. Kituku_Melia3.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 40vh;
    min-height: 20rem;
}

header .container {
    position: relative;
    z-index: 2;
}

.jumbotron {
    position: relative;
    padding: 10rem 2rem 0 2rem;
    z-index: 2;
    /* margin-top: 5rem; */
}

.nav {
    background-color: #fafafa;
    position: relative;
    z-index: 5;
}

/*********** News & Announcements ***********/
.parallax-container {
    background-image: url("./assets/images/wilderness.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

.table,
.news_announcement {
    border: 5px solid #537d23;
}

.table-responsive {
    height: 15rem;
    overflow-y: hidden;
}

.table tbody tr {
    cursor: pointer;
}

.table,
.news_announcement {
    border: 5px solid #537d23;
}

table {
    width: 100%;
    color: black !important;
}

td {
    color: black !important;
}

.announcements .section {
    position: relative;
    z-index: 4;
}

.announcements h2,
.partners h2 {
    color: #5d8220 !important;
}

.news_article,
.news_title {
    margin-top: -2rem !important;
}

.news_title {
    color: #c55929 !important;
}

.news_date {
    color: #537d23 !important;
}

.owl-carousel .owl-item img {
    display: block;
    width: 70% !important;
}
.check-icon {
    margin-right: 1rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff !important;
    background-color: #64ab5e !important;
}
.me-3 {
    margin-right: 1rem !important;
}

.tab-link {
    color: #000 !important;
    width: 170px !important;
    /* padding-right: 30px !important;
    padding-left: 30px !important; */
}
