/* material icons */
/* fallback */
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/material-icons.woff") format('woff');
    font-display: swap;
}

.material-icons {
font-family: 'Material Icons';
}

.material-icons {
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -moz-font-feature-settings: 'liga';
    -moz-osx-font-smoothing: grayscale;
}

.color-accent {
    color: lightseagreen;
}

#video-wrapper {
    width: 100%;
    max-width: 1200px;     /* optional */
    margin: 0 auto;       /* centers it */
    aspect-ratio: 16 / 9; /* auto height */
}

#video-wrapper iframe {
    width: 100%;
    height: 100%;
    border: 0;
}
  
em {
    text-decoration:underline;
}