﻿/*<meta />*/

@import url('SectorStyles-Doc-Geology.css');
/* Import the stylesheet for your sector. */

:root
{
	--LogoImage: url('../Images/DatamineBranding/SUPERVISOR_MARK.png');
	/* Specify a the product logo that is 50px high. */
	--HeroImage: url('../Images/Backgrounds/Supervisor-Background.jpg');
	/* Specify the darkened image for the HTML home page. */
}
div.flex-videos
{
    display: flex;
    flex-wrap: wrap;
}

div.flex-videos > div
{
    flex-grow: 1;
    margin: 1em;
    padding: 1em;
    font-weight: bold;
    flex-basis: 5em;
               max-width: 300px;
    text-align: center;
    font-size: 14pt;
    background-color: var(--Light);
    color: var(--Dark);
    box-shadow: 0 5px 10px rgba(var(--Black-rgb), 0.25);
    transition: all 0.3x;
}