body {
    background-color: #f5f8fc;
    padding: 0;
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-size: 1.8em;
}

a:link, a:visited, a:hover, a:active{
    color: #009954;
}

.header{
    text-align: center;
    background-color: #ffffff;
    padding: 20px;
}

.main-logo{
    height: 100px;
}

.small_text{
    font-size: 0.9em;
}

.title_text{
    font-weight: bold;
}

.container {
    max-width: 1500px;
    width: 100%;
    margin: 20px auto;
}

.container-top{
    background-color: #0F0F0F;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.top-row {
    text-align: center;
    padding: 20px;
}

.bottom-row {
    display: flex;
    flex-wrap: wrap;
}

.half-width {
    flex: 1;
    text-align: left;
    align-items: center;
    padding: 20px;
}

.image1{
    border: 1px solid #cccccc;
    border-radius: 20px;
    width: 100%;
    max-width: 700px;
    box-shadow: 4px 4px 10px #999999;
}

.video-embed{
    aspect-ratio: 16 / 9; width: 100%;
    border: 1px solid #cccccc;
    box-shadow: 4px 4px 10px #999999;
}

@media (max-width: 768px) {
    .half-width {
        flex: 100%;
        text-align: left;
        align-items: center;
        padding: 20px;
    }
}