/* Transparent footer over video */
footer.sections {
position: relative;
background: transparent !important;
z-index: 10;
padding: 40px 0;
}
/* Make footer text white */
footer.sections * {
color: white !important;
}
/* Footer links hover */
footer.sections a:hover {
opacity: 0.6;
}