* {
    font-family: Open Sans, sans-serif;
    margin: 0.01px;
    overflow-x: none;
    max-width: 100%;
}

@media (prefers-color-scheme: dark) {
    body {
        background: #fff;
    }
}
:root{
    color-scheme: light only;
}

#navbar {
    background-color: #DEDEDE;
    border-bottom: 1px solid #737373;
    overflow: hidden;
}

#navbarImg {
    float: left;
    width: 80px;
    height: 80px;
    padding: 1px 18px;
    margin-right: 20%;
}

#navbarImg:hover {
    transform: scale(1.05);
    transition: all ease-in-out 0.4s;
}

.navbar a {
    float: left;
    display: grid;
    color: #000;
    text-align: center;
    padding: 15px;
    text-decoration: none;
    font-size: 17px;
    text-transform: uppercase;
    border: 1px solid #DEDEDE;
    margin: 0px 8px;
    transition: .2s;
    width: 100px;
    font-weight: 700;
    line-height: 10px;
    white-space: nowrap;
}

.navbar .h5{
    width: 35px;
  height: 5px;
  background-color: black;
  margin: 6px 0;
}

.navbar a:hover {
    border: 1px solid #f4802d;
    color: #f4802d;
    overflow-wrap: normal;
}

.navbar .icon {
    display: none;
}

.navbar .active {
    color: #ff8c00;
    font-weight: 800;
    border-bottom: 4px solid #f4802d;
    margin: 0
}

@media screen and (max-width: 981px) {
    .navbar a:not(:first-child) {
        display: none;
    }

    .navbar a.icon {
        float: right;
        display: flex;
        position: sticky;
        font-size: 25px;
    }
}

@media screen and (max-width: 981px) {
    .navbar.responsive {
        position: relative;
        float: right;
    }

    .navbar.responsive .icon {
        float: right;
        position: relative;
        /* right: 0;
        left: 0;
        top: 0; */
    }

    .navbar.responsive a {
        float: none;
        display: block;
        text-align: left;
        left: 0;
        position: relative;
    }
}

#heading {
    color: #fff;
    text-align: center;
    font-size: 40px;
    /* font-weight: 500; */
    text-transform: uppercase;
    display: flow-root;
    padding: 8px;
    letter-spacing: 1px;
    border-bottom: 1px solid #a0a0a0;
    /* white-space: nowrap; */
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

/* Homepage Grid Items */
.grid_items {
    display: grid;
    justify-items: center;
}

img {
    object-fit: scale-down;
}

/* For larger screens */
@media only screen and (min-width: 981px) {
    .grid_items {
        grid-template-columns: 27% 27% 27%;
        grid-template-rows: 25% 25% 25% 25%;
        grid-column-gap: 6px;
        grid-row-gap: 20px;
        object-fit: scale-down;
        margin-top: 4vh;
        margin-left: auto;
        margin-right: auto;
        display: grid;
    }

    img {
        max-width: 280px;
        max-height: 75px;
        object-fit: contain;
        padding-top: 20px;
    }

    #table {
        align-items: left;
        align-content: center;
        justify-items: left;
        justify-content: space-evenly;
    }

    .show {
        display: flex;
    }
}

/* For smaller screens */
@media screen and (max-width: 981px) {
    .grid_items {
        object-fit: contain;
        grid-template-columns: 41% 41%;
        grid-template-rows: 14% 14% 14% 14% 14% 14%;
        grid-column-gap: 4vh;
        grid-row-gap: 3vh;
        padding-top: 10px;
        padding-left: 25px;
        width: 80%;
        display: flexbox;
        padding-bottom: 0px;
    }

    img {
        max-height: 120px;
        height: 110px;
        object-fit: scale-down;
        max-width: 480mm;
        display: block;
        margin: auto;
        width: 80%;
    }
}

/* Individual grid boxes on homepage */
#pad {
    Width: 95%;
    height: 85%;
    text-align: center;
    padding: 15px;
    align-content: center;
    border: 3px solid #ECEBEB;
    border-radius: 10px;
    box-shadow: 1px 1px 1px 0px rgb(194, 193, 193);
    margin-top: 10px;
    padding: 10px;
    background-color: #fff !important;
    font-size: 23px;
    font-weight: 800;
}

#pad:hover {
    transform: scale(1.03);
    border: 3px solid#f4802d;
    box-shadow: 0 0 10px #fa9542;
    cursor: pointer;
    transition: all ease-in-out 0.2s;
}


