#homeBanner {
    min-height: 80vh;
    background-image: linear-gradient(to right, rgba(8, 8, 8, 0.7), rgba(8, 8, 8, 0.7)), url("../images/banner.gif") !important;
    background-repeat: no-repeat;
    background-size: cover;
}

#missionBanner {
    background-image: linear-gradient(to right, rgba(8, 8, 8, 0.7), rgba(8, 8, 8, 0.7)), url('../images/mission-banner.jpg') !important;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 60vh;
}

.mainNavbar .nav-link {
    color: seashell !important;
    text-shadow: 2px 1px #000;
    font-size: 19px;

}

.nav-link {
    font-size: 19px;
}

.active {
    color: #36b348 !important;
}


.theme-color {
    color: #36b348;
}

.bg-theme {
    background-color: #36b348;
}

.mainNavbar #google_translate_element * {
    color: aliceblue !important;
}

.mainNavbar #google_translate_element select {
    color: black !important;
}

.mainNavbar #google_translate_element option {
    color: black !important;
}

#solutionsDiv a {
    text-decoration: none;
    color: black;
}

#solutionsDiv img {
    width: 200px;
}

.footer a {
    text-decoration: none;
}

.dropdown-menu .active {
    background-color: #36b348;
    color: white !important;
}

.missionBannerDiv {
    background-image: url('../images/mission-banner.jpg');
    height: 60vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.lightgrey {
    height: 1px;
    border-width: 0;
    color: gray;
    background-color: gray;
    display: block;
    margin: auto;
    width: 60%;
}

.teamContainer a {
    text-decoration: none;
}

.mediaBox {
    background-color: #f7f7f7;
    padding: 15px;
    border-radius: 12px;
}

.articleDiv h1 {
    text-align: center;
}

.articleDiv span {
    display: flex;
    justify-content: center;
    text-align: center !important;
    color: #777777;
}

.feedDiv {
    padding: 0px 16px;
}

.articleDiv iframe {
    display: block;
    margin: auto;
}

.articleDiv em {
    text-align: center !important;
    display: block;
}

.articleDiv .summary {
    padding: 10px 0px;
}

.articleDiv p,
.feedDiv p {
    font-weight: 400;
}

.imageMedia {
    padding: 10px !important;
    margin: 0 auto;
}

.imageMedia p {
    padding: 0px;
    margin: 0px;
    line-height: 150%;
}

.imgCaption,
.imgCopyright {
    margin: 0px !important;
    padding: 0px !important;
    font-style: italic !important;
    font-size: 86%;
    line-height: 150%;
    color: #888;
}

.imgCopyright {
    color: #555 !important;
}

.newsPager {
    padding: 0px;
}

.newsPager li {
    display: inline;
    padding-right: 20px;
}

.newsfeedRow {
    background-color: #f7f7f7;
    margin-bottom: 20px;
}

.newsfeedRow .col-md-8 {
    padding: 20px;
}

.newsfeedRow img {
    padding: 0px;
    margin: 0px;
}

.newsfeedRow img,
.headlineItem img {
    border: 1px solid #EEEEEE;
}

.newsfeedRow img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.articleImage {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

h3 {
    font-size: 150%;
    font-weight: bolder;
}

h3 a,
.articleDiv h1 {
    font-weight: 400;
    text-decoration: none;
    color: #36b348;
}


.mediaLink {
    text-decoration: none !important;
    color: black;
}

.mediaLink:visited {
    color: black;
}

.mediaBox:hover {
    color: #36b348;
}

.mediaBox:hover  img{
transform: scale(1.1);
}

.mediaBox img {
    transition: transform 0.5s;
}

@media only screen and (max-width: 550px) {
    .articleDiv h1 {
        font-size: 160%;
    }

    .articleDiv .summary {
        font-weight: 400;
        font-size: 120%;
    }

    .articleDiv p {
        font-weight: 300;
        font-size: 130%;
    }

    .feedDiv p {
        font-size: 120%;
    }

    .imgCaption {
        font-weight: 300;
        font-size: 84%;
    }

    .newsDate {
        color: #777777;
    }
}

@media only screen and (max-width: 767px) {
    .name {
        text-align: center;
        margin-top: 10px;
    }

    .desc {
        text-align: justify;
    }

    .downloadBtn {
        display: block;
        margin: auto;
    }

    .eventImage {
        width: 100%;
    }

    .event-image {
        width: 26%;
    }

    .mediaBox {
        margin-top: 27px;
    }

    .carousel-item img {
        height: 70vh !important;
        object-fit: cover;
    }

    #navbar-brand {
        width: 125px;
    }

    .solutionsDiv {
        margin-top: 30px;
        text-align: justify;
    }

}

.video-container {
    border-radius: 4px;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 450px;
}

.video-container .video-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-container video {
    width: 100%;
    height: 100%;
    border-radius: 4px;
}

.play-button-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    pointer-events: none;
}

.play-button-wrapper .circle-play {
    cursor: pointer;
    pointer-events: auto;
}

.play-button-wrapper .circle-play svg {
    width: 100px;
    height: 100px;
    fill: #fff;
    stroke: #fff;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    opacity: 0.9;
}

.carousel-item img {
    filter: brightness(80%);
}

.shadowText {
    text-shadow: 1px 3px #000000;
}

