html {
    font-size: 62.5%;
    height: 100%;
}
html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
}
body {
    font-family: "Montserrat", sans-serif;
    font-size: 1.4rem;
    font-weight: 300;
    background-color: #00084d;
    background-image: url("../images/main-background.svg");
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: scroll;
    line-height: 1.6;
}
img,
svg {
    width: 100%;
}
a {
    color: rgba(205, 166, 1, 1);
    text-decoration: none;
}
.pageSection {
    height: 100vh;
    overflow-y: scroll;
}
.scrollContent {
    max-height: 600px;
    overflow-y: scroll;
}
.text_primary {
    color: rgba(205, 166, 1, 1);
}

img.logo {
    width: 100%;
    max-width: 550px;
}
.jamii_logo img {
    width: 100%;
    max-width: 350px;
}
.headerTitle h4 {
    font-size: 5rem;
    font-weight: 300;
}
.headerTitle h5 {
    font-size: 4rem;
    font-weight: 600;
}
.headerTitle h4 span {
    color: rgba(205, 166, 1, 1);
}

a.back_button {
    text-decoration: none;
}
.back_button {
    max-width: 150px;
}
.back_button p {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: rgba(205, 166, 1, 1);
    margin-left: 10px;
}
.back_button img {
    width: 50px;
}
.gradient_border {
    border: 12px solid transparent;
    border-image: linear-gradient(
        89deg,
        #c8a837 0%,
        #c8a837 0%,
        rgba(203, 23, 41, 0) 52%,
        #695d39 100%
    );
    border-image-slice: 1;
    border-radius: 0px;
    padding: 20px 10px;
    box-sizing: border-box;
    width: 100%;
}
.gradient_border:hover {
    border: 12px solid transparent;
    border-image: linear-gradient(
        89deg,
        #695d39 0%,
        #695d39 0%,
        rgba(203, 23, 41, 0) 52%,
        #c8a837 100%
    );
    border-image-slice: 1;
    border-radius: 0px;
    padding: 20px 10px;
    box-sizing: border-box;
}
.gradient_line {
    height: 15px;
    background: linear-gradient(
        90deg,
        rgba(105, 93, 57, 0) 0%,
        rgba(200, 168, 55, 1) 50%,
        rgba(105, 93, 57, 0) 100%
    );
}
.navItem_link {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    line-height: 1.2;
    min-height: 80px;
}
.item_text_primary {
    font-size: 3.5rem;
}
.item_text_secondary {
    font-size: 4rem;
    font-weight: 500;
}
@media (max-width: 768px) {
    .navItem_link {
        min-height: 70px;
    }
    .item_text_primary {
        font-size: 2rem;
    }
    .item_text_secondary {
        font-size: 3rem;
        font-weight: 500;
    }
}
.social_icons {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.social_icons a {
    display: block;
}
.social_icons img {
    width: 100%;
    min-width: 40px;
    max-width: 40px;
}

.about_icons a {
    display: block;
}
.about_icons a:first-child img {
    max-width: 130px;
}
.about_icons img {
    max-width: 80px;
}

.program-title h5 {
    margin: 0;
    padding: 0;
    font-size: 2.5rem;
    font-weight: 600;
    color: rgba(205, 166, 1, 1);
}
.program-title p {
    font-size: 2rem;
    color: #fff;
}

.winner-story-response {
    font-size: 20px;
    font-weight: 400;
    line-height: 35px;
    text-align: left;
}
.winner-story-response a {
    text-decoration: none;
    color: rgba(205, 166, 1, 1);
}
.winner-story-list {
    text-decoration: none;
    color: #000;
}

.winner-story-list {
    background-color: #fff;
    border-radius: 8px;
    padding: 20px;
}
.winner-story-list img {
    width: 100%;
    height: 100px;
    max-width: 100px;
}

.govt-award {
    padding: 40px;
}

.govt-award-list {
    background-color: #fff;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 100px;
}
.govt-award-list h2 {
    margin-bottom: 10px !important;
}
.govt-award-list img {
    margin-top: -70px;
    width: 100%;
    min-width: 80px;
    max-width: 110px;
    margin-left: -40px;
}
.govt-award-list h2 {
    font-size: 3rem;
    color: #000;
    margin: 0px;
    font-weight: 700;
}

.govt-award-list p {
    font-size: 2rem;
    color: #101010;
    margin: 0px;
    line-height: 1.2;
}
