/* Homepage / Footer / Links */
.ac_link{
    display: flex; 
    flex-wrap: wrap; 
    flex-direction: row; 
    justify-content: center; 
    align-items: center; 
    gap: 15px; 
    font-size: 0.8em
}

.ac_link .separator{
    width: 1px;
    height: 13px;
    background-color: #555;
}

.ac_link a{
    text-decoration: none;
    color: #555;
    font-weight: 400;
}

.ac_link a:hover,
.ac_link a:visited,
.ac_link a:active,
.ac_link a:focus{
    text-decoration: none;
    color: #555;
}

.embed-container{ 
    position: relative; 
    padding-bottom: 56.25%; 
    height: 0; 
    overflow: hidden; 
    max-width: 100%; 
} 

.embed-container iframe, 
.embed-container object, 
.embed-container embed{ 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
}
