@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400');
html {
    scroll-behavior: smooth;
}

body {
    font-family: Roboto;
    font-size: 14pt;
    font-weight: 300;
}

iframe {
    max-width: 100%;
}

h1, h2 {
    font-weight: 100;
}

h1 {
    font-size: 48pt;
}

h2 {
    font-size: 32pt;
}

ul.browser-default li {
    list-style-type: initial;
}

.separator {
    padding-bottom: 50px;
    padding-top: 50px;
}

.intro-blurb video {
    max-width: 90%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.header a {
    color: #e3e3e3;
}

.header a:hover {
    color: #fafafa;
}

.page-footer a {
    color: #d0d0d0 !important;
}

.page-footer a:hover {
    color: #f0f0f0 !important;
}

.page-footer a:visited {
    color: #d5d5d5 !important;
}

.hidden {
    visibility: hidden;
}

.activator {
    cursor: pointer;
}

.page-footer {
    margin-top: 20vh;
}

.nav-links {
    font-family: Courier;
    font-size: 12pt;
    color: #404040;
}

.nav-links a {
    color: #a6a6a6;
}

.nav-links a:hover {
    color: #d0d0d0;
}

.section-header {
    max-height: 300px;
    object-fit: cover;
}

.large-section-card .card-title {
    font-size: 36pt;
}

.video-container {
    overflow: hidden;
}