
/* Bug vs Bot: Capture the Flag Custom Theme */
body {
    background-color: #0d0d1a;
    background-image: url('https://ctf.hak4kidz.com/themes/core/static/img/bg_circuit_dark.png');
    background-repeat: repeat;
    background-size: cover;
    color: #ffffff;
    font-family: 'Orbitron', sans-serif;
}

a {
    color: #00bfff;
}

.container {
    color: #ffffff;
}

.navbar, .footer {
    background-color: #111122;
    border-bottom: 2px solid #ff0000;
}

.btn-primary {
    background-color: #ff0000;
    border-color: #ff0000;
}

.btn-primary:hover {
    background-color: #cc0000;
}

h1, h2, h3, .navbar-brand {
    color: #ffffff;
    text-shadow: 1px 1px 5px #00bfff;
}

p, li, td, th {
    color: #ffffff;
}

.alert {
    color: #000000;
}

.card {
    background-color: #1c1c2a;
    border: 1px solid #444;
}

.ctf-logo {
    max-width: 400px;
    margin-bottom: 20px;
}

.modal-body {
    background-color: #000000;
}