/* For smaller screens */
@media screen and (max-width: 981px) {
    #pad {
        font-size: 16px;
        font-weight: 600;
        white-space: nowrap;
    }

    #heading {
        font-size: 25px;
    }
}


#table {
    position: relative;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    bottom: 1;

}

.table a {
    display: block;
    text-decoration: none;
}

/* Benefits Page */
.words {
    line-height: 30px;
    margin-top: 2px;
    font-size: 20px;
    text-align: justify;
    font-weight: 400;
    font-size: auto;
    position: relative;
    margin: 2%;
}

/* for smaller screen */
@media (max-width: 981px) {
    .words {
        max-width: 100%;
        margin: 10%;
        position: relative;
        font-size: 15px;
        font-weight: 200;
    }
}

.links a {
    text-decoration: none;
    color: #f4802d;
    transition: .2s;
    font-weight: 600;
}

.links a:hover {
    text-decoration: underline;
}

/* Benefits Grid Items */
.navigator {
    display: grid;
    justify-items: center;
}

.navigatorLogo {
    width: 100%;
    height: 500px;
    background-color: #59AA4E;
    float: left;
    background-position: center;
    position: relative;
    display: grid;
    margin: 0;
}

.navigatorLogo img {
    position: relative;
    max-height: 450px;
    max-width: 500px;
    width: 450px;
    height: 500px;
    margin: auto;
    display: grid;
}

.sideContent {
    background: rgb(60, 73, 93);
    display: block;
    width: 100%;
    height: 500px;
    color: #fff;
    float: right;
    height: 500px;
    /* padding-top: 25px; */
    text-align: center;
    font-size: 20px;
    display: flexbox;
    position: relative;
}


/* For larger screens */
@media only screen and (min-width: 981px) {
    .navigator {
        grid-template-columns: 50% 50%;
        grid-template-rows: 50% 50%;
        object-fit: scale-down;
        display: grid;
    }
}

/* For smaller screens */
@media screen and (max-width: 981px) {
    .navigator {
        object-fit: contain;
        grid-template-columns: 100%;
        grid-template-rows: 40% 40%;
        /* padding-top:8px; */
        width: 100%;
        display: flexbox;
    }

    .navigatorLogo {
        height: fit-content;
        margin: 0;
    }

    .navigatorLogo img {
        position: relative;
        max-height: 400px;
        max-width: 300px;
        width: 350px;
        height: 250px;
        margin: auto;
        display: grid;
    }
}

h1 {
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    letter-spacing: 1px;
    margin: 0px;
    margin-top: 40px;
    text-decoration: underline;
}

h3 {
    font-size: 15px;
    font-weight: 400;
    display: block;
    margin: 0px;
}

/* For smaller screens */
@media screen and (max-width: 981px) {
    h1 {
        font-size: 20px;
        margin-top: 25px
    }

    a h2 {
        font-size: 20px;
    }

    h3 {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 15px;
    }
}

/* Used in Mission Page */
.missionpage {
    line-height: 25px;
    font-size: 20px;
    text-align: justify;
    font-weight: 300;
    font-size: auto;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
}

.missionpage img {
    max-height: 200px;
    height: 180px;
    object-fit: scale-down;
    max-width: 480mm;
    display: block;
    margin: auto;
    width: 90%;
}

.missionpage h2 {
    color: #f4802d;
    font-size: 23px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    margin-top: 20px;
}

.missionpage p {
    line-height: 25px;
    font-size: 20px;
    text-align: justify;
    font-weight: 400;
    position: relative;
    padding-left:25px;
}

/* For smaller screens */
@media screen and (max-width: 981px) {

    .missionpage {
        line-height: 10px;
        font-size: 15px;
        position: relative;
        margin-left: auto;
        margin-right: auto;
        width: 90%;
    }

    .missionpage h2 {
        line-height: 20px;
        font-size: 18px;
        margin-top: 25px;
        font-weight: 500;
        margin-top: 10px;
    }

    .missionpage p {
        position: relative;
        font-size: 15px;
        font-weight: 200;
        line-height: 20px;
    }
}

/*Footer*/
/* .footer {
    text-align: center;
    position: fixed;
    bottom:0;
    padding: 5px;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    background: #eee;
    background-color: #DEDEDE;
    border-top: 1px solid #737373;
}

.footer a{
    text-decoration: none;
    text-transform: uppercase;
    color: black;
    transition: .2s;
    font-weight: 600;
    line-height: 25px;
    }

.footer a:hover {
    color:#ff8c00;
}
.footer h5{
    color:#000;
    margin:0;
    font-size: 15px;
    font-weight: 600;
}
*/