@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

body {
  -webkit-font-smoothing: antialiased;
}

@media only screen and (max-width: 1024px) {
    html {
      font-size: 12px;
    }
  }


.navbar .navbar-brand {
    font-weight: 600;
    color: #90A955;
}

.navbar .navbar-brand:hover {
    color: #90A955;
}

.navbar .nav-link {
    color: #3D6D37;
}

.navbar .active {
    color: #3D6D37 !important;
    font-weight: 400;
}

.home-page {
    background-color: #3D6D37;
    padding-bottom: 70px;
    padding-top: 50px;
}

.home-page-landing {
    font-family: "Poppins", sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 70%;
}

.home-page-landing-main-title {
    color: #ECF39E;
    font-size: 2.7rem;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1;
    margin: 15px 0;
}
.home-page-landing-sub-title-1 {
    color: #FFFF;
    font-size: 2rem;
    font-weight: 400;
}

.home-page-landing-sub-title {
    color: #FFFF;
    font-size: 1.2rem;
    font-weight: 200;
}

.home-page-landing-btns {
    margin-top: 30px;
}

.home-page-landing-btns .btn-light{
    margin-right: 10px;    
}

.unity-haven-label {
    font-weight: 600;
    color: #90A955;
}



/* =========================== FEATURED SECTION =========================== */
.featured-sections {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.landing-title {
    color: #4F772D;
    font-size: 2rem;
    font-weight: 500;
    margin-top: 30px;
}

.landing-title-bottom-line {
    border-bottom: #ECF39E solid 5px;
    width: 70px;
    margin-left: 2px;
    margin-top: 9px;
    margin-bottom: 20px;
}

.featured-cards { 
    display: flex;
}


/* =========================== ABOUT US =========================== */

.about-us {
    background-color: #90A955;
    margin-top: 80px;
}

.about-us .landing-title {
    color: #ECF39E;
}

.about-us .landing-title-bottom-line {
    border-bottom: #4F772D solid 5px;
}

.about-items {
    display: flex;
    height: 50vh;
}

.about-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.about-item-title {
    font-size: 3rem;
    font-weight: 700;
    color: #ECF39E;
}

.about-item-body {
    font-weight: 500;
    font-size: 1.5rem;
    text-align: center;
    color: #FFFF;
}

/* =========================== FORUM =========================== */


.forum-content-title {
    letter-spacing: 5px;
}

.forum-content-sub-title {
    color: #ECF39E;
    font-size: 2.5rem;
    font-weight: 700;
    text-shadow: 2px 2px #132A13;
}

.forum-content-sub-title-2 {
    margin-top: 30px;
    color: #90A955;
    font-size: 2rem;
    font-weight: 700;
}


.forum-content-list-item {
    margin-top: 10px;
    color: #132A13;
    font-size: 1.5rem;
    font-weight: 300;
    display: flex;
    align-items: center;
}

.forum-content-list-item img {
    margin-right: 10px;
    height: 30px;
}


.forum-content-wrapper {
    display: flex;
    margin-bottom: 20px;
}

.forum-content-image {
    background-image: url("assets/forums.jpg");
    background-size: cover;
    width: 300px;
    height: 300px;
    margin-right: 50px;
}


/* =========================== SHARE YOUR STORY =========================== */

.share {
    background-color: #3D6D37;
    margin-top: 80px;
}

.share .landing-title {
    color: #ECF39E;
}

.share .landing-title-bottom-line {
    border-bottom: #FFFF solid 5px;
}

.share-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 50px;
}

.share-title-1 {
    padding-top: 30px;
    color: #FFFF;
    font-weight: 900;
    font-size: 3rem;
}

.share-title-2 {
    color: #FFFF;
    font-weight: 200;
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 30px;
}


.events-wrapper {
    margin-bottom: 50px;
}
.events-year {
    font-size: 2rem;
    font-weight: 500;
    color: #90A955;
    width: 100%;
    text-align: center;
    border-bottom: #90A955 solid 1px;
    margin-bottom: 20px;
}

.card-date {
    background-color:#132A13 ;
    height: 100%;
    padding: 15px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 0.9;
}

.date-row {
    display: flex;
    justify-content: flex-start;
}

.events-wrapper .card-body {
    display: flex;
    align-items: center;
    height: 100%;
    color: #132A13;
}

.card-date-day {
    color: #FFFF;
    font-size: 4.5rem;
    font-weight: 500;
}

.card-date-month {
    color: #FFFF;
    font-size: 1.5rem;
    font-weight: 300;
}


/* =========================== FOOTER =========================== */

.footer {
    margin-top: 50px;
    padding-top: 20px;
    background-color: #132A13;
}


.footer-items {
    color: #FFFF;
    padding: 20px;
}

.footer-item-title {
    font-weight: 500;
    font-size: 0.9rem;
    margin-bottom: 8px;
}

.footer-item {
    font-weight: 200;
    margin-bottom: 5px;
    font-size: 0.8rem;
    cursor: pointer;
}

.footer-copyright {
    color: #FFFF;
    font-weight: 200;
    margin-bottom: 5px;
    font-size: 0.8rem;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 10px;
    margin: 0;
}