* {
    font-family: Helvetica, sans-serif;
}


body {
    margin: 0;
}

a {
    text-decoration: none;
    /* Remove underlines */
    color: inherit;
    /* Inherit text color from parent */
}

/* CSS for Safari */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Add specific CSS rules for Safari here */
}


/* Background Video Background Video Background Video Background Video Background Video Background Video Background Video  */

.Landing_Video_Container .fix {
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    max-width: none;
}


.Landing_Video {
    position: relative;
    width: 100%;
    max-width: none;
    height: auto;
    top: 0;
    left: 0;
}

/* Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer Footer */

.Footer {
    font-weight: bold;
    font-size: 12px;
    margin: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 200px;
}