@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@700&display=swap');
body {
    display: block;
    overflow-x: hidden;
}

/* Styling for Navbar */

nav {
    background-color: rgb(255, 255, 255);
}

.navbar-brand img, footer img.logo {
    max-width: 120px;
}

.navbar-brand {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 900;
    color: rgb(0, 133, 34);
}

nav ul li a {
    color: rgb(11, 12, 12);
    font-size: 16px;
    margin: auto 10px;
}

.nav-link{
    color: rgb(11, 12, 12) !important;
}

nav ul li a:hover {
    color: rgb(0, 48, 120);
}

/* Section generics */

section {
    padding-top: 50px;
    padding-bottom: 50px;
}

/* Styling for Hero Section */


#hero {
    
    padding-bottom: 10px;
    background: rgb(0, 133, 34);
border-bottom: 10px solid rgb(158,220,142)



}

#hero .img-col {
    justify-content: flex-end;
    margin-top: 100px;
}

#hero img {
    max-width: 130% !important;
    width: 130%;
}

.hero__title {
    display: block;
    color: rgb(255, 255, 255);
    font-size: 48px;
    margin-bottom: 50px;
}

.hero__content .breadcrumb-item,.hero__content .breadcrumb-item a, .hero__content p  {color: rgb(255,255,255) !important}

/* Members Grid */

.members-grid .card {
    min-height: 150px;
}

.members-grid .card img {
    max-width: 75%
}

/* Other core styles */

h1, h2, h3, h4, h5, h6 {
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    
}

h1, h2 {margin-bottom: 20px;}

h2 {
    font-size: 24px;
}

h3+p {margin-top: 15px;}

.bg-green {
    background-color: rgba(0, 133, 34, 0.1);
}

.bg-dark-green {
    background-color: rgb(0, 133, 34);
}

/* .bg-grey {
    background-color: rgb(213, 213, 213);
    color: rgb(23, 27, 31);
} */

.border-top-thick {border-top:10px solid rgb(0, 133, 34); }

.border-green { border: 5px solid rgb(0, 133, 34); }

.btn {margin-bottom: 25px;}

/* list-group */
.list-group > .list-group-item {
    padding: 1.25rem 1rem;    
}