body {
    font-family: dunbar-low, sans-serif;
    font-weight: 700;
    font-style: normal;
    margin: 0;
}

.gradient-blue {
    background: linear-gradient(to bottom, var(--blue-start), var(--blue-end));
    background-position: center;
    background-size: cover;
    background-repeat: repeat-y;
}

.masthead-video {
    width: 100%;
    height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.masthead-video > video {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
