@font-face {
    font-family: 'Bungee-Regular';
    src: url('../webfonts/Bungee-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Noyh-Bold';
    src: url('../webfonts/Noyh-Bold.ttf') format('truetype');
}

html, body {
    background-color: #000;
    color: #ddd;
    font-family: 'Noyh-Bold', sans-serif;
    font-size: 16px;
    line-height: 1.6;
}

.container {
    max-width: 960px;
}

a {
    color: #fff;
    text-decoration: underline;
}

a:hover {
    color: #aaa;
    text-decoration: underline;
}

/* ========================
   Brand Logo (stacked)
   ======================== */
.legal-brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 60px 0 20px;
    line-height: 0.85;
}

.legal-brand .fire-text,
.legal-brand .studios-text {
    font-family: 'Bungee-Regular', sans-serif;
    color: #fff;
    margin: 0;
    font-weight: normal;
}

.legal-brand .fire-text {
    font-size: 80px;
}

.legal-brand .studios-text {
    font-size: 86px;
}

/* ========================
   Navbar
   ======================== */
.navbar.bg-dark {
    background-color: #111 !important;
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
    padding: 8px 12px;
}

.navbar-nav {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.navbar-nav .nav-item {
    margin: 4px 0;
}

.navbar-nav .nav-link {
    color: #888 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    padding: 6px 18px !important;
    transition: color 0.2s ease;
}

.navbar-nav .nav-link:hover {
    color: #fff !important;
}

.navbar-nav .nav-item.active .nav-link {
    color: #fff !important;
}

/* ========================
   Page Heading
   ======================== */
.legal-heading {
    font-family: 'Bungee-Regular', sans-serif;
    font-size: 38px;
    color: #fff;
    text-align: center;
    margin: 50px 0 30px;
    padding-bottom: 18px;
    border-bottom: 2px solid #333;
    letter-spacing: 1px;
}

/* ========================
   Content Body (replaces Bootstrap jumbotron)
   ======================== */
.jumbotron {
    background-color: #111 !important;
    color: #ccc !important;
    border: 1px solid #222;
    border-radius: 0 !important;
    padding: 40px !important;
    margin-top: 30px !important;
    font-size: 15px;
    line-height: 1.7;
}

.jumbotron strong {
    color: #fff;
}

.jumbotron a {
    color: #fff;
    text-decoration: underline;
}

.jumbotron a:hover {
    color: #aaa;
}

.jumbotron h3 {
    font-family: 'Bungee-Regular', sans-serif;
    font-size: 22px;
    color: #fff;
    margin-top: 35px;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.jumbotron ul,
.jumbotron ol {
    padding-left: 22px;
}

.jumbotron li {
    margin-bottom: 6px;
}

.jumbotron table {
    width: 100%;
    margin: 25px 0;
    border-collapse: collapse;
    background-color: #0c0c0c;
}

.jumbotron table td {
    border: 1px solid #2a2a2a;
    padding: 12px;
    vertical-align: top;
    font-size: 14px;
}

.jumbotron table tr td:first-child p strong {
    color: #fff;
}

/* ========================
   Footer
   ======================== */
footer {
    max-width: 960px;
    margin: 50px auto 0;
    padding: 25px 15px 40px;
    border-top: 1px solid #222;
    text-align: center;
    font-family: 'Noyh-Bold', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

footer p {
    color: #444;
    margin: 0;
}

footer a {
    color: #888;
    text-decoration: none;
    margin: 0 4px;
}

footer a:hover {
    color: #fff;
    text-decoration: none;
}

/* ========================
   Mobile
   ======================== */
@media (max-width: 768px) {
    .legal-brand {
        margin-top: 40px;
    }
    .legal-brand .fire-text {
        font-size: 54px;
    }
    .legal-brand .studios-text {
        font-size: 58px;
    }
    .legal-heading {
        font-size: 26px;
        margin: 30px 0 20px;
    }
    .jumbotron {
        padding: 20px !important;
        font-size: 14px;
    }
    .jumbotron h3 {
        font-size: 18px;
    }
    .navbar-nav .nav-link {
        font-size: 12px;
        padding: 6px 10px !important;
    }
}
