@font-face {
    font-family: Oracle;
    src: url("fonts/Oracle-Regular.ttf") format('truetype');
    font-weight: normal;
}

body {
    background-color: rgb(0, 0, 0);
    background-image: url("images/body.jpg");
    background-position-x: center;
    background-position-y: top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-origin: padding-box;
    background-clip: border-box;
}

.bg-none {
    background: none;
}

.dol-card {
    margin-bottom: 12px;
    background-color: #012740;
    color: #eee;
    font-size: 15px;
}

.dol-card a:link,
.dol-card a:visited {
    text-decoration: none;
    color: #bcd;
    font-weight: 600;
}

.dol-video-title {
    text-align: left;
    color: #eee;
    font-size: 16px;
}

.card-title {
    text-align: center;
    color: #4286b5;
    font-size: 22px;
    font-family: Oracle, 'Arial Narrow', Arial, sans-serif;
    font-weight: 500;
    letter-spacing: -1px;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 10px;
}

.dol-container {
    background-color: rgba(0, 0, 0, 0.7);
}

.nav-item {
    font-size: 22px;
    font-family: Oracle, 'Arial Narrow', Arial, sans-serif;
    font-weight: 500;
    letter-spacing: -2px;
    text-transform: uppercase;
}

.collapse:not(.show) .navbar-nav {
    margin-top: 144px;
}

.navbar .navbar-collapse {
    text-align: center;
    line-height: 22px;
}

.social-media {
    margin-top: -180px;
}

.note-for-note {
    margin-top: -44px;
    margin-bottom: 60px;
}

.dol-header-stripe {
    background-color: #012740;
    height: 42px;
    width: 100%;
    margin: auto;
    margin-top: -55px;
}

.dol-italic-link {
    text-decoration: none;
    font-style: italic;
    font-weight: 600;
    color: #bcd;
}

.dol-gallery-photo,
.dol-iframe {
    background-color: #012740;
}

.gallery-click a:link,
.gallery-click a:visited {
    text-decoration: none;
    font-style: italic;
    font-weight: 600;
    font-size: 20px;
    color: white;
}