.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.news_image{
    width: 100%;
    max-height: 350px;
    overflow: hidden;
    object-fit: cover;
}
.footer_link{
    color: white;
    font-size: 20px;
    text-decoration: none;
}
h2{
    font-size: 20px;
}
.nav-link{
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}
.nav-link:hover{
    color: #CCFFCC;
    font-size: 20px;
    font-weight: bold;
}
.btn-green{
    color: #fff;
    font-weight: bold;
    background-color: #0d4b1c;
    border-color:#0d4b1c;
}
.btn-green:hover{
    color: #CCFFCC;
}
.btn-green-outline{
    color: #0d4b1c;
    font-weight: bold;
    border-color:#0d4b1c;
}
a{
    color: #0d4b1c;
}