#metaline {
    font-size: 75%;
    color: #DFDFDF;
    line-height: 75%;
    margin: 0;
}
#metaline span:first-child {
    color: #000;
}
#metaline > a {
    padding-left: 2em;
    text-decoration: underline;
}

h2 {
    color: #005239;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.btn {
    border: 2px solid #005239;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 0px;
    outline: none;
    background-color: white;
    color: black;
    cursor: pointer;
    transition-duration: 0.4s;
    border-radius: 4px;
    font-size: 16px;
    margin: 4px 2px;
    width: 200px;
    font-weight: bold;
}

.btn:hover {
    background-color: #005239;
    color: white;
}

.btn:focus {
    background-color: #005239;
    color: white;
}